Skip to content

Commit

Permalink
Move accessibility subtree definition
Browse files Browse the repository at this point in the history
  • Loading branch information
spectranaut committed Jul 25, 2024
1 parent ab40c30 commit e9fc47f
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions core-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,21 +355,6 @@ <h3>Features Deprecated in WAI-ARIA</h3>
</p>
</section>
</section>
<section class="informative" id="glossary">
<h2>Important Terms</h2>
<div>
<p>While some terms are defined in place, the following definitions are used throughout this document.</p>
<dl class="termlist">
<dt><dfn data-export="">Accessibility Subtree</dfn></dt>
<dd>
<p>
An [=accessible object=] in the <a>accessibility tree</a> and its descendants in that tree. It does not include objects which have relationships other than parent-child in that tree. For
example, it does not include objects linked via <a class="specref" href="#aria-flowto">aria-flowto</a> unless those objects are also descendants in the <a>accessibility tree</a>.
</p>
</dd>
</dl>
</div>
</section>
<section id="mapping">
<h2>Mapping <abbr title="Accessible Rich Internet Application">WAI-ARIA</abbr> to Accessibility <abbr title="Application Programming Interfaces">APIs</abbr></h2>
<section id="mapping_general">
Expand Down Expand Up @@ -10643,7 +10628,7 @@ <h3>Changes to document content or node visibility</h3>
</tr>
</tbody>
</table>
<p>Fire these events for node changes where the node in question is an element and has an <a class="termref">accessible object</a>:</p>
<p>Fire the following events for node changes where the node in question is an element and has an <a class="termref">accessible object</a>. The accessibility subtree of a node is its [=accessible object=] in the <a>accessibility tree</a> and its descendants in that tree. It does not include objects which have relationships other than parent-child in that tree. For example, it does not include objects linked via <a class="specref" href="#aria-flowto">aria-flowto</a> unless those objects are also descendants in the <a>accessibility tree</a>.
<table>
<caption>
Table of document change scenarios and events to be fired in each
Expand Down

0 comments on commit e9fc47f

Please sign in to comment.