Skip to content

Commit b5d8bb7

Browse files
committed
Add incorrect spelling to test cspell workflow
1 parent 1c754a7 commit b5d8bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/aria/ARIA7.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p>When associating text to a focusable element with the help of <code class="language-html">aria-labelledby</code>, the target text element is given an <code class="language-html">id</code> which is referenced in the value of the <code class="language-html">aria-labelledby</code> attribute of the focusable element.</p>
66
<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 <code class="language-html">id</code>s (IDREF) in the value of the <code class="language-html">aria-labelledby</code> attribute. The label text should then be concatenated following the order of <code class="language-html">id</code>s in the value of the <code class="language-html">aria-labelledby</code> attribute.</p>
77
<p>When applied on links, <code class="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 <code class="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 <code class="language-html">aria-labelledby</code> attribute.</p>
8+
<p>The specified behaviour of <code class="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 <code class="language-html">aria-labelledby</code> attribute.</p>
99
<p>For more information on the naming hierarchy please consult the <a href="https://www.w3.org/TR/accname/">Accessible Name and Description Computation</a>.</p>
1010
</section><section id="examples"><h2>Examples</h2>
1111
<section class="example">

0 commit comments

Comments
 (0)