Skip to content

Commit c05b560

Browse files
committed
Added note about VoiceOver and styled lists
1 parent 56ec07f commit c05b560

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

partials/section.text-level.hbs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@
5858
<li>Blackberry</li>
5959
<li>Blackcurrant</li>
6060
</ul>
61+
62+
<ul>
63+
<li>
64+
<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>
65+
</li>
66+
</ul>
67+
6168
<h3>Ordered List</h3>
6269
<ol>
6370
<li>Alabama</li>

0 commit comments

Comments
 (0)