Astro Build Standards docs

Accessibility audit (per page)#

[checklist.a11y]Checklist

  • Keyboard-only pass: every control reachable/operable; visible focus throughout; focus never obscured
  • Screen-reader pass on nav, forms, dialogs
  • Skip link works
  • Contrast meets a11y.thresholds thresholds in every active theme — text and non-text
  • Target sizes meet a11y.thresholds
  • 400% zoom / 320px reflow with no horizontal scroll
  • forced-colors: active renders usably
  • Reduced-motion: animations disabled/simplified with the OS setting on
  • Forms: labels wired, errors in aria-live, aria-invalid on bad fields
  • Images: correct alt (or alt="" if decorative)