aria
aria copied to clipboard
Accessible Rich Internet Applications (WAI-ARIA)
Closes #2133 Enables darkmode compatibilty through respecConfig.darkMode *** Preview | Diff
adds proposed header and footer roles to allow authors to identify areas of the page that would fit the more general HTML definition for the elements of the same name...
# Describe the change As of ARIA 1.3, `aria-hidden="false"` will be a synonym of `aria-hidden="undefined"`. However, I noticed that the ["undefined"](https://pr-preview.s3.amazonaws.com/w3c/aria/pull/2090.html#valuetype_true-false-undefined) value is now differently defined for various states and...
See: https://github.com/w3c/aria/pull/1862 This still needs issues on validators, although VNU doesn't seem to flag aria attributes used on roles that do not explicitly support them. For example, the following does...
# Description of bug or feature request For accessible _video_, we can qualify some _tracks_ as _subtitles/captions/descriptions_, thanks to the kind attribute. For accessible _audio_ only (i.e. outside apart from...
### Core-AAM Spec prose: > When an element has a role but is not contained in the required context (for example, an orphaned listitem without the required accessible parent of...
Hi, I'm currently going through all the roles in ARIA 1.2 & ARIA 1.3 and noticed two roles that are not listed under a Categorization of Roles section. In ARIA...
During the open ui call today, we were talking about switches and how it can be awkward to need to figure out the label for a switch that makes sense...
# Describe your concern Someone tried to use role=none on a table cell, e.g. Name Subject Ranjit (no subject) Some browsers are removing the native table cell role. Others are...