aria
aria copied to clipboard
Accessible Rich Internet Applications (WAI-ARIA)
I've been repeatedly running into a difficulty between a relatively common app UI pattern and the required owned elements part of the ARIA spec. The problem is specifically with secondary...
This is semi-related to my previous issue #1442 as the impetus for this issue is the fact that HTML allows for radio buttons to be associated with each other without...
Now that `inert` is implemented in browsers, essentially doing what aria-hidden could never really do - fully preventing all users from being able to access content the attribute is applied...
Description: The values of the aria-relevant attribute are: Value | Description -- | -- additions | Element nodes are added to the accessibility tree within the live region. additions text...
If merged, this PR reflects discussions around how `aria-hidden` could be improved to better serve end-users. It provides improved author and user agent guidance. The text content of this PR...
Hard to know what the scope is since I haven't been in the convos, but it's clearly not a "screen reader" (for the blind) use case... Where the boundary overlaps...
Closes #2065 Make it clear that authors may create a tree with a flat DOM hierarchy of `treeitem` nodes inside a `tree`, as long as all treeitems have explicit values...
Closes #2111 This PR fixes some links: 1. Change WCAG 2.1 links to WCAG 2.2 2. Update various external links to forwarded URLs or found replacement for 404ing links 3....
# Describe the change aria-current and four other attributes (if I haven't lost count) are missing in "6.6 Taxonomy of WAI-ARIA States and Properties" I don't know if the chapter...
Reading through the definition of [dialog role](https://w3c.github.io/aria/#dialog), the prose feels "pretty skimpy". (Take a quick look at combobox for comparison.) Dialog is a complicated role, and authors often get it...