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.0 | 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 | |
 | Content inserted with CSS is not read by some screen readers, and not available to people who turn off style sheets. | WCAG 2.0 A F87 Section 508 (2017) A F87 | 1 pages |
|
Move the content from CSS to the HTML page so that all users can see it.
CSS content causes problems in:
- Firefox when the No Style menu item is chosen (CSS content disappears)
- NVDA 2016.2 with IE11 (CSS content not read)
- JAWS 17 with IE11 (CSS content not read)
- JAWS 16 with IE11 (CSS content not read)
- JAWS 15 with IE11 or Firefox 29 (CSS content not read)
- WindowEyes 9.2 with IE11 (CSS content not read)
| | |
| https://dostavka24.xyz/ | Line 34 | |
 | Element style not allowed as child element in this context. | HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1 | 1 pages |
|
| | |
| https://dostavka24.xyz/ | Line 29 | |
 | img elements must have an alt attribute. | WCAG 2.0 A F65 Section 508 (2017) A F65 | 1 pages |
|
Add an ALT attribute describing each image, which screen readers read aloud.
Spacer images and purely decorative images should use ALT=''. Impact on users: - NVDA 2015.2 FF40 Windows 7 Reading: Image ignored.
- JAWS 16.0.4350 FF40 Windows 7 Reading: Image ignored.
- WindowEyes 8.4 IE11 Windows 7 Reading: Image ignored.
- VoiceOver Safari OSX 10.10 Reading: Image filename read out.
- VoiceOver Safari iOS 7.1 Touch: Image filename read out.
- SaToGo 3.4.96.0 IE11 Windows 7 Reading: Image ignored.
| | |
| https://dostavka24.xyz/ | Line 27 | |
Level AA
2 issues on 2 pages | |
 | Ensure that text and background colors have enough contrast. | WCAG 2.0 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: 2.45 with
color: rgb(255,255,255); background-color: rgb(68,189,50); font-size: 22.95pt; font-weight: 400.00; 2.45 with
color: rgb(255,255,255); background-color: rgb(68,189,50); font-size: 12.75pt; font-weight: 400.00; 2.85 with
color: rgb(255,255,255); background-color: rgb(230,126,34); font-size: 24.86pt; font-weight: 400.00; 2.18 with
color: rgb(250,152,58); background-color: rgb(255,255,255); font-size: 14.03pt; font-weight: 400.00; 2.18 with
color: rgb(250,152,58); background-color: rgb(255,255,255); font-size: 14.03pt; font-weight: 400.00; https://dostavka24.xyz/ | Line 45 149 162 275 278
...
| |
 | This CSS style makes it difficult or impossible to see the dotted link focus outline. | WCAG 2.0 AA F78 Section 508 (2017) AA F78 | 2 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 and Edge do not support the outline-offset property, so using this does not reliably avoid focus outline overlap.
| | |
| https://dostavka24.xyz/ | Line 32 | |
| https://dostavka24.xyz/pivo/ | Line 48 | |
| Expand all 5 issues | | |