a
(anchor) element must not contain an href
attribute value that ends with (case insensitive): .wmv, .mpg, .mov, .ram, .aif.
Question | Is there a text transcript associated with this link to a multimedia file? |
---|---|
PASS | Link to multimedia file has an associated text transcript. |
FAIL | Link to multimedia file does not have an associate text transcript. |
a
(anchor) element that contains an href
attribute value that ends<!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 #20 - Negative</title> </head> <body> <p> </p></body> </html>
<!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 #20 - Positive</title> </head> <body> <p> View <a href="movie.wmv">the movie</a>. </p></body> </html>