object
are disabled.
object
is disabled.
object
element contains a codebase
attribute then the codebase
attribute value must be null or whitespace.
Question | Is the content usable when the object is disabled? |
---|---|
PASS | Content is usable when object is disabled. |
FAIL | Content is not usable when object is disabled. |
object
element and then view the content.object
is disabled.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 #75 - 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 #75 - Positive</title> </head> <body> <object codebase="hello"/> </body> </html>