This effort aims to create a JavaScript API to allow developers to modify (and eventually explore) the accessibility tree for an HTML page.
*Phase 4*
Implement Accessibility Tree introspection API, to give authors access to the full computed accessibility tree, including all attributes and properties of an accessibility node, and the ability to traverse the tree structure.
See https://github.com/WICG/aom/blob/gh-pages/explainer.md#phase-4-full-introspection-of-an-accessibility-tree for more information.
Comment 1 Deleted