Published at
Updated at
Reading time
1min

There are many accessibility audit tools out there. The most mainstream one is probably Chrome's Lighthouse Accessibility audit. But let me tell you a secret.

Accessibility testing isn't done after achieving a green Lighthouse score.

Here's Steve Faulkner listing WCAG success criteria that aren't covered by today's tools.

Some obvious examples:

Automated tools can detect missing alt attributes but cannot determine if alternative text is meaningful.

Tools can check for semantic HTML elements (e.g., headings, lists, tables) but cannot determine if relationships are accurately conveyed.

Tools can analyze DOM order, but manual review is needed to verify if reading order makes sense.

Tools can verify the presence and structure of the title element, but cannot determine whether the title text is meaningful or descriptive.

Tools can detect link text, but manual testing is needed to verify if the link text makes sense in context.

Tools are great for "obvious" technical accessibility but for everything else manual testing is still required.

If you enjoyed this article...

Join 5.8k readers and learn something new every week with Web Weekly.

Web Weekly — Your friendly Web Dev newsletter
Reply to this post and share your thoughts via good old email.
Stefan standing in the park in front of a green background

About Stefan Judis

Frontend nerd with over ten years of experience, freelance dev, "Today I Learned" blogger, conference speaker, and Open Source maintainer.

Related Topics

Related Articles