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

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to