Skip to content

Commit 958682c

Browse files
committed
Minor version bump
1 parent 93486b5 commit 958682c

File tree

2 files changed

+28
-18
lines changed

2 files changed

+28
-18
lines changed

docs/index.html

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,10 @@ <h3>Unordered List</h3>
183183
<li>Blackcurrant</li>
184184
</ul>
185185

186-
<ul>
187-
<li>
188-
<small>Note: VoiceOver will not <a rel="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 <a rel="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+
</p>
191190

192191
<h3>Ordered List</h3>
193192
<ol>
@@ -284,9 +283,12 @@ <h3 id="subtitle__symbols">Symbols</h3>
284283
<li><span role="definition" aria-label="Approximately equals"></span></li>
285284
<li><span role="definition" aria-label="Not equals"></span></li>
286285
</ul>
286+
287+
<h4>Notes:</h4>
287288
<p>
288-
<small>Note: 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>role="definition"</code> in conjunction with <code>aria-label</code> to ensure the symbol is read.</small>
289+
<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>role="definition"</code> in conjunction with <code>aria-label</code> to ensure the symbol is read.</small>
289290
</p>
291+
290292
</div><!-- End of #subsection__symbols -->
291293
<div id="subsection__emoji" aria-labelledby="subtitle__emoji"><!-- Start of #subsection__emoji -->
292294
<h3 id="subtitle__emoji">Emoji</h3>
@@ -297,8 +299,10 @@ <h3 id="subtitle__emoji">Emoji</h3>
297299
<li><span role="img" aria-label="Snowman emoji">⛄️</span></li>
298300
<li><span role="img" aria-label="Beer emoji">🍺</span></li>
299301
</ul>
302+
303+
<h4>Notes:</h4>
300304
<p>
301-
<small>Note: 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>role="img"</code> in conjunction with <code>aria-label</code> to ensure the symbol is read.</small>
305+
<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>role="img"</code> in conjunction with <code>aria-label</code> to ensure the symbol is read.</small>
302306
</p>
303307
</div><!-- End of #subsection__emoji -->
304308
</section><!-- End of #section__text-level -->
@@ -395,8 +399,9 @@ <h2 id="title__tables">Tables</h2>
395399
</tfoot>
396400
</table>
397401

402+
<h3>Notes:</h3>
398403
<p>
399-
<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>
400405
</p>
401406

402407
</section><!-- End of #section__tables -->
@@ -444,15 +449,16 @@ <h2 id="subsection__inline-svg">Inline SVG</h2><!-- Start of #subsection__inline
444449
</figcaption>
445450
</figure><!-- End of #subsection__inline-svg -->
446451

452+
<h3>Notes:</h3>
447453
<ul>
448454
<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>
450456
</li>
451457
<li>
452-
<small>Note: 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>
458+
<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>
453459
</li>
454460
<li>
455-
<small>Note: Apply <code>focusable=”false”</code> to any <abbr>SVG</abbr> placed inside of <a rel="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 <a rel="external noopener" href="http://simplyaccessible.com/article/7-solutions-svgs/#acc-heading-5">a focusable element such as a link or button</a>.</small>
456462
</li>
457463
</ul>
458464

@@ -528,8 +534,9 @@ <h2 id="subsection__video">Video</h2><!-- Start of #subsection__video -->
528534
Please <a rel="external noopener" href="http://browsehappy.com/">consider upgrading your browser</a> or <a download href="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4">download a file</a> for offline viewing.
529535
</video><!-- End of #subsection__video -->
530536

537+
<h3>Notes:</h3>
531538
<p>
532-
<small>Note: Accessibility errors concerning the video's missing audio description should go away once the <code>&lt;track&gt;</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>&lt;track&gt;</code>'s source is linked to a valid caption file.</small>
533540
</p>
534541

535542
<h2 id="subsection__object">Object</h2><!-- Start of #subsection__object -->
@@ -977,12 +984,13 @@ <h2 id="title__forms">Forms</h2>
977984
Text Button
978985
</span>
979986

987+
<h4>Notes:</h4>
980988
<ul>
981989
<li>
982-
<small>Note: Add <code>pointer-events: none;</code> to <a rel="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 <a rel="external noopener" href="https://twitter.com/stowball/status/857707052545613824">inline SVG icons placed in buttons</a>.</small>
983991
</li>
984992
<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 <a rel="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 <a rel="external noopener" href="https://css-tricks.com/use-button-element/"><cite>When To Use The Button Element</cite></a>.</small>
986994
</li>
987995
</ul>
988996

@@ -1152,8 +1160,9 @@ <h4 id="subtitle__buttons">Buttons</h4>
11521160
Loading
11531161
</button>
11541162

1163+
<h5>Notes:</h5>
11551164
<p>
1156-
<small>Note: Use <code>:hover</code>, <code>:focus</code>, and <code>:active</code> selectors to control the other button states. Learn more about <a rel="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 <a rel="external noopener" href="https://medium.com/eightshapes-llc/buttons-in-design-systems-eac3acf7e23#.b1p96hsrw">Buttons in Design Systems</a>.</small>
11571166
</p>
11581167
</div><!-- End of #subsection__buttons -->
11591168
</fieldset><!-- End of #subsection__states-and-validation -->
@@ -1569,8 +1578,9 @@ <h4 id="subtitle__buttons">Buttons</h4>
15691578
type="file" />
15701579
</label>
15711580

1581+
<h4>Notes:</h4>
15721582
<p>
1573-
<small>Note: Be sure to reference the <a rel="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 <a rel="external noopener" href="http://spaceninja.com/2015/12/08/falsehoods-programmers-believe/"><cite>Falsehoods Programmers Believe</cite></a> collection for creating bulletproof inputs.</small>
15741584
</p>
15751585

15761586
</fieldset><!-- End of #subsection__autocomplete -->

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "accessible-html-content-patterns",
33
"description": "A collection of the full HTML5 Doctor Element Index as well as common markup patterns for quick reference.",
44
"homepage": "https://github.com/ericwbailey/accessible-html-content-patterns",
5-
"version": "0.2.6",
5+
"version": "0.2.7",
66
"license": "MIT",
7-
"author": "Eric Bailey <[email protected]> (http://ericwbailey.com/)",
7+
"author": "Eric Bailey <[email protected]> (http://ericwbailey.design/)",
88
"contributors": "Scott Doxey <[email protected]> (https://www.scottdoxey.com/)",
99
"main": "docs/index.html",
1010
"repository": {

0 commit comments

Comments
 (0)