Accessibility
What we target, what we have tested, and what to tell us when we get it wrong.
Last updated 5 Sept 2026
Our target
This store is built to meet WCAG 2.2 Level AA. Accessibility is treated as a defect class here: an accessibility regression is a bug, not a nice-to-have.
What that means in practice
- Everything works with a keyboard alone, and focus is always visible.
- Semantic HTML throughout, with real headings, lists, tables and form labels.
- Colour contrast is checked automatically against AA thresholds — the test suite fails if a text pairing drops below it.
- The site works at 200% zoom and down to a 320px viewport.
- Interactive targets are at least 44×44 CSS pixels wherever layout allows.
- Animation respects
prefers-reduced-motion. Animated product previews fall back to a static frame. - No content flashes more than three times per second.
Animated products
Some products we sell contain animation. Product previews of them respect reduced-motion settings and can be paused. The files themselves are yours to use as you wish, but we deliberately design them with restrained motion — a stream background that pulses hard is unwatchable over a long session, and fast flashing is a seizure risk for some viewers.
Where we know we fall short
We test with automated tooling and with keyboard navigation. We have not yet completed a full audit with users of assistive technology. That is on the roadmap and is not something we will claim before it has happened.
Tell us
If something here does not work for you, Use the contact form. Describe what you were trying to do and what happened — we will fix it and tell you when it is done.