Conformance target
A11y Lens aims to conform to WCAG 2.2 Level AA and, where practical, Level AAA. We publish this site as a working demonstration of accessible design.
How we build for accessibility
- Semantic HTML, single
<main>landmark, and a skip-to-main link. - Design tokens meet at least 4.5:1 contrast for body text and 7:1 where feasible.
- All interactive controls have visible focus indicators (2.4.7, 2.4.11).
- Full keyboard operability including tools that manipulate DOM state.
- Respect for
prefers-reduced-motionandprefers-color-scheme. - Every icon-only control has an
aria-label.
Known limitations
- Some analyzer tools depend on user-supplied HTML; malformed input may not render every finding.
- Ads served by third parties are outside our control.
Feedback
If you encounter an accessibility barrier, please tell us via the contact page. We commit to responding within 5 business days and to remediating critical issues promptly.
