aria icon indicating copy to clipboard operation
aria copied to clipboard

Accessible Rich Internet Applications (WAI-ARIA)

Results 277 aria issues
Sort by recently updated
recently updated
newest added

closes #2180 related to recent question: #2296 related to https://github.com/w3c/aria/issues/1764 This PR removes requiring names for alertdialog, dialog, form, grid, radiogroup and table roles and replaces the author MUST with...

spec:aria

# Describe your concern In the WAI-ARIA spec, the [`form`](https://w3c.github.io/aria/#form) and [`dialog`](https://w3c.github.io/aria/#dialog) roles are labeled "Accessible Name Required." Does this mean that HTML authors are required to specify an accessible...

Closes: #2225 Clarification on author responsibilities concerning empty or invalid references for properties accepting ID reference (or ID reference list) as values. The intention is, considering the dynamic nature of...

spec:aria

I have the implementation for the new `sectionheader` and `sectionfooter` roles ready for Chrome, but it's currently failing the following subtests in WPT: `el-footer`, `el-header`, and `el-header-ancestormain` in [wpt/html-aam/roles-contextual.html](https://github.com/web-platform-tests/wpt/blob/master/html-aam/roles-contextual.html) `footer...

# Describe the change When linking to other specs using ReSpec syntax, there are scenarios where you need to provide alternative link text for the automatic external reference linking (xref)....

editorial
Agenda-Editors

This comment acknowledges that some browsers will attempt to mitigate for potential author error for `` by exposing the placeholder link with a `role=link` instead of as a `generic`.

spec:html-aam

# Describe the change During the [June 27 2024 "undefined" deep dive discussion](https://github.com/w3c/aria/issues/2177#issuecomment-2226727206), @cookiecrook proposed (ostensibly with WG agreement) expanding every ARIA attribute's characteristics table to include a value for...

editorial
spec:aria

This PR does a few things: - Revises naming computation section to - identify elements which are name prohibited, reducing these items accName algorithm to only accept names from aria-label/aria-labelledby....

spec:aria
spec:html-aam

Because aria-owns is notoriously difficult for user agents to implement in a stable and predictable manner, I suggest that aria-owns cannot cross shadow root boundaries. Pointing into an ancestor shadow...

`aria-controls` did not have the widest support, but with the [JAWS release notes (April 2019)](https://support.freedomscientific.com/Downloads/JAWS/JAWSWhatsNew?utm_content=93956937&utm_medium=social&utm_source=twitter&hss_channel=tw-2382446636#ChangesApril2019) it will no longer be announced by default. >If you encounter an element on a...

clarification