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

# Describe your concern The spec is a bit unclear on how content in the shadow DOM or slots should be handled when building the accessibility tree, notably impacting the...

# Describe the change Some states/properties reference `undefined` as a value however, this value is missing from their Values table: ### aria-multiselectable The [Values table for `aria-multiselectable`](https://w3c.github.io/aria/#aria-multiselectable) does not have...

Agenda

# Describe the change In order to address https://github.com/w3c/aria/issues/2156, @spectranaut /@smhigley /@aardrian suggested clarification in the spec of how to assign `undefined` for states and properties; namely, to clarify that...

editorial

# Describe the change I'm observing the following 6 spec instances of the term "content author": | Section | Text | | -------- | ------- | | [Section 5.2.1 Abstract...

editorial

Closes https://github.com/w3c/aria/issues/2156 Closes https://github.com/w3c/aria/issues/2177 This PR clarifies ambiguity in the varying behaviors of the `undefined` value for ARIA states and properties by providing a broader definition of "undefined" in [section...

editorial
spec:aria

Refs #1110 While looking through #1110 to figure out what we can do, I started enumerating all of the ariamixing properties and their corresponding value types, which I then realised...

editorial
spec:aria

Frequently, we encounter complex dashboards where multiple "cards" with different contexts are presented together. When interacting with the content of one card, only that card's content is affected. Sometimes, this...

deep-dive

Closes #1818. The [definition of _Owning Element_](https://w3c.github.io/aria/#dfn-owning-element) is already inclusive of both DOM ancestry _and_ ownership via `aria-owns`: > An 'owning element' is any DOM ancestor of the [element](https://dom.spec.whatwg.org/#concept-element), or...

clarification
spec:aria

Closes #1912 Clarifies authoring guidance for `aria-expanded` by discouraging ownership of the controlled grouping element except in the cases of `treeitem` and `row`. *** Preview | Diff

clarification
spec:aria

closes #1254 adds user agent and author requirements regarding the use of aria-hidden=true on root-level elements of a document. @cookiecrook I took a first stab at drafting up the author...

waiting for implementations
spec:aria