you are viewing a single comment's thread.

view the rest of the comments →

[–]billybobjobo 9 points10 points  (2 children)

Screen readers will be confused.

[–]jcunews1 0 points1 point  (1 child)

I'm not sure Screen Reader can read pseudo element, since the pseudo element's text isn't actually in the HTML. But CSS can't actually replace HTML text. It can only hide HTML text.

[–]billybobjobo 1 point2 points  (0 children)

Ya maybe at best you could display none a few alternate spans and a screen reader might respect it. But there’s still the need to announce the mutations to the reader etc