object
link to multimedia file require equivalent alternatives (e.g., captions or auditory descriptions of the visual track).
object
link to multimedia file may be missing equivalent alternative.
object
element contains a type
attribute value of "video" then this error will be generated.
Question | Does this object have an equivalent alternative (or not require it)? |
---|---|
PASS | object has equivalent alternative (or does not require it). |
FAIL | object does not have equivalent alternative and requires it. |
object
element for a type
attribute value of "video".object
is found then check the content for either a text equivalent for the object
file or a link to a text equivalent.object
must have a text equivalent.object
within the document or link to it.type
of "video".
<!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 #146 - Negative</title> </head> <body> <object/> </body> </html>
type
of "video".
<!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 #146 - Positive</title> </head> <body> <object type="video"/> </body> </html>