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 #2036 * Adds two roles: listview and listviewitem. * Implementation of [A proposal for an interactive lists role](https://gist.github.com/smhigley/a613aab8287726f61202869e2f479553) * Implementation of [Proposal: Interactive Lists · w3c/aria Wiki](https://github.com/w3c/aria/wiki/Proposal:-Interactive-Lists) Related issues:...

The current design of AriaNotify, as outlined in the [spec PR](https://github.com/w3c/aria/pull/2211) and the [explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Accessibility/AriaNotify/explainer.md#managing-pending-notifications), includes a `priority`, which takes on values of `none` or `important`. These map closely to the...

The `ariaRelevant` IDL attribute seems to have been intentionally commented out from the `ARIAMixin` interface in https://github.com/w3c/aria/commit/646f093848a1943c8343f34ad80f72dbd78f54e6 — without any explanation that I could find, including not in the related...

Agenda
spec:aria

Closes #2310 This PR adds a new `aria-idl.md` documentation file that provides general explanation about IDL, how ARIA IDL works and chronology/history of key ARIA IDL decisions.

Closes https://github.com/w3c/html-aam/issues/553 Initially filed as https://github.com/w3c/html-aam/pull/559 @aleventhal provided mappings in https://github.com/w3c/html-aam/issues/553. I verified they match up with Chromium’s mappings: **`id`** - `kHtmlId` maps to `id` in [ax_platform_node_base.cc;l=1506-1509](https://source.chromium.org/chromium/chromium/src/+/main:ui/accessibility/platform/ax_platform_node_base.cc;l=1506-1509?q=kHtmlId&ss=chromium%2Fchromium%2Fsrc:ui%2Faccessibility%2Fplatform%2F) - `kHtmlId` maps...

spec:html-aam

Moved from https://github.com/w3c/html-aam/pull/510/

spec:html-aam

The current design of `AriaNotify`, as outlined in the [spec PR](https://github.com/w3c/aria/pull/2211) and the [explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Accessibility/AriaNotify/explainer.md#screen-reader-customizations-for-user-preference), includes a `notificationId`, which is a non-localized string that can be optionally used by an author...

The current design of `AriaNotify`, as outlined in the [spec PR](https://github.com/w3c/aria/pull/2211) and the [explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Accessibility/AriaNotify/explainer.md#managing-pending-notifications), includes a property that allows authors more control over the verbosity of their notifications, called `interrupt`....

Closes #1882 Copies to-be-removed wiki pages to the main repository. - [x] [last edit: Apr 1, 2021] 1.2 Non editorial features and other changes => 1.2 archive - [x] [last...

editorial
Agenda-Editors