a
(anchor) element cannot contain an href
attribute value that ends with any of the following (all case insensitive): .wav, .snd, .mp3, .iff, .svx, .sam, .smp, .vce, .vox, .pcm, .aif.
Question | Does this sound file have an associated text transcript file? |
---|---|
PASS | Sound file has an associated text transcript or does not require it. |
FAIL | Sound file requires an associated text transcript but does not have it. |
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 #17 - Positive</title> </head> <body> <p> Read the <a href="carol-text-dogs.txt">text transcript of Carol's talk about dogs</a>. </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 #17 - Positive</title> </head> <body> <p> Listen to <a href="carol-talking.wav">Carol talking about dogs</a>. </p></body> </html>