[Skip navigation links]

Site Report

This tab shows accessibility issues, indicating problems for older users, people with disabilities or accessibility needs. Automated testing cannot detect all accessibility issues, so should be used alongside human testing.

LevelWCAG 2.1Section 508 - 2017Key
ALevel A, 2 issuesLevel A, 2 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 2 issuesLevel AA, 2 issuesVery Important Pages with level AA issues are very difficult to use
AAALess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line#Count

Level A

2 issues on 1 pages

CriticalRemoving the underline from links makes it hard for color-blind users to see them. WCAG 2.1 A F73 Section 508 (2017) A F73 1 pages
Remove the text-decoration:none property from your link styles, or add other style attributes in addition to color changes to make links visible without color vision.
https://www.example.com/Line 43
CriticalUse the lang attribute to identify the language of the page. WCAG 2.1 A 3.1.1 Section 508 (2017) A 3.1.1 1 pages
In HTML add a lang attribute containing a language code to the html tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.
https://www.example.com/Line 2

Level AA

2 issues on 1 pages

Very ImportantIf you set any of the colors on the body or a elements you must set all of them. WCAG 2.1 AA F24 Section 508 (2017) AA F24 1 pages
In HTML the color attributes are text, bgcolor, link, alink and vlink. In CSS the attributes are color and background-color. Some users have browser defaults set to white text on a black background, so setting one color without setting the others can result in black text on a black background.
The colors used are:
color: rgb(0,0,0) from browser settings and background: rgb(253,253,255)
color: rgb(0,0,0) from browser settings and background: rgb(253,253,255)
https://www.example.com/
Line 40 41
Very ImportantPhrases in a different language should be in a span or div with a lang attribute. WCAG 2.1 AA 3.1.2 Section 508 (2017) AA 3.1.2 1 pages
Non-English phrases in English text, or English phrases in non-English text, will be mispronounced by a screen reader unless they are identified with a lang attribute.
HTML language: lang=
https://www.example.com/
Line 41
Expand all 4 issues