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.1 | 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
4 issues on 1 pages | |
 | alt text should not contain placeholders like 'picture' or 'spacer'. | WCAG 2.1 A F30 Section 508 (2017) A F30 | 1 pages |
|
For purely decorative images and spacers use alt='', for images of text use the text, and for other images use a description of the image. Impact on users: - JAWS : Reads out placeholder text, instead of a useful image description.
- NVDA : Reads out placeholder text, instead of a useful image description.
- VoiceOver : Reads out placeholder text, instead of a useful image description.
| 1.1.1 1.2.1 | |
| alt='SEObox' https://tools.hostboxonline.com/ | Line 661 | |
 | Duplicate id - the same ID is used on more than one element. | HTML5 WCAG 2.1 A 4.1.1 Section 508 (2017) A 4.1.1 | 1 pages |
|
| | |
| id=message-field id=message-field https://tools.hostboxonline.com/ | Line 706 716 | |
 | The element button must not appear as a descendant of the a element. | HTML5 WCAG 2.1 A 4.1.1 Section 508 (2017) A 4.1.1 | 1 pages |
|
| | |
| https://tools.hostboxonline.com/ | Line 1188 1188 1188 1188 | |
 | The interactive element button must not
appear as a descendant of the a element. | HTML5 WCAG 2.1 A 4.1.1 Section 508 (2017) A 4.1.1 | 1 pages |
|
| | |
| https://tools.hostboxonline.com/ | Line 1188 1188 1188 1188 | |
Level AAA
2 issues on 1 pages | |
 | Don't use CSS animations or transitions in interactions without giving the user a way to turn them off. | WCAG 2.1 2.3.3 | 1 pages |
|
Use the @media (prefers-reduced-motion) media query to respect user preferences. | | |
| :hover transition: all 0.3s https://tools.hostboxonline.com/ | Line 979 | |
 | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG 2.1 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: 5.02 with
color: rgb(111,111,111);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400; https://tools.hostboxonline.com/ | Line 1175 | |
| Expand all 6 issues | | |