Skip to content

Commit c55afd1

Browse files
committed
Rebuild docs
1 parent ed4884b commit c55afd1

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

docs/index.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -326,23 +326,23 @@ <h4 id="notes-code">Notes:</h4>
326326
<div id="subsection-symbols" aria-labelledby="subtitle-symbols">
327327
<h3 id="subtitle-symbols">Symbols</h3>
328328
<ul>
329-
<li><span role="definition" aria-label="Plus">+</span></li>
330-
<li><span role="definition" aria-label="Minus"></span></li>
331-
<li><span role="definition" aria-label="Plus or minus">±</span></li>
332-
<li><span role="definition" aria-label="Divided by">÷</span></li>
333-
<li><span role="definition" aria-label="Multiplied by">×</span></li>
334-
<li><span role="definition" aria-label="Less than">&lt;</span></li>
335-
<li><span role="definition" aria-label="Less than or equal to"></span></li>
336-
<li><span role="definition" aria-label="Greater than">&gt;</span></li>
337-
<li><span role="definition" aria-label="Greater than or equal to"></span></li>
338-
<li><span role="definition" aria-label="Equals">=</span></li>
339-
<li><span role="definition" aria-label="Approximately equals"></span></li>
340-
<li><span role="definition" aria-label="Not equals"></span></li>
329+
<li>+</li>
330+
<li></li>
331+
<li>±</li>
332+
<li>÷</li>
333+
<li>×</li>
334+
<li>&lt;</li>
335+
<li></li>
336+
<li>&gt;</li>
337+
<li></li>
338+
<li>=</li>
339+
<li></li>
340+
<li></li>
341341
</ul>
342342

343343
<h4 id="notes-symbols">Notes:</h4>
344344
<p>
345-
<small>Certain screen readers will not <a rel="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 <code translate="no">role="definition"</code> in conjunction with <code translate="no">aria-label</code> to ensure the symbol is read.</small>
345+
<small>Certain screen readers will not <a rel="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 <code translate="no">role="definition"</code> in conjunction with <code translate="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>
346346
</p>
347347
</div>
348348
<!-- End of #subsection-symbols -->
@@ -351,16 +351,16 @@ <h4 id="notes-symbols">Notes:</h4>
351351
<div id="subsection-emoji" aria-labelledby="subtitle-emoji">
352352
<h3 id="subtitle-emoji">Emoji</h3>
353353
<ul>
354-
<li><span role="img" aria-label="Peach emoji">🍑</span></li>
355-
<li><span role="img" aria-label="Smiling cat face emoji">😺</span></li>
356-
<li><span role="img" aria-label="Tophat emoji">🎩</span></li>
357-
<li><span role="img" aria-label="Snowman emoji">⛄️</span></li>
358-
<li><span role="img" aria-label="Beer emoji">🍺</span></li>
354+
<li>🍑</li>
355+
<li>😺</li>
356+
<li>🎩</li>
357+
<li>⛄️</li>
358+
<li>🍺</li>
359359
</ul>
360360

361361
<h4 id="notes-emoji">Notes:</h4>
362362
<p>
363-
<small>Certain screen readers will not <a rel="external noopener" href="http://tink.uk/accessible-emoji/">expose emoji as images in the accessibility treee</a>. Use <code translate="no">role="img"</code> in conjunction with <code translate="no">aria-label</code> to ensure the symbol is read.</small>
363+
<small>Certain screen readers will not <a rel="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 <code translate="no">role="definition"</code> in conjunction with <code translate="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>
364364
</p>
365365
</div>
366366
<!-- End of #subsection-emoji -->
@@ -563,7 +563,7 @@ <h3 id="notes-inline-svg">Notes:</h3>
563563
<small>Be sure to provide values for the <code translate="no">height</code> and <code translate="no">width</code> attributes so <abbr>SVGs</abbr> won't expand to fill the page if styles don't load.</small>
564564
</li>
565565
<li>
566-
<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>
566+
<a>Different implementations of <abbr>SVG</abbr> have different approaches for being made accessible. Reference these articles by <a rel="external noopener" href="https://css-tricks.com/accessible-svgs/"></a>Heather Migliorisi</a> and <a rel="external noopener" href="https://www.deque.com/blog/creating-accessible-svgs/">Carie Fisher</a>.</small>
567567
</li>
568568
<li>
569569
<small>Add whitespace around the <code translate="no">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>

0 commit comments

Comments
 (0)