Exemple de liste ARIA.| a11y-guidelines.orange.com
Notes on ARIA Use in HTML| w3c.github.io
2. Notes on ARIA use in HTML🔗| www.w3.org
If you’re a web developer, or if you develop browsers or assistive technologies (AT), the following screenshot is probably familiar to you. It’s the first part of the definition of the button element in the HTML specification. But wait… what’s that new section called “Accessibility considerations” doing there? There’s a link “For authors” and a […]| 24 Accessibility
TL:DR; Jump straight to the recommendations In part 1 of this deep dive, we took a broad look at both how the native <select> element works across browsers and platforms, and the current state of accessible custom select component implementations. It’s necessary to look at how fragmented current select UX patterns are in order to […]| 24 Accessibility
Accordion| davatron5000.github.io
This document is a practical guide for developers on how to add accessibility information to HTML elements using the Accessible Rich Internet Applications specification [WAI-ARIA-1.1], which defines a way to make Web content and Web applications more accessible to people with disabilities. This document demonstrates how to use WAI-ARIA in [HTML51], which especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies.| www.w3.org
The beginning of a series on interactive grid accessibility, starting with a look at when you need a grid, a table, or neither.| Sarah Higley
The Web Accessibility Initiative Accessible Rich Internet Applications specification 1.2, or WAI-ARIA or ARIA for short, is a technical specification written by the World Wide Web Consortium (W3C). In this post we explore what WAI-ARIA is, and how it can enhance the user experience for people using screen readers.| TetraLogical
An element's name, or accessible name, is how it's identified. An accessible description provides additional information, about the element, that complements the accessible name. In this post we explore assigning accessible names and descriptions using HTML and WAI-ARIA.| TetraLogical