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: techniques/aria/ARIA7.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<p>When associating text to a focusable element with the help of <codeclass="language-html">aria-labelledby</code>, the target text element is given an <codeclass="language-html">id</code> which is referenced in the value of the <codeclass="language-html">aria-labelledby</code> attribute of the focusable element.</p>
6
6
<p>It is also possible to use several text elements on the page as a label for a focusable element. Each of the text elements used must be given a unique ID which is referenced as a string of <codeclass="language-html">id</code>s (IDREF) in the value of the <codeclass="language-html">aria-labelledby</code> attribute. The label text should then be concatenated following the order of <codeclass="language-html">id</code>s in the value of the <codeclass="language-html">aria-labelledby</code> attribute.</p>
7
7
<p>When applied on links, <codeclass="language-html">aria-labelledby</code> can be used to identify the purpose of a link that may be readily apparent for sighted users, but less obvious for screen reader users.</p>
8
-
<p>The specified behavior of <codeclass="language-html">aria-labelledby</code> is that the associated label text is announced instead of the link text (not in addition to the link text). When the link text itself should be included in the label text, the ID of the link should be referenced as well in the string of IDs forming the value of the <codeclass="language-html">aria-labelledby</code> attribute.</p>
8
+
<p>The specified behaviour of <codeclass="language-html">aria-labelledby</code> is that the associated label text is announced instead of the link text (not in addition to the link text). When the link text itself should be included in the label text, the ID of the link should be referenced as well in the string of IDs forming the value of the <codeclass="language-html">aria-labelledby</code> attribute.</p>
9
9
<p>For more information on the naming hierarchy please consult the <ahref="https://www.w3.org/TR/accname/">Accessible Name and Description Computation</a>.</p>
0 commit comments