Advocacy Group For the Blind Slams Google Apps
angry tapir writes "The National Federation of the Blind claims that Google Apps lacks required features for blind people and wants the US government to investigate whether schools that adopt the e-mail and collaboration suite run afoul of civil rights laws. The NFB is asking the US Department of Justice's Civil Rights Division to probe whether New York University and Northwestern University are discriminating against blind employees and students through their use of Google Apps' Education edition."
This is also problem with so many open source projects. They all forget about disabilities and blind people. I've tried to get them to support them, but no one is interested adding such features. That's what proprietary software has done a lot better - they actually do account for disabled and blind people too. It's a major obstacle with open source software, but for example Microsoft and other big companies have generally supported such features.
At least gmail have an HTML mode. But I think the problem is that we need better screenreaders more suitable to modern Internet.
Yes, we use Jaws at work. The accessability team came round last week to see how our video editing system was progressing with accessibility. We got critisised for a variety of reasons, the chief ones being:
1) it didn't work with IE7
2) The screen reader software (Jaws), presented hidden divs to the user
If I have a div with "style=display: hidden;", a display device should not display it.
I'm currently working on a couple of government projects that must adhere to the latest accessibility standards, and they include this little doozy: no javascript.
Think about that. No javascript.
HTML was never designed for applications. We have javascript to get around this. No matter how sophisticated the "toolkit" or "framework", it's all still a stupid, ugly hack. But it works.
HTML alone though? Someone needs to pull these people aside and tell them that they've gone batshit insane.