applet
contains a text equivalent in the body of the applet
.
applet
body may not contain a text equivalent.
applet
elements.
Question | Does this applet contain a text equivalent for the applet ? |
---|---|
PASS | applet contains a text equivalent. |
FAIL | applet does not contain a text equivalent. |
applet
element.applet
content contains a text equivalent for the applet
.applet
content so it provides a text alternative for the applet.applet
element contains a text equivalent.
<html lang="en"> <head> <title>ATRC Testfile - Check #25.2 - Negative</title> </head> <body> <applet code="Press.class" width="500" height="500"> As temperature increases, the molecules in the balloon... </applet> </body> </html>
applet
element does not contain a text equivalent.
<html lang="en"> <head> <title>ATRC Testfile - Check #25.1 - Positive</title> </head> <body> <applet code="Press.class" width="500" height="500"> </applet> </body> </html>