object
user interface must be accessible - (classid).
object
user interface may not be accessible.
object
element contains a CLASSid
attribute and any text then this error will be generated.
Question | Is the user interface for this object accessible? |
---|---|
PASS | object user interface is accessible. |
FAIL | object user interface is not accessible. |
object
within the document.object
S must be keyboard accessible.object
so it is keyboard accessible.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 #129 - 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 #129 - Positive</title> </head> <body> <object classid="foo">text equiv for object</object> </body> </html>