This button passes every automated accessibility scan we've thrown at it:
<button class="btn-primary" type="button">
Check availability
</button>
Enter fullscreen mode
This button passes every automated accessibility scan we've thrown at it: <button...
This button passes every automated accessibility scan we've thrown at it:
<button class="btn-primary" type="button">
Check availability
</button>
Enter fullscreen mode

TL;DR I ran a static motion-accessibility scan on 196 AI-generated production apps. 66.3% ship at...

Automated accessibility testing usually means one thing: point a scanner at the page, let it check...

There's a particular kind of false confidence that comes from a green accessibility report. The CI...

We added reveals to our accessibility SaaS landing. They used opacity. Under prefers-reduced-motion, the opacity stayed at zero —…

The setup: I thought I was "pretty good" at a11y I shipped a client site earlier this year that I...

PointCheck, an independent project, uses Molmo, MolmoWeb, and Olmo 3 to test web accessibility the way a keyboard user would—by…