aria
aria copied to clipboard
Accessible Rich Internet Applications (WAI-ARIA)
Consider an attribute to declare the presence of a "context menu" for a currently-focused element
# Description of bug or feature request Some web apps, such as GOogle Calendar or Gmail, provide context menus for the currently-focused control that can be activated by either invoking...
https://github.com/whatwg/html/pull/10995 adds definitions for "single element reference" and "set of element references" attributes, formalizing the concept of attributes that reference other elements via ID. In this change, update the "Mapping...
# Describe your concern As part of writing the required context WPT test (https://github.com/web-platform-tests/interop-2023-accessibility-testing/issues/20), I came across an observation for the `radio` role: `Authors SHOULD ensure that elements with role...
back in 2018, https://github.com/w3c/html-aam/issues/131 was filed to suggest we add mapping tables for Android. that seems reasonable, but we need someone from Andriod to provide us / do this work....
The relationship for a term/definition is defined in the spec by creating an aria-labelledby or nesting relationship with the definition to the term. If I recall correctly, the naming idea...
Closes https://github.com/w3c/pdf-aam/issues/7 This PR consists of the initial import of the HTML tables for the PDF-AAM mappings. My understanding is with this PR we will officially have our first public...
Related to https://github.com/w3c/html-aria/issues/543 which was previously logged against aria before i transferred it to the correct spec Multiline comboboxes, for better or worse, are a thing people are trying to...
It feels like ariaNotify is trying to solve two problems simultaneously: poor ergonomics of live regions for web developers, and inconsistent implementations in browsers and screen readers. Wouldn't it make...
This adds the mapping for `command` and `commandfor` attributes as per the [Invokers Explainer](https://open-ui.org/components/invokers.explainer/). Additions: - [3.6.25 command (in the Toggle, Show, and Hide popover states)](https://deploy-preview-2354--wai-aria.netlify.app/html-aam/#att-command-popovers) - [3.6.26 command (in...
Most of the times actions are failing due to respec failures or markup issues. We should have PR checks that prevent this from happening.