Best Tools for Checking Web Accessibility
I’m now working on the accessibility chapter of Refactoring HTML. I’d like to mention some automated tools for checking accessibility. The W3C lists a couple of dozen. Which are the best? If you had to pick just two or three, which would you choose?
I’m especially interested in tools that go beyond mere validation. That’s more automatic and more easily handled. Assuming the document is already strict XHTML+CSS, what else can a tool look for?
March 15th, 2007 at 11:32 AM
The only tool I’m familiar with and used to play with was “Bobby”.
One thing is for sure, don’t include that in your list. Just checked it out again and it’s totally change and doesn’t seem to work at all (it’s called Watchfire WebXACT).
Sorry I guess that’s a negative recommendation, not really what you were looking for but still …
March 16th, 2007 at 7:23 AM
They’re all terrible. Bobby was tolerable when it was being developed by CAST, but Watchfire has destroyed it.
March 18th, 2007 at 11:31 AM
The tool that I’ve used over and over again is Tidy (http://tidy.sourceforge.net/). Tidy won’t fix all errors itself, but ii does fix errors that it’s sure are bad and produces a list of which statements may be mistakes and where the statements are located.