aria
aria copied to clipboard
Accessible Rich Internet Applications (WAI-ARIA)
Closes #2438 The current specifications for menu and menubar contradict those for menuitem, menuitemcheckbox, and menuitemradio. Specifically, the following structure is allowed under the menu role but not when considering...
Closes #2281 Closes #2279 * [ ] add enumerated attribute definitions for the following attributes including missing value default, invalid value default, keywords/states and canonical keyword: * aria-atomic * aria-autocomplete...
The following i.e. and e.g. references were missing a comma and this PR adds them: - [if the element does not [prohibit](https://w3c.github.io/aria/#prohibitedattributes) use of the attribute. If the label text...
Given an `img` with an empty `alt` attribute and a non-empty `title` attribute, the HTML-AAM spec requires using the empty `alt` value as the accessible name. But the accname spec...
# Describe your concern ``` Item 1 Item 2 Item 3 ``` Per [ARIA specs](https://www.w3.org/TR/wai-aria-1.3/#menu), the role="menu" accepts group as acc child only if one of the following is true:...
It feels like a missed opportunity to invent a new API that's built around plaintext, or a speech-only markup language like SSML. I'm fine with not prioritizing braille in v1...
Should the 'row' role really be necessary for parents of 'gridcell' and other cell role elements?
### Discussed in https://github.com/w3c/aria/discussions/2128 Originally posted by **turjmner8** February 22, 2024 In general, would it be possible to remove the requirement for role 'gridcell' elements to be contained within role...
closes #2050 This PR simply adds `menu` to the paragraph of text that indicates what value needs to be used for the aria-haspopup attribute, if the popup is not a...
In #2464 I had re-activated prettier after it had been disabled in #2307. I don't know if the dry-run option was really relevant. But it disabled the automation and didn't...
If the ARIA WG were to provide the data from the per-role _Characteristics_ tables in the ARIA spec in JSON or in some other machine-readable form, it could be generally...