[webkit-dev] Accessibility Object Model
Nan Wang
n_wang at apple.com
Fri Nov 3 12:10:15 PDT 2017
Hello webkit-dev,
I’m starting to work on implementing the Accessibility Object Model. This effort aims to create a JavaScript API to allow developers to modify (and eventually explore) the accessibility tree for an HTML page.
I’m going to implement the first two phases:
1. Modify the semantic properties of the accessibility node associated with a particular DOM node.
This phase will explain and augment the existing capabilities of ARIA <https://www.w3.org/TR/wai-aria-1.1/>.
2. Accessible actions support.
Directly respond to events (or actions) from assistive technology.
Explainer:
https://github.com/WICG/aom/blob/gh-pages/explainer.md <https://github.com/WICG/aom/blob/gh-pages/explainer.md>
Spec:
https://wicg.github.io/aom/spec/ <https://wicg.github.io/aom/spec/>
Bugzilla:
https://bugs.webkit.org/show_bug.cgi?id=179255 <https://bugs.webkit.org/show_bug.cgi?id=179255>
Thanks,
Nan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20171103/fc04be95/attachment.html>
More information about the webkit-dev
mailing list