[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.0Section 508 - 2017Key
ALevel A, 5 issuesLevel A, 5 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 1 issuesLevel AA, 1 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

5 issues on 8 pages

CriticalDuplicate id - the same ID is used on more than one element. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1 1 pages
`id=lightbox-video-id`.
https://www.fieldengineer.com/
Line 1434 1434
CriticalEach a element must contain text or an img with an alt attribute. WCAG 2.0 A F89 Section 508 (2017) A F89 8 pages
Add text to the link, or alt text if the link contains an image. If there is no link text or the alt text is blank, screen readers have nothing to read, so read out the URL instead.
https://www.fieldengineer.com/Line 1882 1896 1911 1953 2006 ...
https://www.fieldengineer.com/blogsLine 3853 3870 3873 3876 3944 ...
https://www.fieldengineer.com/engineerLine 902 905 1222 1238 1254 ...
https://www.fieldengineer.com/how-it-works-businessesLine 1100 1103 1167 1170 1173 ...
This issue was found on another 4 pages. The trial version is limited to showing issues on 4 pages.
CriticalThis form control has a blank label or title. WCAG 2.0 A F68 Section 508 (2017) A F68 6 pages
Add descriptive text to the form control's label.
https://www.fieldengineer.com/Line 1442
https://www.fieldengineer.com/blogsLine 3737 3753
https://www.fieldengineer.com/engineerLine 888
https://www.fieldengineer.com/helpLine 878
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
CriticalThis form control has no label and no programmatically determined name. WCAG 2.0 A F68 Section 508 (2017) A F68 6 pages

A programmatically determined name allows screen readers to tell the user what the control does. To add a name do one of the following:

  • Use a LABEL element with the FOR attribute set to the ID of the form control
  • Wrap a LABEL element around the form control
  • Add a TITLE attribute
  • Add an ARIA-LABELLEDBY attribute (not supported in all screen readers)
  • Add an ARIA-LABEL attribute (not supported in all screen readers)
https://www.fieldengineer.com/Line 1442
https://www.fieldengineer.com/blogsLine 3737 3753
https://www.fieldengineer.com/engineerLine 888
https://www.fieldengineer.com/helpLine 878
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
CriticalUse the lang attribute to identify the language of the page. WCAG 2.0 A 3.1.1 Section 508 (2017) A 3.1.1 8 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.fieldengineer.com/Line 2
https://www.fieldengineer.com/blogsLine 3
https://www.fieldengineer.com/engineerLine 3
https://www.fieldengineer.com/how-it-works-businessesLine 3
This issue was found on another 4 pages. The trial version is limited to showing issues on 4 pages.

Level AA

1 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.0 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. High contrast mode on Windows turns off background images so you must set a `background-color` in addition to a `background-image`.
The colors used are:
color: rgb(0,0,0); uses browser default background-color: ;
color: rgb(0,0,0); uses browser default background-color: ;
color: rgb(0,0,0); uses browser default background-color: ;
color: rgb(0,0,0); uses browser default background-color: ;
color: rgb(0,0,0); uses browser default background-color: ;
https://www.fieldengineer.com/
Line 1099 1102 1122 1125 1145 ...
Expand all 6 issues