Skip to content

Commit 059857a

Browse files
committed
Updated note about using whitespace with <use>
1 parent 5d29ebe commit 059857a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partials/section.embedded.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<small>Different implementations of <abbr>SVG</abbr> have <a rel="external noopener" href="https://css-tricks.com/accessible-svgs/">different approaches for being made accessible</a>.</small>
4949
</li>
5050
<li>
51-
<small>Apply <code>focusable=”false”</code> to any <abbr>SVG</abbr> placed inside of <a rel="external noopener" href="http://simplyaccessible.com/article/7-solutions-svgs/#acc-heading-5">a focusable element such as a link or button</a>.</small>
51+
<small>Add whitespace around the <code>use</code> element in a <abbr>SVG</abbr> icon system to <a rel="external noopener" href="http://simplyaccessible.com/article/7-solutions-svgs/#acc-heading-5">prevent a focus bug with Safari 10</a>.</small>
5252
</li>
5353
</ul>
5454

0 commit comments

Comments
 (0)