Difference between revisions of "Web Accessibility:Scripting"

From WolfTech
Jump to navigation Jump to search
(No difference)

Revision as of 15:49, 20 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