Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
spectranaut committed Aug 7, 2023
1 parent f518061 commit 33c9ae7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13479,6 +13479,14 @@ <h2>Relationships in the Accessibility Tree</h2>
&lt;div id="child4"&gt;
&lt;div role="listitem"&gt;Accessibility Child 4&lt;/div&gt;
&lt;/div&gt;
</pre>
<p>In the following example, the <rref>list</rref> element has no accessibility children:</p>
<pre class="example highlight">
&lt;div role="list"&gt;
&lt;div role="listitem" aria-hidden="true"&gt;Excluded element&lt;/div&gt;
&lt;div role="listitem" id="reparented"&gt;Reparented element&lt;/div&gt;
&lt;/div&gt;
&lt;div aria-owns="reparented"&gt;&lt;/div&gt;
</pre>
<p>The <dfn data-export="" data-lt="accessibility descendant|accessibility descendants">accessibility descendants</dfn> of a DOM element are all DOM elements which correspond to descendants of the corresponding <a>accessible object</a> in the <a class="termref">accessibility tree</a>.</p>
<p>The <dfn data-export="" data-lt="accessibility parent|parent element|parent">accessibility parent</dfn> of a DOM element is one of the following:</p>
Expand Down

0 comments on commit 33c9ae7

Please sign in to comment.