aria
aria copied to clipboard
Accessible Rich Internet Applications (WAI-ARIA)
# Description of bug or feature request I've run into a use case where headings are used to break up sections of multiple articles within a feed. These are not...
ARIA spec is not clear on use of the role attribute and global ARIA attributes on non-HTML elements
# The ARIA Spec needs to explicitly state whether global ARIA attributes are valid when used directly on custom elements I am increasingly seeing design systems apply ARIA attributes directly...
# Description of bug or feature request (May or may not intersect with #991.) I work in accessible data representations and sometimes I'd like to post-pend descriptions after the label...
# Describe the change The [aria-multiselectable property](https://w3c.github.io/aria/#aria-multiselectable) Does not mention that `aria-checked` can be used to represent selection. Revise the definition language or add a note to ensure readers understand...
This adds the mechanics for introducing the `ariaNotify` API on Elements, which is a function that will map to various AT APIs, as defined in core-aam. # Test, Documentation and...
## Summary If merged, this PR resolves issue #1987 ## Description Changed instances where spec contradicted itself with respect to focus management as a responsibility of authors. Per managing focus...
This could be a potential solution to #1895. The idea here would be to define all the ARIA attributes in terms of DOM/HTML types. This example shows what aria-orientation would...
A first step. Resolves #1263 *** Preview | Diff
Following up on #2062. Closes #2068 In this negation, it seems very vague (what is non-meaningful-but-not-empty alt?) and I think a clear "SHOULD NOT add alt" is better. Otherwise, if...
Closes #1936 Crated a minimal entry with a link to the definition in the HTML Spec.