WillIFit.ai exists to keep drivers from finding out the hard way that their vehicle doesn't fit. That only works if the site itself doesn't put up its own barriers. This page says exactly where we stand — the same way we label a clearance reading "imported" instead of dressing it up as verified.
Conformance target
We aim for WCAG 2.1 Level AA. Current status: partially conformant — an initial audit turned up 47 issues; a same-day remediation pass fixed both Critical findings and the large majority of the Serious and Moderate ones. What's genuinely left is itemized below, same as before — nothing gets quietly dropped from this list, it just moves to "fixed."
How this was assessed
This is a self-evaluation: an internal code review against WCAG 2.1, originally done by four focused passes covering semantic structure, keyboard and focus behavior, color and contrast, and page content — not a certified third-party audit, and not tested with real assistive-technology users. Automated and code-level review catches real, citable issues, but it can miss things only a person using a screen reader or switch device day-to-day would notice. If something here is wrong or incomplete, tell us — that's more reliable than any review we can do of our own code.
What's solid
Not all of this is new — some held up well from the start. Some of it is exactly what changed today:
inert.<main> landmark.Known issues
What's left after the pass above — all Moderate or Minor at this point, nothing that blocks a core action the way the two Critical findings did.
Heading structure inside the app
- Moderate The main app still has only two real
heading elements. Modal titles, the garage name in the detail panel, and its section
headers are styled to look like headings but are still
<div>s — a screen reader user jumping by heading can't use that to navigate within the app the way they can on every content page. (WCAG 1.3.1, 2.4.6)
Smaller gaps
- Minor The vehicle-height preset button declares
itself as opening a menu (
aria-haspopup="menu") but the dropdown is really a plain list of buttons, not a full ARIA menu with arrow-key navigation — worth resolving the mismatch so a screen reader doesn't set the wrong expectation. (WCAG 4.1.2) - Minor A couple of small icon-only buttons (clear
search, clear vehicle height) are named only through a
titleattribute, which not every assistive technology reads consistently — an explicitaria-labelwould be more robust. (WCAG 4.1.2) - Minor The data tables on the clearance guide and the
Lowest Bridges page now have proper column headers (
scope="col"), but still don't have a<caption>element describing the table as a whole. (WCAG 1.3.1)
What we're doing about it
What's left is logged and all Moderate or Minor — nothing here blocks a core action. We'll keep updating this page as things close, not just when new findings show up.
Report a problem
If you hit an access barrier anywhere on the site — something above, or something we missed — we'd genuinely rather hear about it than not:
- Open an issue on our public GitHub repo — the fastest way to reach us directly, and you can see exactly what's already tracked.
- Or use the Report an issue button on any garage's detail panel in the app — it reaches the same review queue as a data correction.
Read more about who builds this and why, or go back to the map.