Skip to content

Commit

Permalink
editorial: move accname PR235
Browse files Browse the repository at this point in the history
  • Loading branch information
pkra committed May 23, 2024
2 parents 59df5bf + 508f6da commit 6d6be37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions accname/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,13 @@ <h4>Computation steps</h4>
<span id="step2F.iii"><!-- Don't link to this legacy numbered ID. --></span><em>Name From Each Child:</em> For each <code>rendered child node</code> of the
<code>current node</code>:
<ol>
<li id="comp_name_from_content_find_child_actions">
If the <code>current node</code> has an <code>aria-actions</code> [=attribute=] with an IDREF matching the rendered child node, skip steps b-d for this child node.
</li>
<li>
If the <code>current node</code> has an <code>aria-actions</code> [=attribute=] with at least one valid IDREF matching any of the descendents of the rendered child node,
exclude the referenced descendants from the name from content of the <code>current node</code>.
</li>
<li id="comp_name_from_content_for_each_child_set_current">
<span id="step2F.iii.a"><!-- Don't link to this legacy numbered ID. --></span>Set the <code>current node</code> to the <code>rendered child node</code>.
</li>
Expand Down

0 comments on commit 6d6be37

Please sign in to comment.