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
6 issues on 5 pages | |
 | All fieldset elements should be labeled with legend elements. | WCAG 2.1 A H71 Section 508 (2017) A H71 | 4 pages |
|
The first child element inside a fieldset must be a legend element, which provides a label or description for the group. legend elements in other positions may be ignored. | | |
| https://www.hostuya.com/ | Line 233 | |
| https://www.hostuya.com/ayuda | Line 232 | |
| https://www.hostuya.com/cuenta-profesional | Line 248 | |
| https://www.hostuya.com/publicidad | Line 230 | |
 | Decorative and spacer images must have a null alt attribute. | WCAG 2.1 A F38 Section 508 (2017) A F38 | 4 pages |
|
Images used for decoration only should have alt='' or role=presentation so they can be ignored by screen readers. Impact on users: - JAWS : Reads out redundant
alt text. - NVDA : Reads out redundant
alt text. - VoiceOver : Reads out redundant
alt text.
| | |
| https://www.hostuya.com/ayuda | Line 1007 | |
| https://www.hostuya.com/cuenta-profesional | Line 2383 | |
| https://www.hostuya.com/login | Line 574 | |
| https://www.hostuya.com/publicidad | Line 965 | |
 | Do not provide a summary attribute or caption for layout tables. | WCAG 2.1 A F46 Section 508 (2017) A F46 | 2 pages |
|
Remove summary and caption if this is a layout table. | | |
| https://www.hostuya.com/ | Line 365 | |
| https://www.hostuya.com/cuenta-profesional | Line 502 | |
 | Each a element must contain text or an img with an alt attribute. | WCAG 2.1 A F89 Section 508 (2017) A F89 | 3 pages |
|
A link name allows screen readers to voice what the links does. If there is no link text or the `alt` text is blank, screen readers have nothing to read, so read out the URL instead. To add a name do one of the following:
- Add text between the
a element start and end tags
- Add an
aria-label attribute
- Add an
aria-labelledby attribute
- Add an
img alt attribute if the link contains an img element
`img` elements with `role=presentation` or `role=none` are not included in the link's accessible name.
| | |
| https://www.hostuya.com/ | Line 205 294 | |
| https://www.hostuya.com/ayuda | Line 183 445 | |
| https://www.hostuya.com/cuenta-profesional | Line 199 | |
 | img elements must have an accessible name. | WCAG 2.1 A F65 Section 508 (2017) A F65 | 5 pages |
|
Add an alt attribute describing the image, which screen readers voice instead of the image.
Spacer images and purely decorative images should use alt="".
Do not use alt text containing only spaces since that's voiced as an unlabeled image. Impact on users: - NVDA 2019.2 Chrome 79 Windows 10 Reading: Image unlabeled.
- NVDA 2019.2 FF68 Windows 10 Reading: Image ignored.
- NVDA 2019.2 IE11 Windows 10 Reading: Image ignored.
- NVDA 2018.4 Chrome 73 Windows 10 Reading: Image ignored.
- NVDA 2018.4 FF60 Windows 10 Reading: Image ignored.
- NVDA 2018.4 IE11 Windows 10 Reading: Image ignored.
- JAWS 2019.1912.1 Chrome 79 Windows 10 Reading: Image unlabeled.
- JAWS 2019.1912.1 FF68 Windows 10 Reading: Image ignored.
- JAWS 2019.1912.1 IE11 Windows 10 Reading: Image ignored.
- JAWS 2018.1811.2 Chrome 73 Windows 10 Reading: Image ignored.
- JAWS 2018.1811.2 FF60 Windows 10 Reading: Image ignored.
- JAWS 2018.1811.2 IE11 Windows 10 Reading: Image ignored.
- VoiceOver macOS 10.14 Safari 13.0 macOS 10.14.6 Reading: Image filename read out.
- VoiceOver macOS 10.13 Safari 12.1 macOS 10.13.6 Reading: Image filename read out.
- VoiceOver macOS 10.12 Safari 10.1.2 macOS 10.12.6 Reading: Image filename read out.
- VoiceOver iOS 12.4 Safari iOS 12.4 iOS 12.4.1 Touch: Image filename read out.
- VoiceOver iOS 11.4 Safari iOS 11.4 iOS 11.4.1 Touch: Image filename read out.
- VoiceOver iOS 10.3 Safari iOS 10.3 iOS 10.3 Touch: Image filename read out.
| | |
| https://www.hostuya.com/ | Line 199 295 1274 1282 1290
...
| |
| https://www.hostuya.com/cuenta-profesional | Line 187 | |
| https://www.hostuya.com/login | Line 181 | |
| https://www.hostuya.com/publicidad | Line 179 | |
| This issue was found on another 1 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 | 1 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. | | |
| Visual label: Nuestra polĂtica not in learn more about cookies Acepto not in dismiss cookie message https://www.hostuya.com/ | Line 132 135 | |
Level AA
3 issues on 6 pages | |
 | Do not use the meta viewport tag to disable zoom. | WCAG 2.1 AA 1.4.4 Section 508 (2017) AA 1.4.4 | 5 pages |
|
Setting user-scalable=no or maximum-scale to less than 2.0 prevents
zooming small text to make it readable.
Note that iOS 10+ ignores this setting. | | |
| https://www.hostuya.com/ | Line 8 | |
| https://www.hostuya.com/cuenta-profesional | Line 15 | |
| https://www.hostuya.com/login | Line 15 | |
| https://www.hostuya.com/publicidad | Line 15 | |
| This issue was found on another 1 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
| | |
| The text color to background color contrast ratio is: 1.93 with
color: rgb(255,255,255);background-color: rgb(239,176,0);font-size: 12pt;font-weight: 400; https://www.hostuya.com/bundles/mercadonline.css?v=K86r_EzWwJsAm6SabqkteHkZd1qK36If_a9PQw7XBSw1 | Line 252 | |
 | 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 |
|
Change the style 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)
Internet Explorer does not support the `outline-offset:` property, so using this does not reliably avoid focus outline overlap. | | |
| https://www.hostuya.com/bundles/mercadonline.css?v=K86r_EzWwJsAm6SabqkteHkZd1qK36If_a9PQw7XBSw1 | Line 104 117 264 265 | |
| Expand all 9 issues | | |