Skip to content

Commit

Permalink
Fixed strong tag issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-dulac committed Sep 15, 2022
1 parent 35525b7 commit c5e282c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/body/screen-reader-only-text.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class="enable-example"
</ol>

<p>
<strong>Be very careful putting ARIA-labels on a <code>div</code> or <code>span</code> tag. Sometimes, screen readers like Voiceover will think that those tags with an <code>aria-label</code> imply that the items inside are a group of interactive elements. Your mileage may vary.
<strong>Be very careful putting ARIA-labels on a <code>div</code> or <code>span</code> tag.</strong> Sometimes, screen readers like Voiceover will think that those tags with an <code>aria-label</code> imply that the items inside are a group of interactive elements. Your mileage may vary.
</p>


Expand Down

0 comments on commit c5e282c

Please sign in to comment.