5.7 #Utilities.u-preserve-list-semantics u-preserve-list-semantics
Ensures that VoiceOver will declare the presence of list items,
even if the list bullet has been removed. Apply to the ul
, ol
, dl
element. See mixins.preserve-list-semantics.
Example
- This
- That
- The other thing
Markup
<ul class="u-preserve-list-semantics">
<li>This</li>
<li>That</li>
<li>The other thing</li>
</ul>
Source:
src/css/utilities/_preserve-list-semantics.scss
, line 1