Re: web sites detecting a screen reader
Luke Robinett
It’s true that there may be multiple ways developers use to hide or show content to screen reader users, but the most widely accepted method is to use media queries in your style sheets. The details of this are well beyond the scope of this discussion but basically you can tell the browser to display things differently based on whether it’s a screen, a printer, a screen reader or some other output device. So theoretically I could write one style sheet for a typical computer display and an entirely different style sheet if the page is being consumed by a screen reader
toggle quoted messageShow quoted text
On Oct 22, 2020, at 12:42 PM, Gene <gsasner@gmail.com> wrote:
|
|