It’s what everybody’s talking about, so why not chime in?
And spawned by the results from WebAIM’s 5th Screen Reader User Survey.
First off: the original question was whether screen reader detection should be allowed, and not about detecting all assistive technology – and there’s a good reason for that. The relationship between screen readers and browsers is much closer than, say, the relationship between an adaptive keyboard and a browser.
The screen reader has a highly dynamic interaction with the browser; the adaptive keyboard is fundamentally identical to any other keyboard in how it acts as an input device. (Different in how it interacts with the user, but essentially the same when interacting with the computer.)
Breaking down the Question
Looking at this question with screen readers in mind, it breaks down into two questions:
- What are the advantages to detecting screen readers?
- What are the disadvantages to detecting screen readers?
Advantages
Obviously there’s the potential to provide a better experience to users with screen readers because you know they’re there. And there’s the ability to gather statistics on screen reader usage in a way we’ve never been able to before.
Disadvantages
The risk that screen reader users will just get shrugged off into a simpler, poorly-updated version of the site because nobody can be bothered to create and maintain an equal experience. And there’s the ability to gather statistics on screen reader usage in a way we’ve never been able to before.
Funny how the second sentence is the same in both cases…
What you can do when you detect a screen reader
Has there ever been a time when separate but equal was a legitimate treatment? As much as it could hypothetically be an advantage to know that you’re dealing with a screen reader, in practice it really shouldn’t make much of a difference. Screen readers are damned sophisticated pieces of software: if you’ve built your site right, they’re fully capable of allowing somebody to use it.
What would you do? Only push aria attributes into the HTML (HyperText Markup Language) when a screen reader is detected? Isn’t that just more work for a developer? Is there ever an environment where maintaining two interfaces for a site is actually an advantage?
As much as I can imagine some edge cases where detecting a screen reader could lead to better accessibility, I can also easily think of better solutions for those same cases — so it hardly seems like this is any kind of benefit.
So many accessibility failures amount to ignorance and laziness, rather than failures of technology, that I can’t see this as solving the root problem: developers.
What about those statistics?
Wouldn’t it be great to have solid, evidential statistics about screen reader use? Sure. But at what cost? The sacrifice of privacy? The exposure on the web that your visitor, during a support chat, has a disability, causing that support person to treat you differently than they would otherwise?
Statistics aren’t the argument for web accessibility: as much as it’s important to be aware how many people may be using assistive technology on the web, if that was the only argument that mattered we’d have already lost the battle. We build accessible web sites because it’s the right thing to do: it gives everybody a fair chance to use your site, rather than privileging the majority.
I can see far more harm coming from the ability to detect assistive technology than good. The potential for good is there, absolutely: but only by stifling the development of interfaces that provide equal access for all and relegating people with disabilities to an experience determined by their assistive technology.
What about detecting all assistive technology?
Oh. And that question about detecting all assistive technology? You’ve got to be kidding. If you think it’s practical to detect all assistive technology from the browser, then you have no concept of what assistive technology really is.
Joe Dolson
Hi, King Kong – thanks for your comment. It does, however, demonstrate a certain degree of ignorance about how web accessibility works. Screen readers are capable of ingesting an incredible variety of data; the problem with web accessibility is not with how screen readers work – it’s with how authors work.
If screen readers read from a JSON (JavaScript Object Notation) object, it would change nothing – because they would still depend on authors providing the data in that JSON object.
While it’s true that many images on the web are only aesthetic, screen readers still need to be able to identify whether or not an image is purely aesthetic, and far more, so that they can communicate that information to the user.
I have sincere hope that Biden will re-start the development of ADA regulations regarding web accessibility; it would make an enormous difference by helping business owners know what they need to do to be accessible, and put a significant barrier to frivolous lawsuits.
King Kong
The truth is screen readers are way behind the times and they are that way because the attorneys need ambulances to chase. If screen readers were at all smart they would adopt json object that follow schema as the proper way to get data. this would also help search engine and all websites if all data was json formatted and linked to the html attributes in the page. Most graphics on web pages are for aesthetic value. screen readers have zero aesthetic value especially when reading the description of an image to someone.
On another subject we had great news today. Biden is making room in prisons. Maybe we could put those ambulance chasing parasites there.
Terri Youngblood
I have a client that is dropping support for IE (Internet Explorer) given all the woes it causes them and supporting Edge – as of today Edge is not supported by AT. They were thinking to detect AT and them and then throw a message to use Firefox for now.