Example for Checkpoint
1.1h - a text equivalent for scripts.

Example
Slide 12 of 120
Previous slide. Next slide.

Priority 1

Use the NOSCRIPT element to describe the action or replace the functionality of any scripts you embed in your page.

For example, if you write a SCRIPT that animates a comic strip by presenting a new panel whenever the user mouse-clicks or presses a key, then use the NOSCRIPT element to provide a text alternative that describe the entire comic strip. For example:

<SCRIPT type="text/javascript">
... script to display and replace each frame of the comic strip as requested by a user event ...
</SCRIPT>

<NOSCRIPT>
In the first panel, Lucy is holding the football. In the second panel, Charlie Brown is seen charging towards the football. And so on..."
</NOSCRIPT>

Up one level To Checkpoints for Guideline 1.
Next slide: Example for Checkpoint 1.1i

Introduction: Overview Guidelines: Overview Checkpoints: Overview Examples: Overview

Previous page. Next page.

Chuck Letourneau & Geoff Freed

W3C Web Accessibility Initiative

Copyright © 2000 W3C