embed
elements have an associated noembed
element that contains a text equivalent to the embed
element.
embed
element missing noembed
element.
embed
element.
noembed
element within or beside the embed
element. Add text to the noembed
element that is equivalent to the embed
element.
<embed src="../movies/history_of_rome.mov" height="60" width="144" autostart="false"> <noembed> <a href="../transcripts/transcript_history_rome.htm"> Transcript of "The history of Rome"</a> </noembed> </embed>
embed
element in the document.noembed
element within the embed
element or immediately following the embed
element.noembed
element contains a text equivalent to the embed
element.embed
elements have an associated noembed
element that contains a text equivalent to the embed
element.noembed
element within the embed
element.noembed
element that serves the same purpose and presents the same information as the embed
element.embed
contains a noembed
element.
<html lang="en"> <head> <title>ATRC Testfile - Check #163.2 - Negative</title> </head> <body> <embed src="../movies/history_of_rome.mov" height="60" width="144" autostart="false"> <noembed> <a href="../transcripts/transcript_history_rome.htm">Transcript of "The history of Rome"</a> </noembed> </embed> </body> </html>
embed
missing noembed
.
<html lang="en"> <head> <title>ATRC Testfile - Check #163.1 - Positive</title> </head> <body> <embed src="../movies/history_of_rome.mov" height="60" width="144" autostart="false"> </embed> </body> </html>