What is Accessibility tree?
The accessibility tree is a simplified representation of the DOM built by the browser, exposing only information relevant to assistive technologies: name, role, state, and value of each element. It is generated from HTML semantics and ARIA attributes, then communicated to the operating system via accessibility APIs (UIA, ATK, AX API). It is the bridge between the page code and the screen reader.
Related terms
Test your website’s accessibility
106 RGAA criteria analyzed in 5 minutes by our AI.
Run a free audit on scrutia.io