Difference between revisions of "Web Accessibility:Scripting"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
*Provide controls to pause, stop or restart timed event | *Provide controls to pause, stop or restart timed event | ||
*Provide alternative content using <NOSCRIPT> tag for when scripting is turned off | *Provide alternative content using <NOSCRIPT> tag for when scripting is turned off | ||
| + | |||
| + | ---- | ||
| + | '''Resources''' | ||
| + | |||
| + | [http://www.pptmagic.com/articles/dynamicppt.htm] Crafting PowerPoints that Work with AT | ||
Revision as of 11:10, 27 July 2006
- Avoid DHTML menus, if used provide a method to switch to alternative menu formats
- Use device-independent event triggers like "onFocus", "onBlur" and "onSelect" rather than user interaction-level triggers like "onmousedown" or "onclick"
- Provide controls to pause, stop or restart timed event
- Provide alternative content using <NOSCRIPT> tag for when scripting is turned off
Resources
[1] Crafting PowerPoints that Work with AT