Skip to content

Commit

Permalink
editorial: move accname PR236
Browse files Browse the repository at this point in the history
  • Loading branch information
pkra committed May 23, 2024
2 parents 59df5bf + 826d86c commit 8fdd9ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions accname/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,8 @@ <h4>Computation steps</h4>
<li id="comp_labelledby_set_current">
<span id="step2B.ii.a"><!-- Don't link to this legacy numbered ID. --></span>Set the <code>current node</code> to the node referenced by the IDREF.
</li>
<li id="comp_labelledby_recursion">
<span id="step2B.ii.b"><!-- Don't link to this legacy numbered ID. --></span><em>LabelledBy Recursion:</em> Compute the text alternative of the
<li id="comp_labelledby_traversal">
<span id="step2B.ii.b"><!-- Don't link to this legacy numbered ID. --></span><em>LabelledBy Traversal:</em> Compute the text alternative of the
<code>current node</code> beginning with the overall <a href="#comp_computation">Computation</a> step. Set the <code>result</code> to that text alternative.
</li>
<li id="comp_labelledby_append">
Expand All @@ -528,7 +528,7 @@ <h4>Computation steps</h4>
</ol>
<div>
<p>
The result of <a href="#comp_labelledby_recursion">LabelledBy Recursion</a> in combination with <a href="#comp_hidden_not_referenced">Hidden Not Referenced</a> means that
The result of <a href="#comp_labelledby_traversal">LabelledBy Traversal</a> in combination with <a href="#comp_hidden_not_referenced">Hidden Not Referenced</a> means that
<a class="termref">user agents</a> MUST include all nodes in the subtree as part of the <a class="termref">accessible name</a> or <a class="termref">accessible description</a>,
when the node referenced by <code>aria-labelledby</code> or <code>aria-describedby</code> is hidden.
</p>
Expand Down Expand Up @@ -589,8 +589,8 @@ <h4>Computation steps</h4>
whose value is not undefined, not the empty string, nor, when trimmed of [=ascii whitespace|whitespace=], is not the empty string:
<ol>
<li>
If traversal of the <code>current node</code> is due to recursion <strong>and</strong> the <code>current node</code> is an embedded control, ignore <code>aria-label</code> and
skip to rule <a href="#comp_embedded_control">Embedded Control</a>.
If traversal of the <code>current node</code> is due to <a href="#comp_name_from_content_for_each_child">Name From Content descendant node recursion</a> <strong>and</strong> the
<code>current node</code> is an embedded control, ignore <code>aria-label</code> and skip to rule <a href="#comp_embedded_control">Embedded Control</a>.
</li>
<li>Otherwise, return the value of <code>aria-label</code>.</li>
</ol>
Expand Down

0 comments on commit 8fdd9ce

Please sign in to comment.