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

In the chapter on [Presentational Roles Conflict Resolution](https://w3c.github.io/aria/#conflict_resolution_presentation_none), the 3rd bullet states: > If an element has [global](https://w3c.github.io/aria/#dfn-global) WAI-ARIA states or properties, user agents MUST ignore the [none](https://w3c.github.io/aria/#none)/[presentation](https://w3c.github.io/aria/#presentation) role and...

- Update our Netlify.toml config file - add a new script that - changes specStatus to unofficial - creates new URL mappings for unofficial status to allow for relative links...

editorial
Agenda-Editors

# Description of bug or feature request I can define rowgroups and colgroups in HTML. With ARIA only rowgroups. In HTML I can label the rowgroups and colgroups with scope=rowgroup...

@twilco discovered a potential ambiguity in the cascade of combined or conflicting ARIA requirements. ### First example ```html ``` UAs must use the first recognized role, except that `region` requires...

# Describe your concern It's natural to provide ARIA properties on a custom element and then have the custom element implementation copy that property to a descendant. For example, aria-label,...

The next F2F can be a time for us to think about what to focus on for ARIA 1.4. We can start the F2F with the opening question, "What do...

Discourage use of [grid role](https://www.w3.org/WAI/ARIA/apg/patterns/grid/) for layout purposes, What about responsivity and position consistency in cards and tiles layouts? This is a dealbreaker for me.

At the ARIA working group F2F, we discussed the need for a better solution for virtualized content in scrollable regions. [Here is the discussion](https://www.w3.org/2023/05/04-aria-minutes#t04). We discussed have a deep dive...

feature

# Description of feature request [F2F Candidate] More and more web applications use dashboards as their main access-point to its data and processes. I propose a role `dashboard` and its...

[Definitive tooltip design pattern](https://github.com/w3c/aria-practices/issues/128) – when can we expect that? It seems that there are still MANY discussions in GitHub around this pattern and devs feel uncanny to follow.