Skip to content

Commit d668c33

Browse files
committed
Minor version bump
1 parent c05b560 commit d668c33

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

docs/index.html

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ <h3>Unordered List</h3>
182182
<li>Blackberry</li>
183183
<li>Blackcurrant</li>
184184
</ul>
185+
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>
191+
185192
<h3>Ordered List</h3>
186193
<ol>
187194
<li>Alabama</li>
@@ -435,18 +442,20 @@ <h2 id="subsection__inline-svg">Inline SVG</h2><!-- Start of #subsection__inline
435442
<figcaption>
436443
<a rel="external noopener" href="https://thenounproject.com/search/?q=crab&i=583446">Crab by Hea Poh Lin</a> from the Noun Project
437444
</figcaption>
438-
439-
<ul>
440-
<li>
441-
<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>
442-
</li>
443-
<li>
444-
<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>
445-
</li>
446-
</ul>
447-
448445
</figure><!-- End of #subsection__inline-svg -->
449446

447+
<ul>
448+
<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>
450+
</li>
451+
<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>
453+
</li>
454+
<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>
456+
</li>
457+
</ul>
458+
450459
<h2 id="subsection__picture">Picture</h2><!-- Start of #subsection__picture -->
451460
<picture>
452461
<source

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.5",
5+
"version": "0.2.6",
66
"license": "MIT",
77
"author": "Eric Bailey <[email protected]> (http://ericwbailey.com/)",
88
"contributors": "Scott Doxey <[email protected]> (https://www.scottdoxey.com/)",

0 commit comments

Comments
 (0)