Level 1
1.1 Provide a text equivalent for every non-text element.
Priority 1
1.1 Provide a text equivalent for every non-text element.
Priority 1
1.1 Provide a text equivalent for every non-text element.
Priority 1
1.1 Provide a text equivalent for every non-text element.
object must have a valid title.
object has invalid title.
object element must not have a title attribute with value of null or whitespace.
title attribute to your object element so it contains text.
object element and view the title attribute value.object is expected to contain a title attribute value that describes the object.title attribute to the object that describes the object.object with valid title.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #79 - Positive</title> </head> <body> <object classid="http://www.miamachina.it/analogclock.py" title="a clock object"> The text equivalent for the object should go here. </object> </body> </html>
object with empty title.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #79 - Positive</title> </head> <body> <object classid="http://www.miamachina.it/analogclock.py" title=""> The text equivalent for the object should go here. </object> </body> </html>