Web Accessibility:Scripting

From WolfTech
Revision as of 11:48, 27 July 2006 by Ebndelo (talk | contribs)
Jump to navigation Jump to search
  • 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] IBM Web Accessibility Scripts

[2] WEBAIM- Accessibile JavaScripts

[3] Online Tools- Unobtrusive JavaScripting

[4] Brothercake- Accessible DHTML Menus

[5] Quirksmode-JavaScript Tutorial