noembed
must have equivalent content.
noembed
may not have equivalent content to embed
.
noembed
element.
Question | Is the content of this noembed equivalent to the embed ? |
---|---|
PASS | embed and noembed have equivalent content. |
FAIL | embed and noembed do not have equivalent content. |
noembed
element not present.
<!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 #164 - Negative</title> </head> <body> <embed src="demo.mov"> </embed> </body> </html>
noembed
element present.
<!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 #164 - Positive</title> </head> <body> <embed src="demo.mov"> <noembed>Alternate content for the embed</noembed> </embed> </body> </html>