aria
aria copied to clipboard
Accessible Rich Internet Applications (WAI-ARIA)
See GitHack [Working preview](https://raw.githack.com/w3c/aria/get-wg-participants/index.html). *** Preview | Diff
Devtools suggests there are over 700 `abbr` elements in the current 1.2 spec. [Recent research](https://adrianroselli.com/2024/01/using-abbr-element-with-title-attribute.html) shows that these have little-to-no benefit to the user, with most assistive technology ignoring the...
Author MUST validator test for: Prohibit presentation / none on where it causes conflict resolution
There is a new authors must statement introduced by this PR: https://github.com/w3c/aria/pull/1494 The validator tests are in this directory: https://github.com/w3c/aria/blob/main/validator-tests/README.md And make issues on validators if necessary.
I’m not sure this is the proper home for this issue, but I just noticed that the color styles for the `ins` and `del` elements in our PR diff previews...
# Description of bug or feature request At OpenUI we're working through the idea of `invoketarget` and `interesttarget`, new attributes on buttons that will "wire up" buttons to elements for...
Screen readers with touch screen support typically include a "touch exploration" mode where you can tap or slowly drag around the screen and listen to feedback on what you're touching,...
There appears to be a contradiction in the handling of `generic` when dealing with a parent/child relationship: https://w3c.github.io/aria/#scope > To determine whether an element has a parent with the required...
# Describe your concern https://github.com/w3c/aria/pull/1812: > Authors MUST NOT specify aria-owns on an element which has Presentational Children This means that aria-owns is no longer a global attribute. However, it...
# Describe your concern I would like to request clarification regarding the aria-owns property as described in the ARIA 1.2 Specification, specifically within the Characteristics table under the "Used in...
[focus group explainer on open ui](https://open-ui.org/components/focusgroup.explainer/) I am well aware that while this explainer/proposal is for an HTML attribute, and thus that it would make sense to file this against...