 Requirement 15: Script/Object Alternatives
Requirement 15: Script/Object Alternativesembed must have alt attribute.
embed missing alt attribute.
embed element must have an alt attribute.
alt attribute to the embed element. The alt attribute value should describe the embed source.
embed with alt attribute.
<!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 #165 - Negative</title> </head> <body> <embed alt="description of the embed" src="demo.mov"> <noembed>Alternate content for the embed</noembed> </embed> </body> </html>
embed missing alt attribute.
<!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 #165 - Positive</title> </head> <body> <embed src="demo.mov"> <noembed>Alternate content for the embed</noembed> </embed> </body> </html>