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: partials/section.embedded.hbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
<small>Different implementations of <abbr>SVG</abbr> have <arel="external noopener"href="https://css-tricks.com/accessible-svgs/">different approaches for being made accessible</a>.</small>
49
49
</li>
50
50
<li>
51
-
<small>Apply <code>focusable=”false”</code> to any <abbr>SVG</abbr> placed inside of <arel="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 <arel="external noopener"href="http://simplyaccessible.com/article/7-solutions-svgs/#acc-heading-5">prevent a focus bug with Safari 10</a>.</small>
0 commit comments