Skip to Content

Blog > The most important thing to look at when choosing an accessibility auditor

The most important thing to look at when choosing an accessibility auditor

Karl Groves. - 11/08/2024

Don’t have a lot of time to read this one? Here’s the short version: Ask them for a sample deliverable.

If you’ve read my prior messages, you’ll know that I’m not a fan of accessibility audits. I firmly believe that having a skilled development team come in and fix things is more effective and less expensive than an audit.

But, there are a handful of reasons to get an audit:

  1. If onboarding contractors is a long & painful process
  2. If setting up all the things needed for local development work is long & painful
  3. If you have extremely strict security practices that would prevent access to important parts of the system
  4. If you have other contractural obligations limiting who can do the work
  5. If your chosen vendor will also be training your developers and supporting them during remediation

But how do you choose a vendor for your audit?

There are a lot of vendors out there selling accessibility audit services. Like any other service, quality can vary significantly and, if you’re not an expert in digital accessibility yourself, it can be pretty hard to choose the right vendor. But, I have one easy way to narrow down your choices: Ask for a sample deliverable.

A good accessibility consultant will be able to share a sample of what you’re paying them for. If they won’t provide a sample to you, that should be the first sign that they should not be up for consideration. They may try to say that their work is covered under NDA, but those NDAs don’t prevent them from providing an anonymized example of a past audit.

Once you get the consultant’s sample, all you need to do is review it and then ask yourself the simplest of questions: “Can I take the information in this deliverable and directly use it to make improvements to the product they audited?”. The answer to this question will depend on your company and the product. Fundamentally, the deliverable will contain a list of the accessibility issues discovered during the audit. You should take a look at each of the issues to determine the following:

  • Can you understand what the issue is?
  • Can you understand why it is an issue?
  • Can you understand how to fix the issue?

In our opinion, the last question is the most important one. An audit deliverable that only lists a bunch of things they found wrong is of little value without detailed instructions describing what needs to change. At minimum you should be given the exact rendered code that has the problem and the exact rendered code that would solve the problem – with the caveat that some problems are too complex for this approach. In cases where the recommended repair is too complex for a code recommendation, you should nonetheless expect detailed enough guidance that could be followed by your developers.

The special case of the VPAT ACR

The Voluntary Product Accessibility Template (VPAT) is a document which can be used by customers when doing their market research prior to procuring an ICT (Information and Communications Technology) product. A completed VPAT is known as an Accessibility Conformance Report (ACR). Public sector and higher education customers will frequently ask for an ACR and, depending on the customer, the ACR will be an important deciding factor in which product they buy. This is why it is very important that a skilled third-party should create your ACR.

An ACR is not a sales document, but rather a disclosure document. It is important that the ACR be honest and clear, as doing so will benefit both the customer and you. As I describe in the link above, a dishonest or unclear ACR can cause an array of problems, ranging from a lost sale to a lawsuit.

When choosing an accessibility vendor to create an ACR for you, this is again a case to ask for a sample. As before, a vendor that won’t show you one should be removed from consideration. There are a number of things to look for, but the most important one for you to look at is the “Remarks and Explanations” column

Use these 4 criteria for determining each of the Remarks and Explanations:

  1. When they say that their product supports a specific success criterion, have they accurately conveyed the ways that it supports that success criteria?
  2. When they say it partially supports a success criterion do they list specific and easy-to-understand information about what exceptions exist for that success criteria?
  3. When they say it does not support the success criteria, do they accurately say why it does not support it and the extent to which it does not support?
  4. When they say that a success criterion is not applicable, do they accurately and informatively describe why it is not applicable?

The information need not be excessively documented, but it must be clear enough and detailed enough that the consumer of that information can understand the types of problems exist in the system.

Vendors’ samples should be weighed heaviest in your decision

There are a lot of factors to be considered when trying to find the right vendor for your accessibility needs and there are a lot of differences between what different vendors offer. The most important decision point should be whether you are provided with deliverables that put your organization in a position that facilitates your success in accessibility. The best way to verify that is to simply ask for a sample.

Related Blog Posts

Graphic overview of SPA detailing various touchpoints such as headline, guiding user through the page, focus on essentials, call to action, and responsive design.
Ensuring Accessibility in Single Page Applications: A Comprehensive Guide

Single Page Applications (SPAs) have become the go-to architecture for modern web development. By enabling dynamic content loading without refreshing the page, SPAs offer a smooth and seamless user experience that feels more like a native app. However, while SPAs provide impressive usability benefits, they also introduce unique accessibility challenges that developers need to address […]

Michael Beck - 03/07/2025

Stylized cartoon of a laptop with the acronyms HTML, CCS, and PHP floating around it.
How to Create Accessible Data Tables: Best Practices for Web Developers

Data tables are an essential component of many websites and applications, helping to display large sets of information in a structured, organized manner. Whether it’s a table showing product details, financial data, or a comparison chart, tables help users quickly access and analyze complex information. But for people with disabilities, particularly those relying on assistive […]

Michael Beck - 26/06/2025

Stylized cartoon of a woman with a light bulb overlaid on her head
Designing for Cognitive Disabilities: Best Practices for an Inclusive Web

In the world of web design and development, we often hear about accessibility in terms of physical disabilities—things like vision impairments or mobility challenges. But one area that doesn’t always get as much attention is designing for users with cognitive disabilities. These users, who may have conditions such as dyslexia, ADHD, autism, or cognitive impairments […]

Michael Beck - 19/06/2025

Two men sharing one set of earbuds while working on a laptop.
Top Tools for Testing Accessibility: A Guide for Developers and Webmasters

As web accessibility becomes a critical aspect of digital design, testing for accessibility is more important than ever. Whether you’re an experienced web developer or just getting started in the world of web development, it’s essential to ensure your website is accessible to all users, including those with disabilities. This not only promotes inclusivity but […]

Michael Beck - 12/06/2025

Overhead photo of a user working on a laptop with a notebook, pen, and glass of water nearby
How to Use ARIA Roles and Properties Effectively

Accessible Rich Internet Applications (ARIA) is one of the most powerful tools in a developer’s accessibility toolkit—but it’s also one of the most misunderstood. While ARIA can improve accessibility when used correctly, misuse can actually make things worse for users who rely on assistive technologies (AT), such as screen readers. So, how do you use […]

Michael Beck - 04/06/2025