Using ARIA
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...
Short note on aria-label, aria-labelledby, and aria-describedby | TPG – Digital Accessibility Solutions
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
How ARIA landmark roles help screen reader users - YouTube
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
Das role-Attribut: Worauf es ankommt | Webkrauts
Das role-Attribut bietet viele Möglichkeiten für die barrierefreie Webgestaltung. Jan Eric Hellbusch (@2bweb) mit einem Einstieg in die Accessible Rich Internet Applications (ARIA).
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
Landmark roles mit HTML und ARIA - [barrierefreies-webdesign.de]
HTML bietet sieben Elemente, die als Seitenregion dienen. Mit Seitenregionen kann Screenreader-Nutzern eine effiziente Tastaturbedienung innerhalb von Webseiten geboten werden.
Worauf bei ARIA zu achten ist - ARIA und die Accessibility-API - [barrierefreies-webdesign.de]
Mit ARIA kann eine Webanwendung für Screenreader semantisch angereichert werden. Über die Semantik hinaus sind Tastaturbedienung, Beschriftung und letztlich das testen genauso zu berücksichtigen.
aria-html mapping implementation status
The Accessibility Difference Between Aria-hidden and role="presentation"
In dealing with role="presentation" and aria-hidden="true" you may find that they both have deceptively similar functions when it relates to how they interact with assistive technology (screen readers). Before we dig into the difference between these two attributes we first need to learn a little bit about how accessibility in a Web browser works and…
WAI-ARIA basics - Learn web development | MDN
This article has by no means covered all that's available in WAI-ARIA, but it should have given you enough information to understand how to use it, and know some of the most common patterns you will encounter that require it.
Neues in ARIA 1.1 #5 – Mit aria-owns die Hierarchie von Elementen anpassen
ARIA schlägt HTML – Aria-label bei verlinkten Grafiken | hellbusch.de
The ARIA Role Conformance Matrices
Using the aria-current attribute – Tink
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