Question 8 of 10Pro Only
What is the Accessibility Tree, how is it constructed, and how can you inspect it to debug accessibility issues?
Sample answer preview
The Accessibility Tree is a simplified representation of the DOM that the browser exposes to assistive technologies. The relationship with the DOM is important to understand. The DOM contains all HTML elements with their attributes and styles.
Accessibility TreeDOMroleaccessible namearia-hiddenDevTools