Re: web sites detecting a screen reader
Luke Robinett
As a blind person, NVDA user and web developer myself, I don’t recommend telling the screen reader to ignore the SR flag. It sounds like there are a few misguided websites out there who are implementing heavy-handed screen reader experiences on their pages, but you know when you hear those options at the top of a page to jump to navigation, jump to main content, etc.? Those options don’t appear for sighted users. Behind the scenes, we use CSS media queries to expose those options only when a screen reader is detected, and I think we all agree those features are generally helpful. A similar technique is used when a graphical icon is depicted visually but it’s actual purpose ”menu,” ”settings,” ”submit,” etc. is spoken aloud to screen reader users. In short, you might find websites become far less accessible if you tell them to ignore the presence of a screen reader.
toggle quoted messageShow quoted text
On Oct 21, 2020, at 6:09 PM, Gene <gsasner@gmail.com> wrote:
|
|