Online Interface for RAAKT - Remote Accessibility Testing

I have created a simple tool to check basic accessibility of a web page using RAAKT (the Ruby Accessibility Analysis Kit). Trying it on Google Labs’ new accessible search interface yields interesting results.

If you want to help out with RAAKT testing, please have a look at the online web interface. With it you can test accessibility of remote web pages in a similar fashion to the W3C validator tool. As mentioned previously, one of the design goals is that RAAKT will only test machine measurable accessibility issues. In practice, this means that all web pages should pass all the time, there are no “if applicable” results.

Testing it with Google Labs’ new product Google Accessible Search yields some interesting results. RAAKT reports three errors for the page http://labs.google.com/accessible/.

If you find a bug, please report it at the RAAKT project page. For more information about RAAKT, see the previous entry Automated Accessibility Tests with RAAKT in Ruby on Rails.

Comments

  1. minghong says at 2006-07-21 03:07:

    The tool seems to be broken. I’ve used the lang attribute in the HTML element, but the tool said the following:

    missinglanginfo

    Document language information is missing. Use the lang attribute on the html element.

    The page that I tested: http://www.grandsky.biz/grandsky/.

  2. Peter Krantz says at 2006-07-21 18:07:

    minghong: There was a problem with the downloading of remote html documents. The test was run on a 404 not found page. Should be fixed now.

  3. KenL says at 2006-10-11 16:10:

    Wow, I have already discovered errors I made in a current project. Maybe this tool could be accessed in a Firefox extension like the web developer toolbar?

  4. Olle Jonsson says at 2006-10-24 19:10:

    Oh, thanks for this Peter.

    Small things I tend to forget are now more OK to forget, since a tool like this can make me remember them.

    The online-IDEs for accessibility are getting closer and closer. The RAAKT, duly noted.

Leave a comment

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Peter Krantz, peter.krantz@giraffe.gmail.com (remove giraffe).