[Skip navigation links]

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.

LevelWCAG 2.1Section 508 - 2017Key
ALevel A, 8 issuesLevel A, 8 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 3 issuesLevel AA, 3 issuesVery Important Pages with level AA issues are very difficult to use
AAALevel AAA, 2 issuesLess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line#Count

Level A

8 issues on 7 pages

CriticalAll onclick handlers should have an equivalent onkeyup or onkeydown handler. WCAG 2.1 A F54 Section 508 (2017) A F54 7 pages
Some users are unable to use a mouse, so use the keyboard instead. Add an equivalent keyboard event handler to help these users.
https://kavaplus.com.ua/Line 1853 1855 1951 1953 2046 ...
https://kavaplus.com.ua/compare-products.htmlLine 3202
https://kavaplus.com.ua/create-account.htmlLine 3536
https://kavaplus.com.ua/login.htmlLine 3298
This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.
CriticalAn image with a null alt attribute should not have title, aria-label or aria-labelledby attributes. WCAG 2.1 A F39 Section 508 (2017) A F39 1 pages
If the image should be voiced use a descriptive alt attribute. If the image is purely decorative remove any title and ARIA label attributes.

Impact on users:

  • JAWS : Ignores all images with alt=''.
  • NVDA : Reads some images with alt='' and a title or ARIA label.
  • VoiceOver : Reads images with alt='' and a title or ARIA label.
https://kavaplus.com.ua/Line 1517 1518 1519
CriticalDecorative and spacer images must have a null alt attribute. WCAG 2.1 A F38 Section 508 (2017) A F38 6 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://kavaplus.com.ua/compare-products.htmlLine 272
https://kavaplus.com.ua/create-account.htmlLine 283
https://kavaplus.com.ua/kofeLine 288
https://kavaplus.com.ua/login.htmlLine 272
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
CriticalEach a element must contain text or an img with an alt attribute. WCAG 2.1 A F89 Section 508 (2017) A F89 7 pages

A link name allows screen readers to voice what the links does. If there is no link text / `alt` text, or the text / image is hidden by CSS, 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
https://kavaplus.com.ua/Line 415 5664 5667 5670 5673 ...
https://kavaplus.com.ua/compare-products.htmlLine 456 2943 2950 2957 2964 ...
https://kavaplus.com.ua/create-account.htmlLine 467 3277 3284 3291 3298 ...
https://kavaplus.com.ua/login.htmlLine 456 3039 3046 3053 3060 ...
This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.
CriticalHTML form control has no accessible name. WCAG 2.1 A F68 Section 508 (2017) A F68 4 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
https://kavaplus.com.ua/Line 1854 1952 2047 2142 2237 ...
https://kavaplus.com.ua/kofeLine 3836 4031 4226 5352 5597 ...
https://kavaplus.com.ua/kofe/zernovoy-kofeLine 3805 4000 4195 5321 5566 ...
https://kavaplus.com.ua/kofe/zernovoy-kofe/garibaldiLine 3743 3938 4133 5259 5504 ...
Criticalimg elements must have an accessible name. WCAG 2.1 A F65 Section 508 (2017) A F65 7 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 11.5 Safari 15.0 macOS 11.5.2 Reading: Image filename read out.
  • VoiceOver macOS 10.15 Safari 14.1 macOS 10.15.7 Reading: Image filename read out.
  • 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 iOS 14.7 Safari iOS 14.7 iOS 14.7 Touch: Image filename read out.
  • VoiceOver iOS 13.3 Safari iOS 13.3 iOS 13.3 Touch: 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.
https://kavaplus.com.ua/Line 1520 1535 1538 1541 1544 ...
https://kavaplus.com.ua/compare-products.htmlLine 3082 3096 3110
https://kavaplus.com.ua/create-account.htmlLine 3416 3430 3444
https://kavaplus.com.ua/login.htmlLine 3178 3192 3206
This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.
CriticalThis button element is empty and has no accessible name. WCAG 2.1 A 4.1.2 Section 508 (2017) A 4.1.2 7 pages

A programmatically determined name allows screen readers to tell users what the control does. To add a name do one of the following:

  • Add text between the button start and end tags
  • Add a title attribute
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
  • Add an img alt attribute if the button contains an img element
https://kavaplus.com.ua/Line 424 573 1093 1100
https://kavaplus.com.ua/compare-products.htmlLine 472 742 1715 1731
https://kavaplus.com.ua/create-account.htmlLine 483 753 1726 1742
https://kavaplus.com.ua/login.htmlLine 472 742 1715 1731
This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.
CriticalThis element uses JavaScript to behave like a link. Links like this cannot be tabbed to from the keyboard and are not read out when screen readers list the links on a page. WCAG 2.1 A F42 Section 508 (2017) A F42 3 pages
Use an a or area element with a fallback link target in the href attribute, to ensure it receive keyboard focus and behaves like a link.
https://kavaplus.com.ua/kofeLine 6654 7043 7432 7821 8210 ...
https://kavaplus.com.ua/kofe/zernovoy-kofeLine 6649 7038 7427 7816 8205 ...
https://kavaplus.com.ua/kofe/zernovoy-kofe/garibaldiLine 6479 6866 7253 7640 8027 ...

Level AA

3 issues on 7 pages

Very ImportantDo not use the meta viewport tag to disable zoom. WCAG 2.1 AA 1.4.4 Section 508 (2017) AA 1.4.4 7 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://kavaplus.com.ua/Line 6
https://kavaplus.com.ua/compare-products.htmlLine 9
https://kavaplus.com.ua/create-account.htmlLine 9
https://kavaplus.com.ua/login.htmlLine 9
This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.
Very ImportantEnsure that text and background colors have enough contrast. WCAG 2.1 AA 1.4.3 Section 508 (2017) AA 1.4.3 4 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 after composition is:
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
https://kavaplus.com.ua/
Line 4126 4256 4386 4520
The text color to background color contrast ratio after composition is:
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
https://kavaplus.com.ua/kofe
Line 5198 5443 5688 5937
The text color to background color contrast ratio after composition is:
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
https://kavaplus.com.ua/kofe/zernovoy-kofe
Line 5167 5412 5657 5906
The text color to background color contrast ratio after composition is:
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
3.28 with color: rgb(255,255,255);background-color: rgb(255,79,43);font-size: 12pt;font-weight: 400;
https://kavaplus.com.ua/kofe/zernovoy-kofe/garibaldi
Line 5105 5350 5595 5844
Very ImportantIf 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 7 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.
The colors used are:
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
https://kavaplus.com.ua/
Line 534 537 580 581 630 ...
The colors used are:
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
https://kavaplus.com.ua/compare-products.html
Line 677 680 758 849 854 ...
The colors used are:
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
https://kavaplus.com.ua/create-account.html
Line 688 691 769 860 865 ...
The colors used are:
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
color: rgb(0,0,0) from browser settings and background: rgb(255,255,255)
https://kavaplus.com.ua/login.html
Line 677 680 758 849 854 ...
This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.

Level AAA

2 issues on 7 pages

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG 2.1 AAA F22 7 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 a warning into the link text like the following: "opens in a new window".
https://kavaplus.com.ua/Line 507 514 557 5664 5667 ...
https://kavaplus.com.ua/compare-products.htmlLine 633 646 714 2784 2797 ...
https://kavaplus.com.ua/create-account.htmlLine 644 657 725 3118 3131 ...
https://kavaplus.com.ua/login.htmlLine 633 646 714 2880 2893 ...
This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.
ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG 2.1 AAA 1.4.6 7 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.

Note: The default link color in IE11 has poor contrast on a white background. Fix by specifying a:link and a:visited colors in CSS.

  • 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.21 with color: rgb(57,123,33);background-color: rgb(255,255,255);font-size: 12pt;font-weight: 700;
5.21 with color: rgb(57,123,33);background-color: rgb(255,255,255);font-size: 12pt;font-weight: 700;
5.25 with color: rgb(0,0,0);background-color: rgb(255,0,0);font-size: 12pt;font-weight: 400;
5.25 with color: rgb(0,0,0);background-color: rgb(255,0,0);font-size: 12pt;font-weight: 400;
4.04 with color: rgb(0,146,71);background-color: rgb(255,255,255);font-size: 24pt;font-weight: 700;
https://kavaplus.com.ua/
Line 528 543 1072 1075 5428 ...
The text color to background color contrast ratio after composition is:
5.21 with color: rgb(57,123,33);background-color: rgb(255,255,255);font-size: 12pt;font-weight: 700;
5.21 with color: rgb(57,123,33);background-color: rgb(255,255,255);font-size: 12pt;font-weight: 700;
5.25 with color: rgb(0,0,0);background-color: rgb(255,0,0);font-size: 12pt;font-weight: 400;
5.25 with color: rgb(0,0,0);background-color: rgb(255,0,0);font-size: 12pt;font-weight: 400;
https://kavaplus.com.ua/compare-products.html
Line 670 687 1680 1684
The text color to background color contrast ratio after composition is:
5.21 with color: rgb(57,123,33);background-color: rgb(255,255,255);font-size: 12pt;font-weight: 700;
5.21 with color: rgb(57,123,33);background-color: rgb(255,255,255);font-size: 12pt;font-weight: 700;
5.25 with color: rgb(0,0,0);background-color: rgb(255,0,0);font-size: 12pt;font-weight: 400;
5.25 with color: rgb(0,0,0);background-color: rgb(255,0,0);font-size: 12pt;font-weight: 400;
https://kavaplus.com.ua/create-account.html
Line 681 698 1691 1695
The text color to background color contrast ratio after composition is:
5.21 with color: rgb(57,123,33);background-color: rgb(255,255,255);font-size: 12pt;font-weight: 700;
5.21 with color: rgb(57,123,33);background-color: rgb(255,255,255);font-size: 12pt;font-weight: 700;
5.25 with color: rgb(0,0,0);background-color: rgb(255,0,0);font-size: 12pt;font-weight: 400;
5.25 with color: rgb(0,0,0);background-color: rgb(255,0,0);font-size: 12pt;font-weight: 400;
https://kavaplus.com.ua/login.html
Line 670 687 1680 1684
This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.
Expand all 13 issues