(l) When pages utilize scripting languages to display content, or to create interface elements, the information provided by the script shall be identified with functional text that can be read by assistive technology.

When web pages rely on special programming instructions called "scripts" to affect information displayed or to process user input, functional text shall be provided. It also requires that the text be readable by assistive technology such as screen reading software. This provision requires web page authors to ensure that all the information placed on a screen by a script shall be available in a text form to assistive technology.

Pages must be useable when scripts, applets, or other programmatic object are disabled. If the scripts, applets, and other programmatic objects are not accessible even with the browser settings enabled, it is imperative to provide a textual and/or auditory equivalent. An alternative presentation must be available for those impaired users who cannot access the dynamic content.

How can web developers comply with this provision?
Web developers working with JavaScript frequently use so-called JavaScript URL's as an easy way to invoke JavaScript functions. Typically, this technique is used as part of <a> anchor links. For instance, the following link invokes a JavaScript function called myFunction:


	<a href="javascript:myFunction();">Start myFunction</a>

This technique does not cause accessibility problems for assistive technology.

Some situations to look for :


Link to previous page.
Previous Slide
Link to elements page.
First Slide
Link to next page.
Next Slide