Deconstructing Accessibility Statements

Black oval eye glasses on an out-of-focus stack of paper

Don’t read legal-ese? This will help you understand what accessibility statements actually say, and more importantly, why.

This is MY interpretation of accessibility statement legal-ese. I am not your lawyer. You need to make up your own mind. With your own lawyer. Who is not me.

I received the following question after writing an article called “10 things that indicate people have no clue about accessibility” where one of the “10 things” was the lack of an accessibility statement being indicative of “no clue.” It started with “I would like to start putting a11y statement on our sites and wonder whether this is okay”

We are actively working to ensure our sites are WCAG 2.0 AA-compliant.

Please contact us if you are facing accessibility issues when using our sites.

In processing my answer to the questioner, I realized that I had the privilege of having been to law school which allows me to translate legal-ese into accessibility-ese (and vice-versa). So I told the questioner that I would write a comprehensive article rather than give them a quick two-sentence LinkedIn message about what should go into their accessibility statements.

Where should accessibility statements go?

The first question that needs to be asked and answered concerning accessibility statements is not what is in them, but where should they appear. Accessibility statements should always:

  1. have the shortest URL possible, something like:

foo.com/accessibility.ext

where foo.com is your domain and .ext is the extension of your default framework such as accessibility.html or accessibility.php

2. be reachable from your footer template on every page

3. if the statement pertains to a native app where the native app and the website point to the SAME accessibility statement, you should set this up as a webview on the native app side. That way any update to the statement will automatically show up in both places. As an additional bonus, an app store releases won’t be required if the statement is updated and it is in a webview.

Basic Accessibility Statement Components

At its highest level, an accessibility statement should contain at a minimum:

  1. commitment to providing some level of an accessible experience
  2. A list of guidelines and standards the experience uses as an objective measurement of whether or not the commitment identified in step 1 is being met
  3. Accessible methodology for providing feedback.

Commitment

Expect some “weasel words” in most accessibility statement commitment sections. Weasel words is a colloquial phrase for language that makes it look like a direct statement is being made, when actually the language is vague.

If your accessibility statement is going through legal review, there is no way a corporate lawyer will allow you to put in an unqualified commitment to accessibility. Common phrases you will see (these were all pulled from live accessibility statements) include :

  • committed to providing an accessible website
  • committed to providing access to all individuals
  • actively working to increase the accessibility
  • dedicated to supporting customers with accessibility needs

If you use the W3C accessibility statement generator, you will (of course) see something a little more definitive. The language they use is “committed to ensuring digital accessibility for people with disabilities.” Most lawyers are allergic to the word ensure. If you write a custom accessibility statement and put it through legal review, you will more likely see the reviewers recommending language around trying to be accessible. Most lawyers want their accessibility managers to commit to an accessibility effort, but not a fully accessible end result.

Guidelines

This part is easy. WCAG 2.0? 2.1? and what level (A or AA, rarely does anyone try to meet AAA).

Feedback

You need to tell your users how they can report an issue where an experience is not accessible. And for goodness sake:

  1. if the feedback mechanism is a form, make sure at least the form is accessible even if the rest of the site is not.
  2. if the feedback mechanism is chat, make sure you use an accessible chatbot (I like Olark — their chatbot is accessible, even if their site is pretty awful).
  3. if your company has multiple feedback channels, list at least two of them in your accessibility statement so the person reporting can choose the mechanism that best fits their preferred form of communications.
  4. If one of your channels is voice, make sure that your customer service reps are trained in taking relay calls. Or better yet, have a CSR trained in assistive technology and taking calls from users with disabilities.
Screenshot of Google accessibility help page showing email, chat, voice and online help
Google offers several different modes of accessibility assistance

Can’t I use an Accessibility Statement Generator?

There are several of them out there. Plug in a company name, level of accessibility, email address, press a button and BOOM, you have an accessibility statement. It is my opinion that anyone who publishes an automatically generated accessibility statement needs to have their head examined.

  • Accessibility statements are exhibit number one in lawsuits.
  • Accessibility statement language need to be customized for each and every company
  • Accessibility statements should be reviewed by a lawyer with litigation experience who understands how the wording could be used against them in a lawsuit.

That being said, I have no problem using an automatically generated accessibility statement as a starting point to then create a customized accessibility statement. It’s the same philosophy as using automated captions as a starting point to create a custom caption set for a video. I would never, ever recommend directly publishing the output of a accessibility statement generator.

W3C accessibility statement generator screenshot from https://www.w3.org/WAI/planning/statements/generator/#create
From https://www.w3.org/WAI/planning/statements/generator/#create

More Advanced Accessibility Statement Considerations

If you are going for a more expansive accessibility statement, consideration should also be given to:

  • Known exceptions to the intended accessibility level, to avoid user frustration
  • Supported Platforms Matrix — Full stack information on supported hardware, operating systems, browsers, whether you honor mobile device accessibility settings, and supported assistive technology.
  • Best Experienced On — Full stack information on environments that have been comprehensively reviewed including information on whether the testing was done by an independent third party and whether or not the testing was done by people with disabilities
  • Testing methodology — How do you test your software?
  • References to applicable national or local laws

Known exceptions

The purpose of the “known exceptions” section of the accessibility statement is about avoiding user frustration. Legitimate accessibility exceptions do exist. For example:

  • Organizations cannot be held responsible for content where they don’t have a copyright or license. That is because legally, they wouldn’t be allowed to change that content. This would include, for example, comments or reviews uploaded by customers.
  • Organizations may have one fully accessible path that provides complete access to information that is otherwise inaccessible in other paths. An example of this would be a complicated chart where the graph is inaccessible, but the data used to build the graph is available in a downloadable .CSV file that people with vision loss can load into Excel or Google sheets and process using whatever sorting works best for them. Another common example is an inaccessible calendar that allows you to type in dates from the keyboard, bypassing the inaccessible UI.
  • Third party advertising and plugins. This one is controversial because you (the site owner) have chosen to associate yourself, usually in a contractual manner, with third party products. And while you SHOULD demand that your vendor make them accessible, you can’t be continually checking to make sure that they haven’t broken something on their side.

Testing Methodology

This is where your accessibility efforts can really shine. In this section, you can highlight things like:

  • manual testing efforts
  • whether you have testers with disabilities
  • whether your testing is done by an independent third party
  • whether you do user research with people with disabilities

Supported Platforms Matrix

A supported platforms matrix is a grid that contains a list of the hardware, operating systems, browsers, and assistive technology where the experience is *officially* supported.

Best Experienced On

Best experienced on is a statement of which environments from the supported platforms matrix you feel is the best experience. Typically the “best experienced on” environment is where the most exhaustive testing was performed.

If there are environments that you are never going to support (ex: IE or mobile web) those should be identified in this section as well.

References

Add in Section 508, CCPA, GDPR, AODA or any other regulations that may also control your website content.


Not having an accessibility statement is on my list of things that are highly correlated with inaccessible websites.

  • Organizations can’t meet their legal obligations to equal access if they exclude disabled individuals from being able to use their website or products.
  • Organizations can’t achieve their corporate social responsibility / D&I goals if they exclude disabled employees or potential employees from being able to use their website or products.

Having a publicly stated accessibility goal that can be easily measured helps hold companies accountable for continuing to move the accessibility needle forward towards complete accessibility for all users.

0 comments on “Deconstructing Accessibility Statements

Leave a Reply