Key Features of the Accessibility Checker
- Automatic scanning: Tools like Editoria11y automatically flag common mistakes as you build or edit pages, meaning editors don't have to remember to click a separate "check" button.
- Real-time visual alerts: Issues are highlighted directly on the page with colored icons:
- Red: Indicates a definite accessibility error that must be addressed.
- Yellow: Highlights potential issues that require manual review (e.g., verifying if a document link is accessible).
- Contextual guidance: Clicking an alert provides an explanation of the problem and actionable tips on how to fix it.
- In-browser workflow: The checker runs on the front-end, allowing you to see exactly how issues appear to a user before the page is published.
Common Issues It Detects
The integrated checker scans for over 50 common accessibility mistakes, including:
- Images: Missing alt text, long alt text or filenames used as alt text.
- Links: "Click here" or "Read more" links that lack descriptive context or links opening in new windows without warning.
- Structure: Skipped heading levels (e.g., H2 to H4), empty headings and tables lacking proper headers.
- Media: Reminders to add closed captions for video embeds or transcripts for audio.