WCAG 1.0 Level A Checkpoint 6.3
Skip Quick Links
Quick Links:
Not Covered Under Section 508
Covered Under Section 508
- Checkpoint 1.1 - 508 1194.22 (a)
- Checkpoint 1.2 - 508 1194.22 (e)
- Checkpoint 1.4 - 508 1194.22 (b)
- Checkpoint 2.1 - 508 1194.22 (c)
- Checkpoint 5.1 - 508 1194.22 (g)
- Checkpoint 5.2 - 508 1194.22 (h)
- Checkpoint 6.1 - 508 1194.22 (d)
- Checkpoint 7.1 - 508 1194.22 (j)
- Checkpoint 9.1 - 508 1194.22 (f)
- Checkpoint 11.4 - 508 1194.22 (k)
- Checkpoint 12.1 - 508 1194.22 (i)
“Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported. If this is not possible, provide equivalent information on an alternative accessible page.”
Use the <noscript> tag and avoid using Java applets or Active-X objects if at all possible. If applets or objects must be used, ensure that information provided by the applet or object is available in an alternative form.
Example
In the example below, alternative text is included in an embedded <object>.
<object classid="java:Press.class" width="500" height="500">
As temperature increases, the molecules in the balloon...
</object>
