text-transforms affect screen readers, too! (#tilPost)

Today, I read CSS Can Influence Screenreaders by Ben Myers in which he shared CSS properties that can affect how screen readers treat content.
list-style might be the first surprising property influences accessibility. If you set e….


This content originally appeared on Stefan Judis Web Development and was authored by Stefan Judis

Today, I read CSS Can Influence Screenreaders by Ben Myers in which he shared CSS properties that can affect how screen readers treat content.

list-style might be the first surprising property influences accessibility. If you set e.g. list-style: none on a list certain screen reader combinations drop the announcement of the element being a list.

What was new for me was the mention of text-transform. Ben included an example which shows an "add button". It turns out that VoiceOver treats the button differently depending on the text-transform property. It reads out loud "add" and "A.D.D." for the uppercase version.

Creating accessible websites is hard these days. :/

Edited: As Massimo Artizzu pointed out, for the combination of Chrome and VoiceOver an additional aria-label fixes this screen reader behavior for uppercases characters.


Reply to Stefan


This content originally appeared on Stefan Judis Web Development and was authored by Stefan Judis


Print Share Comment Cite Upload Translate Updates
APA

Stefan Judis | Sciencx (2020-03-22T23:00:00+00:00) text-transforms affect screen readers, too! (#tilPost). Retrieved from https://www.scien.cx/2020/03/22/text-transforms-affect-screen-readers-too-tilpost/

MLA
" » text-transforms affect screen readers, too! (#tilPost)." Stefan Judis | Sciencx - Sunday March 22, 2020, https://www.scien.cx/2020/03/22/text-transforms-affect-screen-readers-too-tilpost/
HARVARD
Stefan Judis | Sciencx Sunday March 22, 2020 » text-transforms affect screen readers, too! (#tilPost)., viewed ,<https://www.scien.cx/2020/03/22/text-transforms-affect-screen-readers-too-tilpost/>
VANCOUVER
Stefan Judis | Sciencx - » text-transforms affect screen readers, too! (#tilPost). [Internet]. [Accessed ]. Available from: https://www.scien.cx/2020/03/22/text-transforms-affect-screen-readers-too-tilpost/
CHICAGO
" » text-transforms affect screen readers, too! (#tilPost)." Stefan Judis | Sciencx - Accessed . https://www.scien.cx/2020/03/22/text-transforms-affect-screen-readers-too-tilpost/
IEEE
" » text-transforms affect screen readers, too! (#tilPost)." Stefan Judis | Sciencx [Online]. Available: https://www.scien.cx/2020/03/22/text-transforms-affect-screen-readers-too-tilpost/. [Accessed: ]
rf:citation
» text-transforms affect screen readers, too! (#tilPost) | Stefan Judis | Sciencx | https://www.scien.cx/2020/03/22/text-transforms-affect-screen-readers-too-tilpost/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.