Difference between revisions of "Web Accessibility:Scripting"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
'''Resources''' | '''Resources''' | ||
− | [http://www. | + | [http://www-3.ibm.com/able/guidelines/web/webscripts.html] IBM Web Accessibility Scripts |
+ | [http://www.webaim.org/techniques/javascript/#javascript] WEBAIM- Accessibile JavaScripts | ||
+ | [http://www.onlinetools.org/articles/unobtrusivejavascript/] Online Tools- Unobtrusive JavaScripting | ||
+ | [http://www.udm4.com/] Brothercake- Accessible DHTML Menus | ||
+ | [http://www.quirksmode.org/] Quirksmode-JavaScript Tutorial |
Revision as of 10:48, 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] IBM Web Accessibility Scripts [2] WEBAIM- Accessibile JavaScripts [3] Online Tools- Unobtrusive JavaScripting [4] Brothercake- Accessible DHTML Menus [5] Quirksmode-JavaScript Tutorial