Section 07 · Foundations

Accessibility.

A short list, all of it non-negotiable. We sell to people whose work is taken seriously; the product they use should be too.

Contrast

Focus

One visible ring. Always. Same shape regardless of element.

/* The system focus ring */
:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--vp-color-bg),
              0 0 0 4px var(--vp-color-neon);
}

Keyboard

Motion

See Motion · prefers-reduced-motion. Implement it once, globally.

Semantics

Don't