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: docs/index.html
+26-16Lines changed: 26 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -183,11 +183,10 @@ <h3>Unordered List</h3>
183
183
<li>Blackcurrant</li>
184
184
</ul>
185
185
186
-
<ul>
187
-
<li>
188
-
<small>Note: VoiceOver will not <arel="external noopener" href="https://unfetteredthoughts.net/2017/09/26/voiceover-and-list-style-type-none/">announce unordered lists properly when either the list-style-type is set to none or display is set to inline</a>.</small>
189
-
</li>
190
-
</ul>
186
+
<h4>Notes:</h4>
187
+
<p>
188
+
<small>VoiceOver will not <arel="external noopener" href="https://unfetteredthoughts.net/2017/09/26/voiceover-and-list-style-type-none/">announce unordered lists properly when either the list-style-type is set to none or display is set to inline</a>.</small>
<small>Note: 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 <code>role="definition"</code> in conjunction with <code>aria-label</code> to ensure the symbol is read.</small>
289
+
<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 <code>role="definition"</code> in conjunction with <code>aria-label</code> to ensure the symbol is read.</small>
289
290
</p>
291
+
290
292
</div><!-- End of #subsection__symbols -->
291
293
<divid="subsection__emoji" aria-labelledby="subtitle__emoji"><!-- Start of #subsection__emoji -->
<small>Note: Certain screen readers will not <arel="external noopener" href="http://tink.uk/accessible-emoji/">expose emoji as images in the accessibility treee</a>. Use <code>role="img"</code> in conjunction with <code>aria-label</code> to ensure the symbol is read.</small>
305
+
<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 <code>role="img"</code> in conjunction with <code>aria-label</code> to ensure the symbol is read.</small>
<small>Note: Use <code>id</code> and <code>header</code> attributes for tables with complicated markup (colspans, row headers, etc.).</small>
404
+
<small>Use <code>id</code> and <code>header</code> attributes for tables with complicated markup (colspans, row headers, etc.).</small>
400
405
</p>
401
406
402
407
</section><!-- End of #section__tables -->
@@ -444,15 +449,16 @@ <h2 id="subsection__inline-svg">Inline SVG</h2><!-- Start of #subsection__inline
444
449
</figcaption>
445
450
</figure><!-- End of #subsection__inline-svg -->
446
451
452
+
<h3>Notes:</h3>
447
453
<ul>
448
454
<li>
449
-
<small>Note: Be sure to provide values for the <code>height</code> and <code>width</code> attributes so <abbr>SVGs</abbr> won't expand to fill the page if styles don't load.</small>
455
+
<small>Be sure to provide values for the <code>height</code> and <code>width</code> attributes so <abbr>SVGs</abbr> won't expand to fill the page if styles don't load.</small>
450
456
</li>
451
457
<li>
452
-
<small>Note: 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>
458
+
<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>
453
459
</li>
454
460
<li>
455
-
<small>Note: 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>
461
+
<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>
456
462
</li>
457
463
</ul>
458
464
@@ -528,8 +534,9 @@ <h2 id="subsection__video">Video</h2><!-- Start of #subsection__video -->
528
534
Please <arel="external noopener" href="http://browsehappy.com/">consider upgrading your browser</a> or <adownloadhref="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4">download a file</a> for offline viewing.
529
535
</video><!-- End of #subsection__video -->
530
536
537
+
<h3>Notes:</h3>
531
538
<p>
532
-
<small>Note: Accessibility errors concerning the video's missing audio description should go away once the <code><track></code>'s source is linked to a valid caption file.</small>
539
+
<small>Accessibility errors concerning the video's missing audio description should go away once the <code><track></code>'s source is linked to a valid caption file.</small>
533
540
</p>
534
541
535
542
<h2id="subsection__object">Object</h2><!-- Start of #subsection__object -->
<small>Note: Add <code>pointer-events: none;</code> to <arel="external noopener" href="https://twitter.com/stowball/status/857707052545613824">inline SVG icons placed in buttons</a>.</small>
990
+
<small>Add <code>pointer-events: none;</code> to <arel="external noopener" href="https://twitter.com/stowball/status/857707052545613824">inline SVG icons placed in buttons</a>.</small>
983
991
</li>
984
992
<li>
985
-
<small>Note: Use <code>tabindex="0"</code> in conjunction with <code>role="button"</code> to ensure that the text button is focusable. Use <code>cursor: pointer;</code> in the CSS to communicate that it is interactable. Learn more about <arel="external noopener" href="https://css-tricks.com/use-button-element/"><cite>When To Use The Button Element</cite></a>.</small>
993
+
<small>Use <code>tabindex="0"</code> in conjunction with <code>role="button"</code> to ensure that the text button is focusable. Use <code>cursor: pointer;</code> in the CSS to communicate that it is interactable. Learn more about <arel="external noopener" href="https://css-tricks.com/use-button-element/"><cite>When To Use The Button Element</cite></a>.</small>
<small>Note: Use <code>:hover</code>, <code>:focus</code>, and <code>:active</code> selectors to control the other button states. Learn more about <arel="external noopener" href="https://medium.com/eightshapes-llc/buttons-in-design-systems-eac3acf7e23#.b1p96hsrw">Buttons in Design Systems</a>.</small>
1165
+
<small>Use <code>:hover</code>, <code>:focus</code>, and <code>:active</code> selectors to control the other button states. Learn more about <arel="external noopener" href="https://medium.com/eightshapes-llc/buttons-in-design-systems-eac3acf7e23#.b1p96hsrw">Buttons in Design Systems</a>.</small>
1157
1166
</p>
1158
1167
</div><!-- End of #subsection__buttons -->
1159
1168
</fieldset><!-- End of #subsection__states-and-validation -->
<small>Note: Be sure to reference the <arel="external noopener" href="http://spaceninja.com/2015/12/08/falsehoods-programmers-believe/"><cite>Falsehoods Programmers Believe</cite></a> collection for creating bulletproof inputs.</small>
1583
+
<small>Be sure to reference the <arel="external noopener" href="http://spaceninja.com/2015/12/08/falsehoods-programmers-believe/"><cite>Falsehoods Programmers Believe</cite></a> collection for creating bulletproof inputs.</small>
1574
1584
</p>
1575
1585
1576
1586
</fieldset><!-- End of #subsection__autocomplete -->
0 commit comments