top | item 35764622

(no title)

apnew | 2 years ago

This site adds a nice message about reader mode on iOS+Safari. Anyone knows how this can be achieved?

discuss

order

mechanicum|2 years ago

The text is in an element with CSS intended to make it “screen reader only” by visually hiding the element. Reader mode ignores those rules in the same way a screen reader would.

The unpleasant side-effect of this approach is that anyone using a screen reader for accessibility reasons is told to consider switching it off so they can look at the font the author picked.

apnew|2 years ago

Thank you for both insights!