Tag: Screen Readers
-
Accessible Text Labels For All
PermalinkI love it when someone takes a specific problem (in this case, adding text labels to buttons in an accessible way, and then digs deep into solving it.
This is a terrific post by Sara, where she dives into making “Add to Cart” (and other generic text labels) more accessible to both screen readers and dictation services.
-
Text Splitting Causes Screen Reader Problems - Axess Lab
PermalinkVoiceOver has a bug that causes it to misbehave when content is broken up, such as by a
<br>
or<span>
inside a link or header. This is a quick explanation of the issue and how to userole="text"
to fix it.