```css li::before { content: "\200B"; /* Make VoiceOver + list-style-type: none; play nice */ position: absolute; } ``` By Peter van Grieken