You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: accname/index.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -536,8 +536,8 @@ <h4>Computation steps</h4>
536
536
<liid="comp_labelledby_set_current">
537
537
<spanid="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.
538
538
</li>
539
-
<liid="comp_labelledby_recursion">
540
-
<spanid="step2B.ii.b"><!-- Don't link to this legacy numbered ID. --></span><em>LabelledBy Recursion:</em> Compute the text alternative of the
539
+
<liid="comp_labelledby_traversal">
540
+
<spanid="step2B.ii.b"><!-- Don't link to this legacy numbered ID. --></span><em>LabelledBy Traversal:</em> Compute the text alternative of the
541
541
<code>current node</code> beginning with the overall <ahref="#comp_computation">Computation</a> step. Set the <code>result</code> to that text alternative.
542
542
</li>
543
543
<liid="comp_labelledby_append">
@@ -551,7 +551,7 @@ <h4>Computation steps</h4>
551
551
</ol>
552
552
<div>
553
553
<p>
554
-
The result of <ahref="#comp_labelledby_recursion">LabelledBy Recursion</a> in combination with <ahref="#comp_hidden_not_referenced">Hidden Not Referenced</a> means that
554
+
The result of <ahref="#comp_labelledby_traversal">LabelledBy Traversal</a> in combination with <ahref="#comp_hidden_not_referenced">Hidden Not Referenced</a> means that
555
555
<aclass="termref">user agents</a> MUST include all nodes in the subtree as part of the <aclass="termref">accessible name</a> or <aclass="termref">accessible description</a>,
556
556
when the node referenced by <code>aria-labelledby</code> or <code>aria-describedby</code> is hidden.
557
557
</p>
@@ -612,8 +612,8 @@ <h4>Computation steps</h4>
612
612
<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:
613
613
<olclass="acc-ol">
614
614
<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 <ahref="#comp_embedded_control">Embedded Control</a>.
615
+
If traversal of the <code>current node</code> is due to <ahref="#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 <ahref="#comp_embedded_control">Embedded Control</a>.
617
617
</li>
618
618
<li>Otherwise, return the value of <code>aria-label</code>.</li>
0 commit comments