Accessibility Statement
This is a founder-drafted starting point, not a formal accessibility audit conducted by a third party — it describes the real, testable standard this site is built to and how that's checked today.
Our target
HelloExpo is built to meet WCAG 2.1 Level AA as a baseline — a specific, testable bar, not a best-effort aspiration. This covers colour contrast, keyboard operability, screen reader compatibility, and not conveying status by colour alone.
How this is actually tested
Every page on this site is checked with an automated accessibility scan (axe-core) as part of the same test suite that runs before any change ships — not a one-time audit that goes stale. Colour contrast values are computed directly from the real relative- luminance formula against this site's actual design tokens, not eyeballed.
What this means in practice
- Every interactive element has a visible keyboard focus state.
- Order and delivery status is always shown with a text label, never colour alone.
- Motion (scroll reveals, hover effects) respects your operating system's reduced- motion setting.
- Every form field has a real, programmatically associated label.
If something isn't accessible
Automated testing catches a lot, but not everything — if you hit a real accessibility barrier anywhere on this site, let us know and we'll treat it as a genuine bug, not feedback for someday.