 Requirement 15: Script/Object Alternatives
Requirement 15: Script/Object Alternativesnoembed must have equivalent content.
noembed may not have equivalent content to embed.
noembed element.
| Question | Is the content of this noembedequivalent to theembed? | 
|---|---|
| PASS | embedandnoembedhave equivalent content. | 
| FAIL | embedandnoembeddo 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>