Warning:
This wiki has been archived and is now read-only.
User talk:GJR
From APPBP
Contents
Accessibility, ARIA, AJAX and Accessible Scripting
ARIA Editors' Drafts (public as of 29 May 2008)
- Accessible Rich Internet Applications (ARIA) 1.0 (Editors' Draft)
- ARIA 1.0 RoadMap (Editors' Draft)
- ARIA 1.0 Primer (Editors' Draft)
- ARIA 1.0 Best Practices (Editors' Draft)
Public ARIA Working Drafts
ARIA Specific Resources & Implementations
Developers' Resources
- Code Talks
- WebA11y (Becky Gibson, IBM)
- dojo toolkit
- Web 2.0 Development with WAI-ARIA
- ARIA in FireFox
- Opera Developers' Introduction to WAI-ARIA
Highly Recommended Reading (Short Articles Cast Long Shadows)
- ARIA Core Conversation (Juicy Studios)
- WAI ARIA Live Regions
- The AxsJAX Framework for ARIA (Juicy Studios)
- Improving AJAX Application Accessibility with Screen Readers (Juicy Studios)
- Improving AJAX Applications for JAWS Users (Juicy Studios)
- ARIA in HTML
- Safari Gets Support for ARIA (Juicy Studios)
ARIA in AJAX
A Few Key Abstractions Provided by AxsJAX
- the ability to cause assistive technology (AT) to speak. By using WAI-ARIA, AxsJAX is able to manipulate the DOM such that an ARIA-aware browser plus assistive technology (AT) combination will generate and receive the necessary events which cause the AT to speak what the web developer wishes to be spoken.
- a content navigation rules system built around the idea of multiple trails through a page. provides users with ability to select which trail they wish to follow, and then navigate through just the items in that trail.
AxsJAX Resources
- AxsJAX FAQ
- AxsJAX & the ARIA Framework
- AxsJAX Showcase
- Accessibility Mashups with AxsJAX
- Enhancing Web 2.0 Accessibility (TV Raman & Charles Chen - YouTube video)
Related Resources
Other Accessible AJAX, Javascript, ECMAScript, Projects & Information
Test Pages
- iCITA ARIA Examples by far the most comprehensive set of test documents to date
- Sample ARIA-enabled widgets (Mozilla Dev)