Accessibility Scan Report
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
By Role
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.
🔧 Most Common Issues (AccessLint)
2 rules
1 pages affected
Rule Information
Engine: accesslint
Roles: Front-End Developer
Blocking: No
Affected Pages
- https://www.drupal.org (1 occurrences)
Examples
Page has no main landmark.
Mode: light
<html>
XPath: html
1 pages affected
Rule Information
Engine: accesslint
Roles: Front-End Developer
Blocking: No
Affected Pages
- https://www.drupal.org (1 occurrences)
Examples
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