Level 1
6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported.
Requirement 15: Script/Object Alternatives
Priority 1
6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported.
Priority 1
6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported.
Priority 1
6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported.
objects are disabled.
object is disabled.
object element contains a CLASSid attribute and any text then this error will be generated.
| 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 in the content.object removed or disabled.object removed or disabled.object is removed or disabled.object element with a valid CLASSid attribute but contains no text.
<!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 #128 - Negative</title> </head> <body> <object classid="foo"/> </body> </html>
object element with a valid CLASSid attribute and contains text.
<!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 #128 - Positive</title> </head> <body> <object classid="foo">text equiv for object</object> </body> </html>