Skip to content

Commit

Permalink
update accname exception to be only about aria-actions on root node
Browse files Browse the repository at this point in the history
  • Loading branch information
smhigley committed Sep 27, 2024
1 parent 6d6be37 commit 9babf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accname/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -672,10 +672,10 @@ <h4>Computation steps</h4>
<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.
If the <code>root 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,
If the <code>root 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">
Expand Down

0 comments on commit 9babf09

Please sign in to comment.