[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, 7 issuesLevel A, 7 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, 1 issuesLess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line#Count

Level A

7 issues on 8 pages

CriticalAll onmousedown handlers should have an equivalent onkeydown or onclick handler. WCAG 2.1 A F54 Section 508 (2017) A F54 1 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://www.100suvenirov.ru/tovary-dlya-promo-aktsiy/futbolki/Line 362 365 426 429 510 ...
CriticalEach a element must contain text or an img with an alt attribute. WCAG 2.1 A F89 Section 508 (2017) A F89 8 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
https://www.100suvenirov.ru/Line 1135 2297 2298 2299 2300 ...
https://www.100suvenirov.ru/about/Line 35 46 169
https://www.100suvenirov.ru/about-company/Line 35 46 169
https://www.100suvenirov.ru/nanesenie-logotipa/Line 35 46 169
This issue was found on another 4 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 1 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://www.100suvenirov.ru/tovary-dlya-promo-aktsiy/futbolki/Line 298 356 420 504 558 ...
CriticalIdentify row and column headers in data tables using th elements, and mark layout tables with role=presentation. WCAG 2.1 A F91 Section 508 (2017) A F91 1 pages
Data tables allow screen reader users to understand column and row relationships. Layout tables read cells as a series of unrelated paragraphs with no tabular structure. Without th or role, screen readers apply heuristics to decide whether a table is a layout table or data table. These heuristics vary greatly between screen readers, and are affected by browser being used, window size, and font size (so the outcome is very unpredictable without th or role). If a data table has headers marked up using td, then change these to th. If a data table has no headers, add th elements describing each row and/or column. If the table is only used for layout add role=presentation to the table element.

Impact on users:

  • JAWS Reading: Treats tables without th and role as layout tables if the table contains cells above or below certain pixel sizes. This measurement is affected by browser window size, browser font size, and the browser used.
  • NVDA Reading: Applies a layout table heuristic to tables without th and role which varies depending on the browser used and on the window size in some circumstances.
  • VoiceOver Reading: Uses a sophisticated heuristic on tables without th and role, which is similar (but not identical) to the heuristic used by NVDA with Firefox.
https://www.100suvenirov.ru/nanesenie-logotipa/Line 255
Criticalimg elements must have an accessible name. WCAG 2.1 A F65 Section 508 (2017) A F65 2 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.100suvenirov.ru/Line 1350 1359 1368 1377 1386 ...
https://www.100suvenirov.ru/tovary-dlya-promo-aktsiy/futbolki/Line 403 406 467 470 473 ...
CriticalRemoving the underline from links makes it hard for color-blind users to see them. WCAG 2.1 A F73 Section 508 (2017) A F73 2 pages
Remove the text-decoration:none property from your link styles, or add other style attributes in addition to color changes to make links visible without color vision.
https://www.100suvenirov.ru/about/Line 883
https://www.100suvenirov.ru/contacts/Line 622
CriticalThis button element is empty and has no accessible name. WCAG 2.1 A 4.1.2 Section 508 (2017) A 4.1.2 1 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://www.100suvenirov.ru/tovary-dlya-promo-aktsiy/futbolki/Line 365 429 513 567 621 ...

Level AA

3 issues on 8 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 8 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.100suvenirov.ru/Line 8
https://www.100suvenirov.ru/about/Line 8
https://www.100suvenirov.ru/about-company/Line 8
https://www.100suvenirov.ru/nanesenie-logotipa/Line 8
This issue was found on another 4 pages. The trial version is limited to showing issues on 4 pages.
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 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.
The colors used are:
color: rgb(52,52,52) and background: rgb(255,255,255) from browser settings
color: rgb(52,52,52) and background: rgb(255,255,255) from browser settings
https://www.100suvenirov.ru/about/
Line 877 883
The colors used are:
color: rgb(52,52,52) and background: rgb(255,255,255) from browser settings
color: rgb(52,52,52) and background: rgb(255,255,255) from browser settings
https://www.100suvenirov.ru/contacts/
Line 616 622
Very ImportantUse relative units in CSS property values when zoom is disabled by meta viewport. WCAG 2.1 AA 1.4.4 Section 508 (2017) AA 1.4.4 1 pages
Either allow the user to zoom content using pinch-zoom by removing user-scalable=no from the meta viewport tag (easiest), or allow the user to increase text size by using relative units like em and not absolute units like px and pt
https://www.100suvenirov.ru/Line 58 104 124 170 190 ...

Level AAA

1 issues on 1 pages

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG 2.1 AAA F22 1 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://www.100suvenirov.ru/Line 2183 2297 2298 2299 2300 ...
Expand all 11 issues