Skip to content

Commit c741cab

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/aria/ARIA24.html
1 parent 434e8b7 commit c741cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/aria/ARIA24.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h4>Working example:</h4>
181181

182182
<h3>Multiple Icon Fonts as part of another sematic element WITH visible text</h3>
183183

184-
<p>This example already has a visible text label in the link to be used as an accessible name, the mail and chevron font icons must stay visible when the font family is changed. This can be done by ensuring the icons are contained in their own element and the attribute <code>aria-hidden=&quot;true&quot;</code> is used so the font icons will be ignored by assistive technologies.</p>
184+
<p>This example already has a visible text label in the link to be used as an accessible name, the mail and chevron font icons must stay visible when the font family is changed. This can be done by ensuring the icons are contained in their own element and the attribute <code>aria-hidden="true"</code> is used so the font icons will be ignored by assistive technologies.</p>
185185
<section>
186186
<h4>Author CSS</h4>
187187
<pre xml:space="preserve"><code class="language-css">/* default class for fonts-face with icons */

0 commit comments

Comments
 (0)