Accessibility Scan Report
Summary
Issues
- By Level: A (3), AA (8)
- By Version (A & AA): WCAG 2.0 (11)
- By Category: axe-strict (18)
- Total: 18 across 6 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 (axe)
6 rules
8
Serious
axe
SC 1.4.3 AA
color-contrast: Ensures text and interactive elements have sufficient contrast ratio (4.5:1 for normal text, 3:1 for large text) against their background.
1 pages affected
Rule Information
Engine: axe
Roles: Visual Designer
Blocking: No
WCAG: SC 1.4.3 AA
Disabilities affected:
Affected Pages
- https://mgifford.github.io/open-scans/trends.html (8 occurrences)
Who Is Affected
- Without Vision 1.0% — ~3,400,000 Americans
- Limited Vision 2.4% — ~8,100,000 Americans
- Without Perception of Color 4.3% — ~14,500,000 Americans
Examples
Elements must meet minimum color contrast ratio thresholds
Mode: light
<strong>File not found</strong>
XPath: p:nth-child(2) > strong
Elements must meet minimum color contrast ratio thresholds
Mode: light
<p>
The site configured at this address does not
contain the requested file.
</p>
XPath: p:nth-child(3)
Elements must meet minimum color contrast ratio thresholds
Mode: light
<p>
If this is your site, make sure that the filename case matches the URL
as well as any file permissions.<br>
For root URLs (like <code>http://example.com/</code>) you must provide an
<code>index.html</code> file.
</p>
XPath: p:nth-child(4)
Elements must meet minimum color contrast ratio thresholds
Mode: light
<code>http://example.com/</code>
XPath: code:nth-child(2)
Elements must meet minimum color contrast ratio thresholds
Mode: light
<code>index.html</code>
XPath: code:nth-child(3)
6
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.
1 pages affected
Rule Information
Engine: axe
Roles: Front-End Developer, UX Designer
Blocking: No
Affected Pages
- https://mgifford.github.io/open-scans/trends.html (6 occurrences)
Examples
All page content should be contained by landmarks
Mode: light
<h1>404</h1>
XPath: h1
All page content should be contained by landmarks
Mode: light
<p><strong>File not found</strong></p>
XPath: p:nth-child(2)
All page content should be contained by landmarks
Mode: light
<p>
The site configured at this address does not
contain the requested file.
</p>
XPath: p:nth-child(3)
All page content should be contained by landmarks
Mode: light
<p>
If this is your site, make sure that the filename case matches the URL
as well as any file permissions.<br>
For root URLs (like <code>http://example.com/</code>) you must provide an
<code>index.html</code> file.
</p>
XPath: p:nth-child(4)
All page content should be contained by landmarks
Mode: light
<p>
<a href="https://help.github.com/pages/">Read the full documentation</a>
for more information about using <strong>GitHub Pages</strong>.
</p>
XPath: p:nth-child(5)
1
Serious
axe
SC 3.1.1 A
html-has-lang: Ensures the <html> element has a lang attribute. Screen readers use the language attribute to select the correct pronunciation engine.
1 pages affected
Rule Information
Engine: axe
Roles: Front-End Developer
Blocking: No
WCAG: SC 3.1.1 A
Disabilities affected:
Affected Pages
- https://mgifford.github.io/open-scans/trends.html (1 occurrences)
Who Is Affected
- Limited Language, Cognitive, and Learning Abilities 4.7% — ~15,900,000 Americans
Examples
<html> element must have a lang attribute
Mode: light
<html>
XPath: html
1
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.
1 pages affected
Rule Information
Engine: axe
Roles: Front-End Developer, UX Designer
Blocking: No
Affected Pages
- https://mgifford.github.io/open-scans/trends.html (1 occurrences)
Examples
Document should have one main landmark
Mode: light
<html>
XPath: html
1 pages affected
Rule Information
Engine: axe
Roles: Front-End Developer
Blocking: No
WCAG: SC 1.4.1 A
Disabilities affected:
Affected Pages
- https://mgifford.github.io/open-scans/trends.html (1 occurrences)
Who Is Affected
- Without Vision 1.0% — ~3,400,000 Americans
- Limited Vision 2.4% — ~8,100,000 Americans
- Limited Language, Cognitive, and Learning Abilities 4.7% — ~15,900,000 Americans
- Without Perception of Color 4.3% — ~14,500,000 Americans
Examples
Links must be distinguishable without relying on color
Mode: light
<a href="https://help.github.com/pages/">Read the full documentation</a>
XPath: a[href$="pages/"]
1
Serious
axe
SC 2.4.4, SC 4.1.2 A
link-name: Ensures links have discernible text. Screen reader users often navigate pages by listing all links — links without text or with only 'click here' provide no context.
1 pages affected
Rule Information
Engine: axe
Roles: Content Author, UX Designer
Blocking: ⚠️ Yes (Task-Blocking)
Disabilities affected:
Affected Pages
- https://mgifford.github.io/open-scans/trends.html (1 occurrences)
Who Is Affected
- Without Vision 1.0% — ~3,400,000 Americans
- Limited Vision 2.4% — ~8,100,000 Americans
- Limited Manipulation 2.2% — ~7,600,000 Americans
- Limited Reach and Strength 5.8% — ~19,600,000 Americans
- Limited Language, Cognitive, and Learning Abilities 4.7% — ~15,900,000 Americans
Examples
Links must have discernible text
Mode: light
<a href="/" class="logo logo-img-1x">
XPath: .logo-img-1x