Accessibility
Does a Lighthouse accessibility score of 100 mean my site is accessible?
No. Automated tools detect roughly a third of WCAG failures, because most real barriers are semantic rather than syntactic. A perfect score means nothing mechanically detectable is broken — which is worth having and is not the same as a site people can use.
What the score does and does not cover
- Detected
- Missing alt attributes, contrast failures, missing labels, invalid ARIA, missing lang.
- Not detected
- Whether alt text is accurate, whether headings describe their sections, whether focus order is logical, whether a modal can be escaped, whether an error message helps.
The example that makes it concrete
An image with alt="image" passes every automated check. So does a page where all forty links say "click here", and a form whose error messages appear only as red borders. All three are serious barriers and none produce a failing score.
What to do with a perfect score
Treat it as the starting line. Unplug the mouse and tab through the site, then turn on a screen reader and navigate by headings and links. That afternoon finds more than the score ever will.
The longer version
This answer is deliberately short. If you want the full treatment, Website accessibility, without the compliance theatre covers it in about 5 minutes — free, ungated, written from client work.
Who answered this
Anas Bin Masud builds e-commerce sites and does technical SEO for businesses in the UK, Canada and Pakistan — fifteen live client sites, six of them stores taking real payments. These answers come from those projects rather than from a content brief. More about how I work, or ask me something directly.