a
(anchor) element that contains an href
attribute value ending with (case insensitive): .wmv, .mpg, .mov, .ram, .aif.
Question | Does this link to a multimedia file have a link to a text alternative? |
---|---|
PASS | Link to multimedia file has a link to a text alternative. |
FAIL | Link to multimedia file does not have a link to a text alternative. |
a
(anchor) element in the content.href
attribute value for a multimedia file extension.<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>ATRC Testfile - Check #145.2 - Negative</title> </head> <body> <p>View <a href="movie.wav">the movie</a> <a href="alternative.html">(text alternative)</a>.</p> </body> </html>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>ATRC Testfile - Check #145.1 - Positive</title> </head> <body> <p>View <a href="movie.wmv">the movie</a>.</p> </body> </html>