Accessibility Debt: What Happens When You Do Accessibility Last

- -

Here's how you probably make an accessible website:

  1. Conceive the website.
  2. Design the website.
  3. Build the website.
  4. Make it accessible.

That last step takes ages, and the reason is simple: you've left it until last. Anything that's left until last takes ten times longer than it should. Let me explain why.

Let's say I ask you for a recipe website. I want the recipes to have tags, so I can tag them with delicious or vegetarian or poisonous. Simple enough, so you make it.

A few months later, I come back. Don't Worry, it's all going great with my recipe site, but I want to change something. The tags are great, but I want them to be nested like categories, so each tag has a parent — then I can have breadcrumbs for my recipes.

You can fill in the rest.

This is what nearly every accessible web project does. We conceive, design, and build it with the minimum of thought to accessibility. Then, at the end, we sprinkle it on — the finishing touches.

But it doesn't work that way, and 'adding accessibility' gets a reputation for being unpleasant and confusing.

The root of the problem is our assumptions — about the user, and how they will use what we're building. We carry these assumptions through the whole project. We wait until the end of the project to invalidate those assumptions and 'see what happens'.

Let's call this what it is: technical debt.

Accessibility debt.

Instead of letting this accrue interest from the word go, let's challenge these assumptions throughout. But before we can do that, we need to broaden our understanding of what users are really like.

Some common assumptions about users

Perception

Operation

Understanding

In addition to the above, there are a lot of myths that circulate about accessibility. They can be very destructive — particularly that one about Javascript. They prevent us from using useful techniques like ARIA Live Regions. In the worst case, they can cause projects to give up on accessibility or hide functionality from some groups of users.

When I learned about all of this I felt quite dispirited. Most of the techniques I had been applying were inadequate, or totally misguided.

What can I do about this?

The truth is that you can't make a website accessible just by applying techniques. That approach is called Technical Accessibility, and it has a lot of flaws. You have to design with accessibility in mind from the start.

WebAIM has an excellent series of articles that outline a people-focused approach to accessibility. It's based on four principles, called POUR:

  • Perceivable The user has to be able to perceive your interface. For example, a blind user cannot perceive a visual diagram, so some description or alternative content can be provided.
  • Operable The user needs to have a way of operating your interface. For example, a user who navigates with a keyboard only will be unable to operate an interface that requires a mouse.
  • Understandable The user needs to be able to understand your interface. For example, if your instructions use a word that a user does not know and cannot understand from the context, they will be unable to act on your instructions.
  • Robust The above points should be implemented robustly. They should work across as wide a range of devices and technologies — past, present, and future — as is practical.

When you read it, you'll notice that it feels like a much more modern approach. Here's an excerpt:

When developers focus on technical specifications, they may achieve technical accessibility, but they may not achieve usable accessibility. To make a comparison, a large office building may be technically accessible to a person who is blind—meaning that this person may be able to walk through all the hallways, use the elevators, open the doors, etc.—but without an explanation (or perhaps a tactile map) of how the building is arranged, where the elevators and doors are, and which offices are on which floors, the building will be quite difficult to navigate, especially at first. The person may try to find locations through a process of trial and error, but this is a very slow and cumbersome process. The building is accessible, but not very usable.

In a similar way, web developers can create web sites that are possible for people with disabilities to access, but only with great difficulty. The technical standards are important, but they may be insufficient on their own. Developers need to learn when and how to go beyond the technical standards when necessary.

Stop just applying techniques. Start solving problems for your users.

Doesn't that sound far more interesting?

We're passionate about understanding businesses, ideas and people. Let's Talk