vote up 0 vote down star

Can you suggest a tool for testing accessibility and section 508/ADA compliance of a Website with MS Share Point and .Net 2.0 as the underlying platform?

flag

2 Answers

vote up 0 vote down

In my experience, testing Sharepoint for accessibility is not worth it. Even if you've used the Accessibility Toolkit for Sharepoint (AKS) with Sharepoint 2007, the end result is far from accessible.

The trouble is that accessibility was not, and still is not a big consideration for MS when they made Sharepoint. Everything depends on table layout, and screenreaders are given a nightmare to deal with.

There are a few online tools - some will help validate your output, others pretend to test you for accessibility (TAW).

The problem is that many of the guidelines under WCAG are just too arbitrary, and will never be testable by an automated tool. This may change with WCAG 2.

Anyway, wish you the best trying to make Sharepoint accessible.

EDIT: As a side not, I can highly recommend the following tools/resources for anyone interested in accessible development:

link|flag
vote up 1 vote down

Here you will find a complete list compiled by W3C. Most are platform indipendent.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.