Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11158,6 +11158,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
</section>
<section class="normative" id="accessibility_tree">
<h1>Accessibility Tree</h1>
<p>The <a class="termref">accessibility tree</a> and the DOM tree are parallel structures. The <a>accessibility tree</a> includes the user interface objects of the <a>user agent</a> and the objects of the document. <a>Accessible objects</a> are created in the accessibility tree for every DOM element that should be exposed to an <a>assistive technology</a>, either because it may fire an accessibility <a>event</a> or because it has a <a>property</a>, <a>relationship</a> or feature which needs to be exposed.</p>
<section id="tree_exclusion">
<h2>Excluding Elements from the Accessibility Tree</h2>
<p>The following <a>elements</a> are not exposed via the <a>accessibility <abbr title="Application Programing Interfaces">API</abbr></a> and user agents MUST NOT include them in the <a class="termref">accessibility tree</a>:</p>
Expand Down