Accessibility Scan Report

Title: Drupal Issue: #220 Date: 3/25/2026, 8:12:51 PM Duration: 0.5m URLs: 1 / 1

Summary

Issues

  • By Level: A (0), AA (0)
  • By Version (A & AA): WCAG 2.0 (0)
  • By Category: Others (2)
  • Total: 2 across 2 unique rules & 1 accessibility engine

By Severity

Critical
Serious
Moderate
Minor

By Role

UX Designer
Visual Designer
Content Author
Front-End Developer

Issues

🎯 Pages with Most Errors

Focus your efforts on these pages to make the biggest impact. Click any error count to filter the rule list below. Numbers in parentheses (+N) indicate findings that cover WCAG criteria already reported by axe.

Access to this page has been denied. 0 2

🔧 Most Common Issues (AccessLint)

2 rules
1 Moderate accesslint landmarks/landmark-main
1 pages affected

Rule Information

Engine: accesslint

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Page has no main landmark.
Mode: light
<html>
XPath: html
1 Moderate accesslint landmarks/region
1 pages affected

Rule Information

Engine: accesslint

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Content is not contained within a landmark region.
Mode: light
<section class="container"> <div class="customer-logo-wrapper"> <div class="customer-logo"> <img src="https://www.drupal.org/files/drupal_logo-blue.png" alt="Logo"> </div> </div> <div class="page-titl...
XPath: body > section