object
link to multimedia file must have text transcript.
object
link to multimedia file may be missing text transcript.
object
element cannot contain type
attribute value of "video".
Question | Does this multimedia file have a text transcript? |
---|---|
PASS | Multimedia file has a text transcript. |
FAIL | Multimedia file missing text transcript. |
object
element and view the type
attribute value.type
attribute value is "video" then check the content for a text equivalent for the object
.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 #77 - Negative</title> </head> <body> </body> </html>
object
element has type
attribute value 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 #77 - Positive</title> </head> <body> <object type="video"/> </body> </html>