Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FForm AccessibilityAction40 of 95 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #wpfTaxonomyInputCheckbox196162 | checkbox | none | |
| #wpfTaxonomyInputCheckbox282119 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1920414348 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1400389738 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1329698340 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1401812594 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1226567201 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1208931551 | checkbox | none | |
| #wpfTaxonomyInputCheckbox2382432502 | checkbox | none | |
| #wpfTaxonomyInputCheckbox132587356 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1386846935 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1500312564 | checkbox | none | |
| #wpfTaxonomyInputCheckbox2266163575 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1209060310 | checkbox | none | |
| #wpfTaxonomyInputCheckbox154937111 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1482138086 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1920563507 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1326958819 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1511417941 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1499037840 | checkbox | none | |
| #wpfTaxonomyInputCheckbox238234588 | checkbox | none | |
| #wpfTaxonomyInputCheckbox2383962490 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1709386538 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1400660432 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1203553876 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1344140193 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1623630083 | checkbox | none | |
| #wpfTaxonomyInputCheckbox2001358502 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1203677572 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1416175204 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1623771638 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1330399490 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1557823884 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1512473310 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1360212354 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1220830582 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1927991904 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1201957997 | checkbox | none | |
| #wpfTaxonomyInputCheckbox1225793580 | checkbox | none | |
| #wpfTaxonomyInputCheckbox2321748367 | checkbox | none | |
| #wpfTaxonomyInputCheckbox2209924110 | checkbox | none | |
| #wpfTaxonomyInputCheckbox241912595 | checkbox | none | |
| #wpfTaxonomyInputCheckbox2348626168 | checkbox | none | |
| #wpfTaxonomyInputCheckbox2419038823 | checkbox | none | |
| #wpfTaxonomyInputCheckbox2348793886 | checkbox | none | |
| #wpfTaxonomyInputCheckbox2348562012 | checkbox | none | |
| #wpfTaxonomyInputCheckbox2232953700 | checkbox | none | |
| name | input | Имя* | none |
| input | Email* | none | |
| phone | input | Телефон* | none |
| company | input | Название компании* | none |
| comment | textarea | Комментарий | none |
| approval-policy | checkbox | none | |
| #fileAttach | file | Добавить файл | for/id |
| address-default | checkbox | none | |
| q | search | (Поиск по названию) | placeholder only |
| q | search | (Поиск по названию) | placeholder only |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| input | number | (none) | none |
| (none) | none | ||
| password | password | (none) | none |
| input | (none) | none | |
| id | text | (none) | none |
| country | text | (none) | none |
| city | text | (none) | none |
| street | text | (none) | none |
| region | text | (none) | none |
| postcode | text | (none) | none |
| entrance | text | (none) | none |
| apartmentnumber | text | (none) | none |
| floor | text | (none) | none |
| input | number | (none) | none |
| new-password | password | (none) | none |
| confirm-password | password | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="number">; <input type="number">; <input type="number">; <input type="number">; <input type="number">; <input type="number">; <input type="number">; <input type="number">; <input type="number">; <input type="number"> (+28 more)
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="q">; <input type="search" name="q">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
DLink & Button QualityAction34 issue(s) across 363 links and 111 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://zadelrf.ru/soglasie-na-obrabotku… | Согласие | new tab | Add '(opens in new tab)' to text |
| https://zadelrf.ru/politika-konfidenczia… | Политикой обраб… | new tab | Add '(opens in new tab)' to text |
| https://zadelrf.ru/category/vspomogateln… | Вспомогательное… | img no alt | Add alt attribute to the image |
| https://zadelrf.ru/category/zapchasti/ | Запасные части к… | img no alt | Add alt attribute to the image |
| https://zadelrf.ru/category/rezhushhij-i… | Режущий инструм… | img no alt | Add alt attribute to the image |
| https://zadelrf.ru/category/frezernaja-o… | Фрезерная оснас… | img no alt | Add alt attribute to the image |
| /category/frezernaja-osnastka/frezernye-… | (empty) | empty | Add link text or aria-label |
| /category/tokarnaja-osnastka/privodnye-b… | (empty) | empty | Add link text or aria-label |
| https://t.me/+SBvfgoBDUE0wZmM6 | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/category/frezernaja-osnastka/frezernye-patrony-opravki/; /category/tokarnaja-osnastka/privodnye-bloki/; https://t.me/+SBvfgoBDUE0wZmM6
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://zadelrf.ru/soglasie-na-obrabotku-personalnyh-dannyh/; https://zadelrf.ru/politika-konfidenczialnosti/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.isPadding0 (#157 on page); button.c-search__button (#186 on page); button.c-header-button (#197 on page); button.c-header-button (#230 on page); button.c-button-action (#712 on page); button.c-burger-menu-nav (#716 on page); button.c-input__button (#1063 on page); button.c-catalog-top-sorting__view-type (#1131 on page); button.c-catalog-top-sorting__view-type (#1134 on page); button.c-button-action (#2945 on page) (+21 more)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DMobile Keyboard & AutofillAction32/35 eligible field(s) missing autocomplete or inputmodeFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure10 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Монолитный… | 3.57:1 | 3.0:1 | #000000 | #0067B0 | Pass |
| title Монолитный… | 19.74:1 | 4.5:1 | #000000 | #F6F8FB | Pass |
| p Этот сайт и… | 19.57:1 | 4.5:1 | #000000 | #F5F7FA | Pass |
| a Согласие | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p на обработ… | 19.75:1 | 4.5:1 | #000000 | #F7F8F9 | Pass |
| a Политикой … | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| button Принять | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a О компании | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Оплата и до… | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Производит… | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Новости | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Контакты | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| span catalog@zadelrf.ru | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| span Звонок по Р… | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| span 8 (800) 700-21-94 | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| button Заказать з… | 7.51:1 | 4.5:1 | #000000 | #63A1CD | Pass |
| span Каталог | 3.57:1 | 4.5:1 | #000000 | #0067B0 | Fail |
| li Введите ка… | 3.57:1 | 4.5:1 | #000000 | #0067B0 | Fail |
| span Вход / Реги… | 3.57:1 | 4.5:1 | #000000 | #0067B0 | Fail |
| div Избранное | 3.57:1 | 4.5:1 | #000000 | #0067B0 | Fail |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
BLighthouse Accessibility AuditsScore 81/100 — 5 failing, 21 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Close chat div > div.rcw-widget-container > button.rcw-launcher |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.c-header__contact-list > li > div.isFlex > button.isPadding0 ul.c-header__contact-list > li > div.isFlex > button.isPadding0 |
div.c-container > ul.c-header__button-list > li.c-header__list-item > button.c-header-button div.c-container > ul.c-header__button-list > li.c-header__list-item > button.c-header-button |
div.c-container > ul.c-header__button-list > li.c-header__list-item > button.c-header-button div.c-container > ul.c-header__button-list > li.c-header__list-item > button.c-header-button |
section.c-catalog-page-content > div.c-catalog-top-sorting > div.c-catalog-top-sorting__view-type-wrapper > button.c-catalog-top-sorting__view-type section.c-catalog-page-content > div.c-catalog-top-sorting > div.c-catalog-top-sorting__view-type-wrapper > button.c-catalog-top-sorting__view-type |
section.c-catalog-page-content > div.c-catalog-top-sorting > div.c-catalog-top-sorting__view-type-wrapper > button.c-catalog-top-sorting__view-type section.c-catalog-page-content > div.c-catalog-top-sorting > div.c-catalog-top-sorting__view-type-wrapper > button.c-catalog-top-sorting__view-type |
section.c-catalog-aside > div.c-catalog-aside__wrapper > div.c-catalog-aside__header > button.c-button-action section.c-catalog-aside > div.c-catalog-aside__wrapper > div.c-catalog-aside__header > button.c-button-action |
div.c-footer__col > ul.c-footer__contact-list > li.isFlex > button.isPadding0 div.c-footer__col > ul.c-footer__contact-list > li.isFlex > button.isPadding0 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.c-container > ul.c-header__button-list > li.c-header__list-item > a.c-header-button div.c-container > ul.c-header__button-list > li.c-header__list-item > a.c-header-button |
div.c-container > ul.c-header__button-list > li.c-header__list-item > a.c-header-button div.c-container > ul.c-header__button-list > li.c-header__list-item > a.c-header-button |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist div.c-catalog-grid-list__button-wrapper > div.yith-wcwl-add-to-wishlist > div.yith-wcwl-add-button > a.add_to_wishlist |
section.c-catalog-aside > div.c-catalog-aside__wrapper > article.c-catalog-banner-small > a section.c-catalog-aside > div.c-catalog-aside__wrapper > article.c-catalog-banner-small > a |
section.c-catalog-aside > div.c-catalog-aside__wrapper > article.c-catalog-banner-small > a section.c-catalog-aside > div.c-catalog-aside__wrapper > article.c-catalog-banner-small > a |
div.footer__main-middle-social > ul.footer__main-middle-social-list > li.footer__main-middle-social-item > a.isInheritColor div.footer__main-middle-social > ul.footer__main-middle-social-list > li.footer__main-middle-social-item > a.isInheritColor |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
mail@zadelrf.ru li > div.isFlex > a.c-contact > span.c-contact__text |
8 (800) 700-21-94 li > div.isFlex > a.c-contact > span.c-contact__text |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
Подробнее div.c-catalog-grid-list__item-buy > div.c-catalog-grid-list__item-cart > div.c-catalog-grid-table__cell > a.product-card__moreInfo |
Добавить в корзину div.c-cart-row > div.c-counter > div.c-catalog-grid-list__button-wrapper > button.c-button |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Принять div.disclaimer__inner > div.disclaimer__body > div.disclaimer__actionBtn > button.c-button |
AHeading Hierarchy2 headings, 1 skip(s)PASS
- H1 Монолитный металлорежущий инструмент
- H4 Связаться с менеджером skipped
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI