object
should be updated if object
changes - (codebase).
object
may not have been updated when object
changed.
object
element contains a codebase
attribute then the codebase
attribute value must be null or whitespace.
Question | Is the text equivalent appropriate for the object |
---|---|
PASS | Text equivalent is appropriate for the object . |
FAIL | Text equivalent is not appropriate for the object . |
object
element in the content and its text equivalent.object
.object
.object
element not used
<!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 #74 - Negative</title> </head> <body> </body> </html>
object
element used.
<!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 #74 - Positive</title> </head> <body> <object codebase="hello"/> </body> </html>