-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screen reader detection #5
Comments
Agree |
Perhaps a section on Privacy concerns? |
@ab11y commented:
It can be done with basic HTML and CSS, and/or by listening for JavaScript events. It is not an exact science, but it's good enough.
It is consistently accurate under testing, on Windows machines at least - and given that they account for about 91% of the market according to the latest WebAIM survey, that's more than enough data to be going on with. |
At least one tool of this kind detects if a screen reader is running, and automatically invokes certain options within its overlay without asking.
If it is known that someone is using a screen reader, it is known that they have a disability. That is personal data, and there are laws that prohibit the collection and use of personal data without informed consent.
I've reached out to friends who specialise in privacy for their thoughts.
This may be a topic we should include.
The text was updated successfully, but these errors were encountered: