Accessibility Quick Audit
A simplified checklist to catch the most common WCAG errors before you ship.
Compliance Score
0%
Not Compliant
0 / 6 checks passed
Get the Automated Testing Guide
Learn how to catch 50% of these issues automatically with axe-core and potential CI integrations.
No spam. Unsubscribe anytime.
Image Alt Text
All meaningful images have descriptive alt text. Decorative images have empty alt="".
Color Contrast
Text has at least 4.5:1 contrast against the background (3:1 for large text).
Keyboard Navigation
All interactive elements (links, buttons, forms) can be reached and used with Tab/Enter/Space.
Focus States
Interactive elements have a clearly visible outline when focused via keyboard.
Semantic Headings
Page uses correct H1-H6 hierarchy. No skipped levels (e.g., H1 to H3).
Form Labels
Every input has an associated <label> or aria-label.