Main Page
From CodeTalks
Welcome to Code Talks!
Can JavaScript widgets be made accessible? What about live AJAX regions and other Web 2.0 wizardry?
Yes, via a new standard from W3C's Web Accessibility Initiative. The Accessible Rich Internet Applications (WAI-ARIA) specification provides a way to pepper page markup with the additional accessibility information needed by users of assistive technologies such as screen readers.
This site is a wiki, which means anyone can change it. Don't fear -- if we see something we're not sure we like then we'll reverse the changes and/or contact the author. We'd love your contribution. To join in, just create an account and consult the User's Guide for information on using this wiki.
Contents |
New to ARIA? Start Here
WAI-ARIA FAQ
List of ARIA Resources
Techniques
- How to create accessible JavaScript widgets
- How to create keyboard navigable JS widgets
- How to use ARIA Live Regions for dynamic content
- How to enhancing HTML forms with aria-labelledby and aria-describedby
- How to improving HTML forms with aria-invalid and role alert
- How to mark HTML form fields as required with aria-required

