 Level 1
Level 1 6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported.
6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported.
		 M - applets etc. must comply
M - applets etc. must comply Requirement 15: Script/Object Alternatives
Requirement 15: Script/Object Alternatives Priority 1
Priority 1 6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported.
6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported.
		 Priority 1
Priority 1 6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported.
6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported.
		 Priority 1
Priority 1 6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported.
6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported.
		 1.1 Text Altrernatives: Provide text alternatives for any non-text content
1.1 Text Altrernatives: Provide text alternatives for any non-text content Success Criteria 1.1.1 Non-text Content (A)
Success Criteria 1.1.1 Non-text Content (A)
		 1.1 Text Alternatives: Provide text alternatives for any non-text content
1.1 Text Alternatives: Provide text alternatives for any non-text content Success Criteria 1.1.1 Non-text Content (A)
Success Criteria 1.1.1 Non-text Content (A)
		 1.1 Text Alternatives: Provide text alternatives for all non-text content
1.1 Text Alternatives: Provide text alternatives for all non-text content Success Criteria 1.1.1 Non-text Content (A)
Success Criteria 1.1.1 Non-text Content (A)
		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 | appletcontains a text equivalent. | 
| FAIL | appletdoes 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>