Skip to content

Commit c8c68d5

Browse files
pkracookiecrookjnurthen
authored
[accname PR 236] Editorial: Renaming LabelledBy Recursion since it's not recursive. (#2207)
Co-authored-by: James Craig <[email protected]> Co-authored-by: James Nurthen <[email protected]>
1 parent 51db044 commit c8c68d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

accname/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ <h4>Computation steps</h4>
536536
<li id="comp_labelledby_set_current">
537537
<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.
538538
</li>
539-
<li id="comp_labelledby_recursion">
540-
<span id="step2B.ii.b"><!-- Don't link to this legacy numbered ID. --></span><em>LabelledBy Recursion:</em> Compute the text alternative of the
539+
<li id="comp_labelledby_traversal">
540+
<span id="step2B.ii.b"><!-- Don't link to this legacy numbered ID. --></span><em>LabelledBy Traversal:</em> Compute the text alternative of the
541541
<code>current node</code> beginning with the overall <a href="#comp_computation">Computation</a> step. Set the <code>result</code> to that text alternative.
542542
</li>
543543
<li id="comp_labelledby_append">
@@ -551,7 +551,7 @@ <h4>Computation steps</h4>
551551
</ol>
552552
<div>
553553
<p>
554-
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
554+
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
555555
<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>,
556556
when the node referenced by <code>aria-labelledby</code> or <code>aria-describedby</code> is hidden.
557557
</p>
@@ -612,8 +612,8 @@ <h4>Computation steps</h4>
612612
<code>aria-label</code> [=attribute=] whose value is not undefined, not the empty string, nor, when trimmed of [=ascii whitespace|whitespace=], is not the empty string:
613613
<ol class="acc-ol">
614614
<li>
615-
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
616-
skip to rule <a href="#comp_embedded_control">Embedded Control</a>.
615+
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
616+
<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>.
617617
</li>
618618
<li>Otherwise, return the value of <code>aria-label</code>.</li>
619619
</ol>

0 commit comments

Comments
 (0)