1. Target
We aim at WCAG 2.2 level AA. We are not claiming a completed audit: this statement describes what has been built for deliberately, and what is still open.
2. What is in place
- Keyboard. Every control is reachable and operable by keyboard, with a visible focus ring that is never removed.
- The result sheet is a real dialog: labelled, modal, dismissible with Escape, and it locks the page behind it rather than letting it scroll away.
- Disclosures use native
detailsandsummary, so screen readers announce their state without any custom scripting. - Reduced motion. With
prefers-reduced-motionset, every animation and transition is switched off and nothing is left hidden as a side effect. - Print. A dedicated print stylesheet turns your result into a clean document, expands the collapsed procedures and prints every source URL in full.
- Images carry descriptive alternative text; decorative shapes are hidden from assistive technology.
- Zoom and reflow. The layout is fluid and remains usable at 200% zoom and on small screens.
3. Known limitations
- Some official source titles are long and are shown verbatim, because shortening an official name would misquote it.
- Content is currently English only. Spanish is the next localisation, and it will be a real translation rather than a machine pass.
- No full third-party audit has been performed yet.
4. Feedback
If something here blocks you, write to hello@qualipath.co with the page and the assistive technology you use. Accessibility defects are treated as functional bugs, not as suggestions.