Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pragmatism and Accessibility

At what point does accessibility become non-pragmatic? and what is that shady gray area dictated by?

like image 981
Majd Taby Avatar asked Dec 31 '08 07:12

Majd Taby


2 Answers

My guess is that as legislatures catch up, we are not far from having legally mandated accessibility requirements in the same way that physical buildings, workplaces, and the like have to adhere to accessibility requirements. Such legislation will often eliminate the doubts.

Since accessibility generally means providing the services to as many people as possible, no site is universally accessible, even by merit of not covering all languages. It's common to stick to a few main languages or countries, though it's good to design for expansion (the way that Amazon does).

As for disabilities, sometimes it depends on the site and the services it provides.

I personally think that as the population ages, it makes sense to address low-vision customers who use assistive devices, so websites that are text based and low on flash/scripts make a lot of sense. That being said, users with small mobile devices have similar needs so you can catch two birds.

like image 77
Uri Avatar answered Sep 29 '22 12:09

Uri


It depends on your software. Making a word processor accessible is a lot more necessary then making the latest first person shooter accessible. As a blind computer user I get angry if Microsoft Office doesn't work, but don't care if I can't navigate the menus in Quake III. It also depends on your customers: if you are selling to the government than accessibility is going to be mandated (at least in America). Accessibility isn't mandated for most non-governmental companies, though, so you can get away with as much or as little accessibility as your conscience, time restraints, and budget force you to implement.

like image 38
Jared Avatar answered Sep 29 '22 12:09

Jared