This effort aims to create a JavaScript API to allow developers to modify (and eventually explore) the accessibility tree for an HTML page.
*Phase 1*
Add an `accessibleNode` property to `Node`, with the type `AccessibleNode`.
The `AccessibleNode` interface allows accessible properties for a particular `Node` to be programmatically overridden.
See https://github.com/WICG/aom/blob/master/explainer.md for more detail.
Comment 1 by dmazz...@chromium.org
, Mar 27 2017