|
You are here > Web Design > Web Accessibility > 41. Scripts
Script
Scripts interact with HTML source code to enhance sites with dynamic content, visual effects, and client-side processing. Scripting on Web pages, specifically JavaScript, are mostly supported by assistive technologies.
Your accessibility goal is to make script functionality accessible from the keyboard, and the information available to the assistive technology. Use the NOSCRIPT tag to provide alternative text, if the script functionality and information is not accessible.
Tips on making scripts accessible:
41.1. Scripts Using Event Handlers
41.2. NOSCRIPT Alternatives
Scripts Using Event Handlers >>>
|