Skip to content

Statement

Accessibility

Motif teaches accessible interface craft, so it has to be one. This is the bar we hold and how to tell us when we miss it.

What we commit to

  • Conformance target: WCAG 2.2 Level AA across the site.
  • Every page is fully operable by keyboard, with a visible focus indicator everywhere.
  • A skip-to-content link, semantic landmarks, one h1 per page, and a logical heading order.
  • Color is never the only way meaning is carried; text and contrast meet AA (AAA for body text where feasible).
  • All motion respects prefers-reduced-motion, with a manual override in settings that works site-wide.
  • Layouts are responsive down to 320px with no loss of content or function.
  • Interactive demos are keyboard-operable and never trap focus.

How we check

Automated accessibility tests (axe) run against every page type and must report zero serious or critical issues. We pair that with a manual keyboard pass and a screen-reader review. These are release gates, not aspirations — a change that regresses them does not ship.

Found a barrier?

If something blocks you, please open an issue in the repository describing the page, what you were trying to do, your assistive technology, and what happened. Accessibility bugs are treated as high priority.