New Tool Catches Websites That Quietly Break for Blind Users
274 hidden website bugs that standard checkers miss — blind users hit them every day.
Millions of people who are blind or have low vision browse the web with a screen reader — software that reads a page aloud and lets you move around using the keyboard. A site can pass every automatic check and still be unusable: the highlight gets lost, a menu opens without announcing itself, or a button never says what it did. Those failures only show up once someone starts interacting, so most accessibility scanners never see them.
The research team wrote down the rules of good navigation as simple, checkable statements — things like "after I press Enter on this menu, the page should tell me it opened." Then they let a program press keys at random, like an impatient user hunting for something, while watching whether those rules held. In plain terms: instead of checking a photo of the page, they check the movie. They call the tool A11yLTLNav.
They tested it on 31 websites generated to mirror real sites and real tasks. The tool reported 309 accessibility failures, and human reviewers confirmed 274 of them were genuinely broken — an accuracy rate of 88.7%, higher than the comparison checkers, with more real problems found. Many of those failures involved focus (which item on the page your keyboard is currently on) and missing feedback after an action.
The catch: these were generated test sites, not the live web, and only problems visible inside a browser can be caught automatically. Some accessibility issues still need a human to judge. Even so, the work turns accessibility expertise into reusable, automatic checks that companies can run before shipping a site. Given that accessibility lawsuits and regulations are rising, that's a practical tool — and for anyone with a blind coworker, customer, or family member, it means fewer dead ends online.
- Screen readers read websites aloud and let blind users navigate by keyboard, but sites often break the moment you start pressing keys
- The tool flagged 309 problems across 31 test sites, and humans confirmed 274 were real — roughly 89% accuracy
- It beat existing checkers, which mostly look at a static snapshot of a page and miss anything that only goes wrong during use
Why It Matters
Fewer broken websites for blind users, and less legal risk for companies that currently fail accessibility rules.