This article needs a technical review. How you can help.
Warning: needs updating
Introduction
Here's a look at working examples and best practices in building accessible JavaScript widgets.
General Resources
- DHTML Style Guide provides keyboard interaction recommendations
- WAI-ARIA Authoring Practices Guide
Checkbox
- ARIA Toggle Button and Tri-state Checkbox examples (from "The Paciello Group Blog")
- ARIA Example Checkbox Widgets from the University of Illinois
Menu
Slider
- From the Paciello Group Blog: ARIA Slider, part one, part two, part threet (example)
- Creating an Accessible, Internationalized Dojo Rating Widget
Tabs
- Enhancing TabView Accessibility with WAI-ARIA Roles and States, from the YUI blog
- Enhancing the jQuery UI Tabs accordingly to WCAG 2.0 and ARIA
- Tab panel example here on CodeTalks