Built to be used by everyone.
An interface nobody can operate is a broken interface. This statement says what standard the site holds itself to, what is already true, what is not — and how to report what fails.
Built in, not bolted on.
Interaction
- Every interactive element is reachable by keyboard, with a visible 2px focus ring
- A skip link is the first stop in the tab order;
<main>takes focus on demand - The menu and search overlays are native
<dialog>elements — focus trapped, Escape honored, focus returned - Dropdowns, filters and the theme toggle work without a mouse
Structure & media
- Landmarks (header, nav, main, footer) and breadcrumbs on every subpage
- Semantic HTML first; ARIA only where native semantics run out
- Forms use real labels, inline validation with
aria-invalidand live error text - All animation collapses under
prefers-reduced-motion - Color is never the only signal — pills carry text, states carry labels
Report it — the report is the roadmap.
Send the page address, what you were trying to do, and what happened instead, through the contact page (topic: website correction). Reports are read, answered, and fixed where the fix belongs — usually in the design system, so one repair closes the whole class.