Notes on ARIA by Taylor Hunt on CodePen
Übersichten
ARIA in HTML
Getting started with ARIA - The A11Y Project
A community-driven effort to make digital accessibility easier.
Accessible Rich Internet Applications (WAI-ARIA) 1.1
Accessibility of web content requires semantic information about widgets, structures, and behaviors, in order to allow assistive technologies to convey appropriate information to persons with disabilities. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. T...
WAI-ARIA - an introduction to Accessible Rich Internet Applications / Patrick H. Lauke
WAI-ARIA Authoring Practices 1.1
This document provides readers with an understanding of how to use WAI-ARIA 1.1 [WAI-ARIA] to create accessible rich internet applications. It describes considerations that might not be evident to most authors from the WAI-ARIA specification alone and recommends approaches to make widgets, navigation, and behaviors accessible using WAI-ARIA roles, states, and properties. This document is directed primarily to Web application developers, but the guidance is also useful for user agent and assistive technology developers.
WAI-ARIA Overview | Web Accessibility Initiative (WAI) | W3C
The Website of the World Wide Web Consortium’s Web Accessibility Initiative.
WAI-ARIA Authoring Practices 1.1
This document provides readers with an understanding of how to use WAI-ARIA 1.2 [WAI-ARIA] to create accessible rich internet applications. It describes considerations that might not be evident to most authors from the WAI-ARIA specification alone and recommends approaches to make widgets, navigation, and behaviors accessible using WAI-ARIA roles, states, and properties. This document is directed primarily to Web application developers, but the guidance is also useful for user agent and assistive technology developers.
Using ARIA
WAI-ARIA - an introduction to Accessible Rich Internet Applications / Patrick H. Lauke
Accessible Rich Internet Applications (WAI-ARIA) 1.1
Accessibility of web content requires semantic information about widgets, structures, and behaviors, in order to allow assistive technologies to convey appropriate information to persons with disabilities. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. T...
WAI-ARIA | Inclusive Learning Design Handbook
Rules for Using ARIA in HTML
The Web Accessibility Initiative's Accessible Rich Internet Applications Suite (WAI-ARIA, or just ARIA) is a set of tools and guidelines for making web content and applications more accessible. Most notably, it includes a suite of attributes we can add to HTML elements to embed in them more semantic information that
ARIA accessibility home page
WAI-ARIA - an introduction to Accessible Rich Internet Applications / Patri
JAWS ARIA Support
WAI-ARIA: the dark art of accessibility? – Dig Inclusion
ARIA - Barrierefreiheit | MDN
Accessible Rich Internet Applications (ARIA) ermöglichen Webentwicklern Webinhalte und Web-Applikationen (insbesondere solche mit Ajax und JavaScript) besser zugänglich für Menschen mit Behinderungen und anderen Einschränkungen zu machen. Zum Beispiel lassen sich mit ARIA Navigations-Landmarken, JavaScript-Widgets, Formular-Hinweise und Fehlermeldungen hinzufügen und Live-Content-Aktualisierungen barrierefrei gestalten.
WAI-ARIA - a11yclub/a11y-basics-workshop
Name, State, Role, and Value: What’s it all about? – Karl Groves Web Accessibility Consultant, Web Accessibility Auditing, Web Accessibility Training
The Tenon.io blog
An Introduction To WAI-ARIA’s Roles, States, And Properties
What do you do when your HTML doesn't communicate the appropriate semantics to screen readers? You use the roles, states, and properties of WAI-ARIA.
WAI-ARIA Cheat Sheet
Karl Groves-Sandbox
Notes on Using ARIA in HTML