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
@@ -53,7 +53,7 @@
53
53
<small>Be sure to provide values for the <codetranslate="no">height</code> and <codetranslate="no">width</code> attributes so <abbr>SVGs</abbr> won't expand to fill the page if styles don't load.</small>
54
54
</li>
55
55
<li>
56
-
<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>
56
+
<a>Different implementations of <abbr>SVG</abbr> have different approaches for being made accessible. Reference these articles by <arel="external noopener"href="https://css-tricks.com/accessible-svgs/"></a>Heather Migliorisi</a> and <arel="external noopener"href="https://www.deque.com/blog/creating-accessible-svgs/">Carie Fisher</a>.</small>
57
57
</li>
58
58
<li>
59
59
<small>Add whitespace around the <codetranslate="no">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>
<small>Certain screen readers will not <arel="external noopener"href="http://www.deque.com/blog/dont-screen-readers-read-whats-screen-part-1-punctuation-typographic-symbols/">read certain symbols out loud</a>. Use <codetranslate="no">role="definition"</code> in conjunction with <codetranslate="no">aria-label</code> to ensure the symbol is read.</small>
198
+
<small>Certain screen readers will not <arel="external noopener"href="http://www.deque.com/blog/dont-screen-readers-read-whats-screen-part-1-punctuation-typographic-symbols/">read certain symbols out loud</a>. Use <codetranslate="no">role="definition"</code> in conjunction with <codetranslate="no">aria-label</code> to ensure the symbol is read. Use this techique with caution and discretion, as it will affect how the symbol is rendered by things like Braille readers.</small>
199
199
</p>
200
200
</div>
201
201
<!-- End of #subsection-symbols -->
@@ -204,16 +204,16 @@ drwxr-xr-x 9 eric staff 306 Mar 24 13:36 .git/
<small>Certain screen readers will not <arel="external noopener"href="http://tink.uk/accessible-emoji/">expose emoji as images in the accessibility treee</a>. Use <codetranslate="no">role="img"</code> in conjunction with <codetranslate="no">aria-label</code> to ensure the symbol is read.</small>
216
+
<small>Certain screen readers will not <arel="external noopener"href="http://www.deque.com/blog/dont-screen-readers-read-whats-screen-part-1-punctuation-typographic-symbols/">read certain symbols out loud</a>. Use <codetranslate="no">role="definition"</code> in conjunction with <codetranslate="no">aria-label</code> to ensure the symbol is read. Use this techique with caution and discretion, as it will affect how the symbol is rendered by things like Braille readers.</small>
0 commit comments