April 2013
Intermediate to advanced
264 pages
7h 44m
English
The Web Accessibility Initiative’s Accessible Rich Internet Applications suite (WAI-ARIA to its friends) was created to address the shortfall in accessibility that was created as the Web moved beyond simple document markup and into an era of applications and interactivity.
WAI-ARIA does this by creating a number of HTML extensions (or, in fact, extensions for any DOM-based languages, such as SVG and XML), allowing developers to make browsers and assistive technology aware of interactive content. For example, if you have a link that uses JavaScript to create an on-screen dialog overlay when clicked, you have no way to make the browser aware of it; the markup just looks like a standard link:
<a href="http://example.com">Launch popup</a> ...
Read now
Unlock full access