applet
contains a text equivalent in the alt
attribute of the applet
.
applet
may not contain a text equivalent in the alt
attribute.
alt
attribute to label an applet
.
Question | Is the alt attribute value a text equivalent for the applet? |
---|---|
PASS | applet 's Alt text is equivalent to the applet. |
FAIL | applet 's Alt text is not equivalent to the applet. |
alt
attribute value for the applet
.applet
contains a text equivalent in the alt
attribute of the applet
.alt
attribute value so it is equivalent to the applet
.applet
has alt text that is equivalent to the applet
.
<!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 #23 - Negative</title> </head> <body> <applet alt="this is valid alt text for the applet"/> </body> </html>
applet
element with empty Alt text.
<!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 #23 - Positive</title> </head> <body> <applet alt=""/> </body> </html>