Skip to content
Docs/Utility Tools

Accessibility Checker

The Accessibility Checker audits any page against major accessibility standards including WCAG 2.1, ADA, Section 508, EAA (European Accessibility Act), and AODA.

How to Use

  1. Go to /utilities/accessibility-checker
  2. Enter a URL and click Check
  3. The tool fetches the page and runs a full accessibility audit

What the Results Show

  • Overall score - An accessibility score from 0 to 100
  • Pass / Warn / Fail counts - Summary of how many checks passed, had warnings, or failed
  • Issues by standard - Results grouped by WCAG, ADA, Section 508, EAA, and AODA
  • Issue details - Each failure includes the affected element, the rule violated, severity level, and a fix recommendation
  • Color contrast - Checks text and background color combinations against WCAG contrast ratios
  • ARIA usage - Validates ARIA attributes, roles, and landmarks
  • Keyboard navigation - Checks for focus indicators, tab order, and keyboard traps

Fixing accessibility issues improves usability for all visitors and helps avoid legal compliance risks.