object
must have a title
.
object
missing title
.
object
element must contain a title
attribute.
title
attribute to your object
element.
object
element and look for a title
attribute.object
is expected to contain a title
attribute.title
attribute to the object
.object
element has title
attribute.
<!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 #78 - 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
element missing title
attribute.
<!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 #78 - Positive</title> </head> <body> <object classid="http://www.miamachina.it/analogclock.py"> The text equivalent for the object should go here. </object> </body> </html>