Accessibility Scan Report

Title: AB Test Issue: #267 Date: 4/23/2026, 5:58:24 PM Duration: 1.5m URLs: 20 / 20

Summary

Issues

  • By Level: A (20), AA (0)
  • By Version (A & AA): WCAG 2.0 (20)
  • By Category: axe-strict (100) & Others (60)
  • Total: 160 across 6 unique rules & 2 accessibility engines

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.

🔧 Most Common Issues (axe)

3 rules
60 Moderate axe region: Ensures all page content is contained within landmark regions. Content outside landmarks cannot be found by screen reader users navigating by landmarks.
20 pages affected

Rule Information

Engine: axe

Roles: Front-End Developer, UX Designer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
All page content should be contained by landmarks
Mode: light
<h1>Forbidden</h1>
XPath: h1
Example 2 View on Page
All page content should be contained by landmarks
Mode: light
<p>You don't have permission to access this resource.</p>
XPath: p
Example 3 View on Page
All page content should be contained by landmarks
Mode: light
<address>Apache Server at affinitybridge.com Port 443</address>
XPath: address
Example 4 View on Page
All page content should be contained by landmarks
Mode: light
<h1>Forbidden</h1>
XPath: h1
Example 5 View on Page
All page content should be contained by landmarks
Mode: light
<p>You don't have permission to access this resource.</p>
XPath: p
20 Serious axe SC 3.1.1 A Cognitive html-has-lang: Ensures the <html> element has a lang attribute. Screen readers use the language attribute to select the correct pronunciation engine.
20 pages affected

Rule Information

Engine: axe

Roles: Front-End Developer

Blocking: No

WCAG: SC 3.1.1 A

Disabilities affected:
Cognitive

Affected Pages

Who Is Affected

  • Limited Language, Cognitive, and Learning Abilities 4.7% — ~15,900,000 Americans

Examples

Example 1 View on Page
<html> element must have a lang attribute
Mode: light
<html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> <hr> <address>Apache Server at affinitybridge.com Port 443</address> </body></html>
XPath: html
Example 2 View on Page
<html> element must have a lang attribute
Mode: light
<html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> <hr> <address>Apache Server at affinitybridge.com Port 443</address> </body></html>
XPath: html
Example 3 View on Page
<html> element must have a lang attribute
Mode: light
<html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> <hr> <address>Apache Server at affinitybridge.com Port 443</address> </body></html>
XPath: html
Example 4 View on Page
<html> element must have a lang attribute
Mode: light
<html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> <hr> <address>Apache Server at affinitybridge.com Port 443</address> </body></html>
XPath: html
Example 5 View on Page
<html> element must have a lang attribute
Mode: light
<html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> <hr> <address>Apache Server at affinitybridge.com Port 443</address> </body></html>
XPath: html
20 Moderate axe landmark-one-main: Ensures the page has exactly one main landmark. Screen reader users rely on the main landmark to skip navigation and jump directly to page content.
20 pages affected

Rule Information

Engine: axe

Roles: Front-End Developer, UX Designer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Document should have one main landmark
Mode: light
<html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> <hr> <address>Apache Server at affinitybridge.com Port 443</address> </body></html>
XPath: html
Example 2 View on Page
Document should have one main landmark
Mode: light
<html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> <hr> <address>Apache Server at affinitybridge.com Port 443</address> </body></html>
XPath: html
Example 3 View on Page
Document should have one main landmark
Mode: light
<html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> <hr> <address>Apache Server at affinitybridge.com Port 443</address> </body></html>
XPath: html
Example 4 View on Page
Document should have one main landmark
Mode: light
<html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> <hr> <address>Apache Server at affinitybridge.com Port 443</address> </body></html>
XPath: html
Example 5 View on Page
Document should have one main landmark
Mode: light
<html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> <hr> <address>Apache Server at affinitybridge.com Port 443</address> </body></html>
XPath: html

🔧 Most Common Issues (Equal Access)

3 rules
20 Moderate equalAccess html_lang_exists
20 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Page detected as HTML, but does not have a 'lang' attribute
Mode: light
<html>
Example 2 View on Page
Page detected as HTML, but does not have a 'lang' attribute
Mode: light
<html>
Example 3 View on Page
Page detected as HTML, but does not have a 'lang' attribute
Mode: light
<html>
Example 4 View on Page
Page detected as HTML, but does not have a 'lang' attribute
Mode: light
<html>
Example 5 View on Page
Page detected as HTML, but does not have a 'lang' attribute
Mode: light
<html>
20 Moderate equalAccess skip_main_exists
20 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
The page does not provide a way to quickly navigate to the main content (ARIA "main" landmark or a skip link)
Mode: light
<body>
Example 2 View on Page
The page does not provide a way to quickly navigate to the main content (ARIA "main" landmark or a skip link)
Mode: light
<body>
Example 3 View on Page
The page does not provide a way to quickly navigate to the main content (ARIA "main" landmark or a skip link)
Mode: light
<body>
Example 4 View on Page
The page does not provide a way to quickly navigate to the main content (ARIA "main" landmark or a skip link)
Mode: light
<body>
Example 5 View on Page
The page does not provide a way to quickly navigate to the main content (ARIA "main" landmark or a skip link)
Mode: light
<body>
20 Moderate equalAccess aria_content_in_landmark: All content of the page should be contained within a landmark region
20 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Content is not within a landmark element
Mode: light
<h1>
Example 2 View on Page
Content is not within a landmark element
Mode: light
<h1>
Example 3 View on Page
Content is not within a landmark element
Mode: light
<h1>
Example 4 View on Page
Content is not within a landmark element
Mode: light
<h1>
Example 5 View on Page
Content is not within a landmark element
Mode: light
<h1>