aria
                                
                                 aria copied to clipboard
                                
                                    aria copied to clipboard
                            
                            
                            
                        Accessible Rich Internet Applications (WAI-ARIA)
ARIA should clarify distinction between “contents exposed as descendant text nodes” vs “name from contents” This conversation started while @twilco was fixing an implementation bug, and noticed the `listitem` role...
This is a follow on issue to #1721, specifically [this comment/discussion in the minutes](https://github.com/w3c/aria/issues/1721#issuecomment-1883679522) about allowing toolbars to either implicitly add an X of Y to controls within - or...
This PR attempts to close #1721 Per the discussion we had around the issue, the potential usability and wcag issues this could cause, there were few pros to relaxing how...
# Describe the change There is a`NOTE` under `directory` role stating that `Authors are advised to treat directory as deprecated`. Instead it should be written as normative text, like `This...
"host language attribute" is not defined in main ARIA spec (and related) I heard today that a few ARIA veterans didn't know what this was. .... e.g. an HTML or...
Part of #w3c/accname/issues/138 Adds `nameFrom: heading` (this overcomes PR #1018) Will update these along the way after further discussion and review. * [x] Related AccName Issue/PR: https://github.com/w3c/accname/issues/182 * [ ]...
aria-keyshortcuts property https://www.w3.org/TR/wai-aria-1.3/#aria-keyshortcuts The internationalization (I18N) working group reviewed 1.3 as part of horizontal review. In the course of doing this review, we found the below quoted text about the...
In https://www.w3.org/TR/wai-aria-1.3/#live_region_roles `marquee` and `timer` are listed as live region roles. However, when then following through to their definitions, it states: > Elements with the role `marquee` have an implicit...
While most radio groups do need an accessible name, there are some instances where the radio buttons themselves sufficiently describe their operation without requiring an accessible name on the radio...
https://w3c.github.io/aria/#ARIAMixin > idlAttribute must [reflect](https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#reflect) contentAttributeName and support [ElementInternals](https://html.spec.whatwg.org/multipage/custom-elements.html#elementinternals). I got very confused about "support ElementInternals" until I saw https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#support-elementinternals. This definition should be linked.