aria
aria copied to clipboard
Accessible Rich Internet Applications (WAI-ARIA)
Closes #1026 TL:DR; I believe the history of this is that it was added when the expandable listbox was proposed as an alternative to the ARIA 1.1 combobox pattern. Now...
We got a question in axe-core recently asking if form fields inside a data grid required an accessible name. My expectation is that it does. The textfield role requires an...
Closes https://github.com/w3c/aria/issues/2158 Outlines which roles within `toolbar` can accept `aria-setsize` and `aria-posinset`. # PR tracking Check these when the relevant issue or PR has been made, OR after you have...
Resolves #1440 by adding the `aria-actions` attribute This has a dependency on the changes in https://github.com/w3c/aria/pull/1454. # PR tracking Check these when the relevant issue or PR has been made,...
Closes https://github.com/w3c/aria/issues/2140 Explicitly notes in second paragraph description for each of `menuitem`, `menuitemcheckbox` and `menuitemradio` that they are allowed in `menubar` as well as `menu`. Makes consistent with _Characteristics_ table...
Rule 5 in [CORE-AAM's State and Property Mapping General Rules](https://w3c.github.io/core-aam/#statePropertyMappingGeneralRules) says: > Some WAI-ARIA properties are not global, and are only supported on certain roles. If a non-global WAI-ARIA state...
# Describe your concern This is a wider point related to the more specific https://github.com/w3c/aria/issues/2153 One of the most common gotchas/pitfalls I see around the use of live regions with...
# Describe your concern Currently, in the description for `role="alert"` it states > Alerts are assertive live regions, which means they cause immediate notification for assistive technology users. If the...
I would like to raise a few related issues and propose a set of solutions to address them. # Issue 1: Confusion caused by deprecation of aria-invalid ## Description: The...