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
7 issues on 10 pages | |
 | Don't use CSS animations that run for more than 5 seconds without giving the user a way to turn them off. | WCAG 2.1 A 2.2.2 Section 508 (2017) A 2.2.2 | 1 pages |
|
Reduce the duration of the animation to less than 5 seconds (works on all devices)
or use the @media (prefers-reduced-motion) media query to turn them off (works in Chrome, Firefox and Safari). | | |
| animation-duration: 40000ms animation-duration: 6000ms animation-duration: 6000ms animation-duration: 6000ms https://www.hostboxonline.com/ | Line 493 494 495 736 | |
 | Element li not allowed as child element in this context. | HTML5 WCAG 2.1 A 4.1.1 Section 508 (2017) A 4.1.1 | 5 pages |
|
| | |
| https://www.hostboxonline.com/digital-marketing.php | Line 1240 | |
| https://www.hostboxonline.com/email-accounts.php | Line 1240 | |
| https://www.hostboxonline.com/vps-web-hosting.php | Line 1243 | |
| https://www.hostboxonline.com/web-hosting-plans.php | Line 1671 | |
| This issue was found on another 1 pages.
The trial version is limited to showing issues on 4 pages.
| | |
 | HTML form control has no accessible name. | WCAG 2.1 A F68 Section 508 (2017) A F68 | 7 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://www.hostboxonline.com/free-web-hosting.php | Line 1145 | |
| https://www.hostboxonline.com/shared-web-hosting.php | Line 1145 | |
| https://www.hostboxonline.com/vps-web-hosting.php | Line 1145 | |
| https://www.hostboxonline.com/web-hosting-plans.php | Line 1145 | |
| This issue was found on another 3 pages.
The trial version is limited to showing issues on 4 pages.
| | |
 | Link uses general text like 'Click Here' with no surrounding text explaining link purpose. | WCAG 2.1 A F63 Section 508 (2017) A F63 | 7 pages |
|
Screen reader users use text around links to help understand what the link does.
If the link text is very general, and there's no surrounding text, there's no way to work out what the link does.
Either use a descriptive link label (which helps all users) or add an aria-label or aria-describedby to the link (which helps screen reader users). | 2.4.4 2.4.9 | |
| Link text:
Downloads
https://www.hostboxonline.com/free-web-hosting.php | Line 1193 | |
| Link text:
Downloads
https://www.hostboxonline.com/shared-web-hosting.php | Line 1193 | |
| Link text:
Downloads
https://www.hostboxonline.com/vps-web-hosting.php | Line 1193 | |
| Link text:
Downloads
https://www.hostboxonline.com/web-hosting-plans.php | Line 1193 | |
| This issue was found on another 3 pages.
The trial version is limited to showing issues on 4 pages.
| | |
 | The label element is blank. | WCAG 2.1 A 4.1.2 Section 508 (2017) A 4.1.2 | 9 pages |
|
Add text to the label describing the associated control. | 1.3.1 2.4.6 | |
| https://www.hostboxonline.com/free-web-hosting.php | Line 1724 | |
| https://www.hostboxonline.com/shared-web-hosting.php | Line 1886 | |
| https://www.hostboxonline.com/vps-web-hosting.php | Line 1602 | |
| https://www.hostboxonline.com/web-hosting-plans.php | Line 2032 | |
| This issue was found on another 5 pages.
The trial version is limited to showing issues on 4 pages.
| | |
 | The visual label must appear in the accessible name of links and controls. | WCAG 2.1 A F96 Section 508 (2017) A F96 | 10 pages |
|
People who use speech control rely on being able to select elements using the visual label displayed on screen.
If this isn't part of the accessible name, they can't select elements by name. | 2.5.3 | |
| Visual label: "New" not in "nav-link" "+34948041107" not in "Phone Number" "support@hostboxonline.com" not in "Email" "Pamplona, Navarra, Spain" not in "Address" https://www.hostboxonline.com/ | Line 246 798 801 804 | |
| Visual label: "Hosting" not in "nav-link" "Domains" not in "nav-link" "Email Accounts" not in "nav-link" "Digital Marketing" not in "nav-link" "Affiliates" not in "nav-link" https://www.hostboxonline.com/free-web-hosting.php | Line 401 433 462 475 512
...
| |
| Visual label: "Hosting" not in "nav-link" "Domains" not in "nav-link" "Email Accounts" not in "nav-link" "Digital Marketing" not in "nav-link" "Affiliates" not in "nav-link" https://www.hostboxonline.com/shared-web-hosting.php | Line 401 433 462 475 512
...
| |
| Visual label: "Hosting" not in "nav-link" "Domains" not in "nav-link" "Email Accounts" not in "nav-link" "Digital Marketing" not in "nav-link" "Affiliates" not in "nav-link" https://www.hostboxonline.com/web-hosting-plans.php | Line 401 433 462 475 512
...
| |
| This issue was found on another 6 pages.
The trial version is limited to showing issues on 4 pages.
| | |
 | Use semantic markup like strong instead of using the CSS font-weight property. | WCAG 2.1 A F2 Section 508 (2017) A F2 | 1 pages |
|
Use the strong element instead of the span element for bold text. | 1.3.1 | |
| https://www.hostboxonline.com/ | Line 466 | |
Level AA
4 issues on 10 pages | |
 | Cannot use aria-label or aria-labelledby on elements and roles that prohibit naming. | HTML5 ARIA 1.2 | 9 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://www.hostboxonline.com/free-web-hosting.php | Line 1099 | |
| Element role: generic https://www.hostboxonline.com/shared-web-hosting.php | Line 1099 | |
| Element role: generic https://www.hostboxonline.com/vps-web-hosting.php | Line 1099 | |
| Element role: generic https://www.hostboxonline.com/web-hosting-plans.php | Line 1099 | |
| This issue was found on another 5 pages.
The trial version is limited to showing issues on 4 pages.
| | |
 | Ensure that text and background colors have enough contrast. | WCAG 2.1 AA 1.4.3 Section 508 (2017) AA 1.4.3 | 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 3.0 or more for 18 point text, or larger
- The contrast ratio should be 3.0 or more for 14 point bold text, or larger
- The contrast ratio should be 4.5 or more for all other text
| 1.4.6 | |
| The text color to background color contrast ratio after composition is: 1.72 with
color: rgb(0,0,0); background-color: rgb(47,54,61); font-size: 10.50pt; font-weight: 400; 1.30 with
color: rgb(0,0,238); background-color: rgb(47,54,61); font-size: 10.50pt; font-weight: 400; 1.30 with
color: rgb(0,0,238); background-color: rgb(47,54,61); font-size: 10.50pt; font-weight: 400; 1.30 with
color: rgb(0,0,238); background-color: rgb(47,54,61); font-size: 10.50pt; font-weight: 400; 1.09 with
color: rgb(255,255,255); background-color: rgb(245,245,245); font-size: 10.50pt; font-weight: 400; https://www.hostboxonline.com/cart.php?a=add&domain=register | Line 1224 1788 1791 1794 1803
...
| |
 | If 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 | 2 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. | 1.4.3 1.4.6 1.4.8 | |
| The colors used are:
color: rgb(0,0,0) from browser settings and
background: rgb(47,54,61)
color: rgb(0,0,238) from browser settings and
background: rgb(47,54,61)
color: rgb(0,0,238) from browser settings and
background: rgb(47,54,61)
color: rgb(0,0,238) from browser settings and
background: rgb(47,54,61) https://www.hostboxonline.com/cart.php?a=add&domain=register | Line 1224 1788 1791 1794 | |
| The colors used are:
color: rgb(255,255,255) and
background: rgb(255,255,255) from browser settings
color: rgb(255,255,255) and
background: rgb(255,255,255) from browser settings https://www.hostboxonline.com/cart.php?a=add&domain=transfer | Line 1314 1323 | |
 | The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline. | WCAG 2.1 AA F78 Section 508 (2017) AA F78 | 1 pages |
|
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
- Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
- Firefox (obscures the focus indicator on links)
- Internet Explorer (obscures the focus indicator on links, buttons and range controls)
| 1.4.11 2.4.7 | |
| outline-style:none or outline-width:0 outline-style:none or outline-width:0 outline-style:none or outline-width:0 outline-style:none or outline-width:0 outline-style:none or outline-width:0 https://www.hostboxonline.com/ | Line 292 392 396 417 865
...
| |
Level AAA
4 issues on 10 pages | |
 | Avoid specifying a new window as the target of a link with target=_blank . | WCAG 2.1 AAA F22 | 10 pages |
|
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title attribute or aria-describedby attribute. | 3.2.5 | |
| https://www.hostboxonline.com/ | Line 804 865 865 865 865
...
| |
| https://www.hostboxonline.com/free-web-hosting.php | Line 1421 1424 1433 1436 1576
...
| |
| https://www.hostboxonline.com/shared-web-hosting.php | Line 1583 1586 1595 1598 1738
...
| |
| https://www.hostboxonline.com/web-hosting-plans.php | Line 1729 1732 1741 1744 1884
...
| |
| This issue was found on another 6 pages.
The trial version is limited to showing issues on 4 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 :hover transition: all 0.3s :hover transition: all 0.3s :hover transition: all 0.15s :hover transition: all 0.15s https://www.hostboxonline.com/ | Line 173 180 194 272 865
...
| |
 | 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: 4.93 with
color: rgb(0,0,0); background-color: rgb(37,129,186); font-size: 10.50pt; font-weight: 100; https://www.hostboxonline.com/ | Line 781 | |
 | Several links on a page share the same link text, but go to different destinations. | WCAG 2.1 AAA 2.4.9 | 10 pages |
|
Make the link text unique for each target, or add additional text using aria-label. | | |
| Link text: nav-link nav-link nav-link nav-link https://www.hostboxonline.com/ | Line 181 195 206 209 | |
| Link text: nav-link nav-link nav-link nav-link https://www.hostboxonline.com/free-web-hosting.php | Line 401 433 462 475 | |
| Link text: nav-link nav-link nav-link nav-link https://www.hostboxonline.com/shared-web-hosting.php | Line 401 433 462 475 | |
| Link text: nav-link nav-link https://www.hostboxonline.com/web-hosting-plans.php | Line 401 462 | |
| This issue was found on another 6 pages.
The trial version is limited to showing issues on 4 pages.
| | |
| Expand all 15 issues | | |