A11Y Flashcards
1
Q
Create a visually hidden element that screen readers will see.
A
position: absolute, width: 1px, height: 1px, overflow: hidden, and clip: rect(1px, 1px, 1px, 1px). Apple voice won’t read height: 0. Width/height and clip necessary for browser bugs.