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 #1084 Updated menu content to attempt to help differentiate `menu` and `menubar`, per the request of the original issue. *** Preview | Diff

spec:aria

Closes #1216 Codifies existing UA behavior for live regions, especially in the context of creation and initial rendering, where only `alert` live regions are announced. # PR tracking Check these...

clarification
spec:aria

@fstrr asked if we could normalize DOM ID casing across the aria spec (camel case or "_" separated words), but as these IDs are using for navigation it would be...

editorial

@aleventhal started a discussion in the Chromium slack regarding whether `aria-errormessage` is really needed when `aria-describedby` is already available. I tracked down the origin of `aria-errormessage` to [ISSUE-651: Allow aria-invalid...

There are 35 instances where "programming" is spelled with one m inside `abbr` elements This is in the current [ARIA 1.2](https://www.w3.org/TR/wai-aria-1.2/) and [Editor's Draft](https://w3c.github.io/aria/)

editorial

Live regions indicate that changes within the region should be communicated to assistive technology. Is there an expectation that assistive technology register changes in live regions when A) Live regions...

The `separator` role is the only role in WAI-ARIA that changes what it is and what it supports based on the element it is used on. When the element is...

I went through and fixed links in the spec. There were: 1. Links to external resources that were being forwarded to new URLs (e.g., some Microsoft docs, W3C DOM to...

editorial

# Description of bug or feature request During the [Jan 4 2024 ARIA WG meeting](https://www.w3.org/2024/01/04-aria-minutes.html), we discussed the following issue around unconventional nested ARIA heading markup and expected AT experience...

Closes #1194 As discussed in the issue, this PR adds normative wording on requiring user agents to calculate `aria-level`, `aria-posinset`, and `aria-setsize`. It also adds a section outlining how to...

spec:aria