aom icon indicating copy to clipboard operation
aom copied to clipboard

Accessibility Object Model

Results 108 aom issues
Sort by recently updated
recently updated
newest added

Attribute reflection is now in the ARIA spec: https://github.com/w3c/aria/pull/1755 And also the HTML spec defines now how this work for Element and FrozenArray: https://github.com/whatwg/html/pull/7934 We could remove https://wicg.github.io/aom/spec/aria-reflection.html and make...

In the current [proposed implementation](https://bugs.webkit.org/show_bug.cgi?id=239852) of ARIA element reflection in WebKit, as well as the relevant PR on the spec (https://github.com/whatwg/html/pull/3917) and [this WPT test](http://wpt.live/dom/nodes/aria-element-reflection.tentative.html), element reflection only works for...

During AOM sync up on 10/20, we came up with the idea of using content attribute to map ID across shadow boundaries like [`exportparts`](https://drafts.csswg.org/css-shadow-parts-1/#exportparts-attr). The idea here is to use...

Hello. I found AOM project about two years ago, and very excited. My expectations for the AOM project are high because there are many limitations in the current communication method...

The following is re-posted with permission from @aleventhal: I had some thoughts about ariaNotify based on my previous experience in helping to create the properties used by ARIA live regions....

Hi AOM folks, I'm working on a proposal called [close watchers](https://github.com/WICG/close-watcher) which is intended to allow web developers to more easily handle "close signals" such as the Esc key or...

1. An AX tree can contain accessible nodes that are backed by the document, or a text node, neither of which are elements. 2. It's possible to reach one of...

Regarding: https://github.com/WICG/aom/blob/gh-pages/explainer.md#user-action-events-from-assistive-technology I've been working on the implementation of synthesized keyboard events for AT events in Chromium, building up from an existing proof of concept for increment/decrement: https://crrev.com/c/2264176 The first...

per discussion in 6.29.2021 AOM meeting, removing attribute sprouting

I am very excited by this initiative. A lot of good work has gone in here, and I hope it makes its way into a full blown standard. When I...