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
<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>
345
+
<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>
<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>
363
+
<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>
<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>
564
564
</li>
565
565
<li>
566
-
<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>
566
+
<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>
567
567
</li>
568
568
<li>
569
569
<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>
0 commit comments