Accessibility Checker

In Drupal Canvas (a visual page-building tool for Drupal), accessibility checking is primarily managed through integrated tools like Editoria11y to ensure content is inclusive and WCAG-compliant.

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. 
     

Global Report

You can find the Accessibility Report for your website in the admin bar at the top of the page when logged in.  Go to "Reports" -> "Editoria11y Report" to find the report.

Example below: 

Drupal accessibility checker