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.
Level | WCAG 2.2 | Section 508 - 2017 | Key |
---|
A |  |  | Pages with level A issues are unusable for some people |
---|
AA | | | Pages with level AA issues are very difficult to use |
---|
AAA |  | | Pages with level AAA issues can be difficult to use |
---|
Priority | Description and URL | Guideline and Line# | Count |
---|
Level A
3 issues on 1 pages | |
 | Clickable controls should be keyboard accessible. | WCAG 2.2 A F15 Section 508 (2017) A F15 | 1 pages |
|
Add tabindex=0 to allow keyboard users to tab to the control. | 4.1.2 | |
| https://gogeticon.com/ | Line 266 | |
 | Clickable controls should have an ARIA role. | WCAG 2.2 A F54 Section 508 (2017) A F54 | 1 pages |
|
Controls that respond to clicks should be given an ARIA role such as role=button or role=link .
div
span and a elements without an href attribute have no semantic role. | 2.1.1 | |
| https://gogeticon.com/ | Line 266 | |
 | HTML form control has no accessible name. | WCAG 2.2 A F68 Section 508 (2017) A F68 | 1 pages |
|
A label (or name) linked to the control allows screen readers to voice the label correctly when reading the control. To add a label 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-label attribute
- Add an
aria-labelledby attribute
| 4.1.2 | |
| https://gogeticon.com/ | Line 398 | |
Level AA
1 issues on 1 pages | |
 | Cannot use aria-label or aria-labelledby on elements and roles that prohibit naming. | HTML5 ARIA 1.2 | 1 pages |
|
The div and span elements have an implicit role of generic and cannot be named unless they have a role attribute.
The following roles cannot be named:
caption
code
deletion
emphasis
generic
insertion
paragraph
presentation
strong
subscript
superscript
| | |
| Element role: generic https://gogeticon.com/ | Line 274 | |
Level AAA
2 issues on 1 pages | |
 | Clickable targets must be at least 44 by 44 CSS pixels. | WCAG 2.2 2.5.5 | 1 pages |
|
| | |
| 1110 x 17 59 x 27 59 x 27 59 x 27 51 x 24 https://gogeticon.com/ | Line 480 1243 1248 1931 2144
...
| |
 | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG 2.2 AAA 1.4.6 | 1 pages |
|
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
- The contrast ratio should be 4.5 or more for 18 point text, or larger
- The contrast ratio should be 4.5 or more for 14 point bold text, or larger
- The contrast ratio should be 7.0 or more for all other text
| | |
| The text color to background color contrast ratio after composition is: 4.61 with
color: rgb(150,162,204) background: rgb(27,49,130) font-size: 10.50pt font-weight: 400 4.61 with
color: rgb(150,162,204) background: rgb(27,49,130) font-size: 10.50pt font-weight: 400 4.61 with
color: rgb(150,162,204) background: rgb(27,49,130) font-size: 10.50pt font-weight: 400 4.61 with
color: rgb(150,162,204) background: rgb(27,49,130) font-size: 10.50pt font-weight: 400 4.61 with
color: rgb(150,162,204) background: rgb(27,49,130) font-size: 10.50pt font-weight: 400 https://gogeticon.com/ | Line 236 240 248 2140 2144
...
| |
| Expand all 6 issues | | |