Accessibility Interview
I was recently interviewed for an article on accessibility in this month’s Net magazine. Here is what I had to say:
1: Why are so many sites still inaccessible?
There is still a large amount of ambivalence regarding web accessibility, from both developers and clients. Many clients are either unaware that the disability discrimination act covers them, or simply don’t care. However, it is not really the clients fault. It is the responsibility of the web development profession to educate clients about their legal responsibilities and build accessibility into their projects, whether specified or not. Unfortunately, due to the increased commoditization of web design, budgets continue to fall and accessibility is often one of the first areas to be affected.
If I employed a professional architect, I would expect them to design a house that complied with current legislation and industry best practices. I wouldn’t be expected to learn all this information up front, to make sure they did a good job. That’s why you hire professionals. If my budget wasn’t sufficient, I could go to a local cowboy, but I’d end up with a poorly executed job that didn’t comply with the necessary standards. In this situation, I would reduce the scope of the house or wait until I had a bigger budget. Unfortunately, many web design clients choose to go the route of the cowboy builder, often–I may add–through no fault of their own.
2: How far has web accessibility come and how far has it to go?
I think web accessibility has come a long way in the last few years, largely thanks to the work of activists like Joe Clark, organizations like the RNIB and legislation such as the DDA and section 508. However there is still a long way to go, and web developers need to make sure that accessibility becomes part of their development process rather than an optional extra.
As well as focusing on developers and clients, lets not forget that the manufactures of assistive devices also have a huge role to play here. Traditionally the major screenreader companies have had surprisingly little involvement in the web accessibility community, and this needs to change.
3: How does PAS 78 help create good accessible sites and is it easy/effective to apply?
PAS 78 provides a set of practical guidelines for clients to follow when commissioning accessible web design services. Unfortunately, end clients need to be made aware of these guidelines, and initially this will only happen in organizations where accessibility is already a concern. The vast majority of developers and clients won’t have heard of these guidelines, or be willing to pay for access to them.
4: Do you still need to look at other guidelines seperately?
There is some misunderstanding about the nature of these guidelines. PAS 78 is intended to act as a guide for people commissioning accessible web design and development services. Agencies themselves still need to be aware of WCAG1.0 and the forthcoming WCAG2.0, as well as other international guidelines. It is also important to remember that web accessibility isn’t just about a series of checkpoints; it’s about real people with real accessibility issues. As well as the Web Content Accessibility Guidelines, authors need to be aware of usability issues and should test their site with a wide variety of users. This is something PAS 78 takes great pains to point out.
5: How do you deal with difficult clients who are adamant that they don't really care about a really accessible site as long as it looks good?
Web accessibility isn’t an optional extra so shouldn’t be treated as such. Rather than asking if clients want their site to be accessible, professional web developers should simply build more accessible websites. That way you never need to get into these kind of tricky client negotiations.
Going back to the architect analogy, I doubt you’d ever see a professional architect suggesting wheelchair access as an optional extra when it was actually a legal requirement. Moreover, if the client said to drop the wheelchair access because they wanted to save a bit of money, I doubt any professional architect would agree, preferring to lose the project rather than compromise their professional integrity.
6: What is the process of creating/testing a site for accessibility?
We build all of our sites using web standards, which helps greatly when it comes to web accessibility. We also understand the various accessibility guidelines and keep abreast of the latest recommendations and best practices. However, none of this is a substitute for real user testing and this is something we encourage as much as possible.
7: What's a designer's biggest accessibility headache (and why)?
I believe that it’s entirely possible to create beautifully rich designs that are also highly accessible with the minimum of extra effort. However, from a purely visual design point of view, motion graphics probably form the hardest challenge. From a broader development point of view, I think the biggest headache is poor documentation and inconsistent support by the various screenreaders. Ajax is extremely big at the moment, yet few people know exactly how the screenreaders interact with the browser and handle updated page content. This problem is going to get increasingly more severe unless certain screenreader manufacturers start to participate in the web accessibility community.