Web Accessibility – countries that have legal requirement, this isn’t optional. It is sad that it takes legality to force websites to comply, even with the basic (and very attainable) Level A compliance. Something such as a form label, regarded as a very low prioirty issue within the SDLC, could prevent a user using accessibility tools to be unable to complete a transcation, or miss an important checkbox option.
Even if your site doesnt have ecommerce features, observing standards will at least improve the performance of your site, cross-browser compatibility and . Developers have long pushed back about coding standards, but observing the forgiving XHTML Transitional standards will bring your overall site coding quality much higher. Its one fo the general guidelines within the WCAG 2.0 Level A. So, I decided to present a basic set of checks that coders can do to prevent those annoying web accessibility issues being found by testers!
Parking these issues, along with other minor issues, is not sensible.
Quick checks – in an hour you can do a reasonably good pass through your website.
- All form elements should have identifiers and in some cases labels.
- It should be possible to navigate your site completely using keyboard, and in logical manner (i.e. sequential)
- Session timeouts should be pre-empted with popup dialog to prevent “surprise exit”
- Colours should be chosen from preset guidelines – if you company branding compromises, then seriously consider a change.
- Run website through tools such as WebbIE, which will “speak” the site as you navigate
- Webbie allows you to traverse the site in Text Only.
- Fangs plugin will allow you to view webpage as a screenreader would view it.
- Ensure your website pages comply with XHTML Transitional Standards.
- Ensure any button actions do not change position of tabbing order (especially within such things as accordians
You can use tools such as
Related posts:









