Critical | This button element is empty and has no accessible name. | WCAG 2.2 A 4.1.2 Section 508 (2017) A 4.1.2
| |
| <button type='button' class='btn btn-success'>...</button>
| 181 | |
Critical | iframe and frame elements must have a title attribute. | WCAG 2.2 A 4.1.2 Section 508 (2017) A 4.1.2
| |
| <iframe src='...k' width='150' height='50' frameborder='0'></iframe>
| 2339 | |
Critical | Links must have an accessible name. | WCAG 2.2 A F89 Section 508 (2017) A F89
| |
| <a class='...' href='.../'><img src='...g' alt=''></a>
| 1070 | |
| <a class='...' href='.../'><img src='...g' alt=''></a>
| 1156 | |
| <a class='...' href='.../'><img src='...g' alt=''></a>
| 1239 | |
| <a class='...' href='.../'><img src='...g' alt=''></a>
| 1322 | |
| <a class='...' href='.../'><img src='...g' alt=''></a>
| 1405 | |
Critical | Use HTML headings instead of applying CSS heading styles to non-headings. | WCAG 2.2 A F2 Section 508 (2017) A F2
| |
| <p class='delivery-section__advantages_text-title'>... дня</p>
| 2153 | |
| <p class='delivery-section__advantages_text-title'>...</p>
| 2162 | |
| <p class='delivery-section__advantages_text-title'>...</p>
| 2173 | |
| <p class='delivery-section__advantages_text-title'>...</p>
| 2182 | |
Critical | This link is broken. The url scheme is unrecognized. | Broken Link
| |
| Link: whatsapp://send?phone=+79680138808 | 108 112 126 130 2366
...
| |
Critical | The frameborder attribute on the iframe element is obsolete.
Use CSS instead. | HTML5
| |
| <iframe src='...k' width='150' height='50' frameborder='0'></iframe>
| 2339 | |
Critical | Attribute version not allowed on element. | HTML5
| |
| <symbol id='ex-thumb' viewBox='0, 0, 400,400' version='1.1'></symbol>
| 2263 | |
| <symbol version='1.1'></symbol>
| 2263 | |
Critical | Attribute vmid not allowed on element. | HTML5
| |
| <meta name='theme-color' vmid='theme-color'>
| 64 | |
Critical | Element spain not allowed as child element in this context. | HTML5
| |
| <a href='https://ilpetrakov.com/' class='ilpetrakovlink'><spain>...</spain></a>
| 2505 | |
Critical | Element style not allowed as child element in this context. | HTML5
| |
| <div class='wrap'>...<style>...</style></div>
| 2234 | |
Critical | Duplicate id - the same ID is used on more than one element. | HTML5
| |
| id=common-home | 342 | |
| id=common-home | 2268 | |
Critical | Stray end tag div. | HTML5
| |
| | 2416 2417 2511 | |
Very Important | Ensure that text and background colors have enough contrast. | WCAG 2.2 AA 1.4.3 Section 508 (2017) AA 1.4.3
| |
| The text color to background color contrast ratio after composition is: | | |
| 2.78 with
color: rgb(155,155,155) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 600 <button type='button' class='btn-action-buy' onclick='cart.add('2522', ...'>Купить</button>
| 790 | |
| 2.78 with
color: rgb(155,155,155) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 600 <button type='button' class='btn-action-buy' onclick='cart.add('2521', ...'>Купить</button>
| 825 | |
| 2.78 with
color: rgb(155,155,155) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 600 <button type='button' class='btn-action-buy' onclick='cart.add('2520', ...'>Купить</button>
| 860 | |
| 2.78 with
color: rgb(155,155,155) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 600 <button type='button' class='btn-action-buy' onclick='cart.add('2519', ...'>Купить</button>
| 895 | |
| 2.78 with
color: rgb(155,155,155) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 600 <button type='button' class='btn-action-buy' onclick='cart.add('2518', ...'>Купить</button>
| 930 | |
Very Important | If you set any of the colors on the body or a elements you must set all of them. | WCAG 2.2 AA F24 Section 508 (2017) AA F24
| |
| The colors used are: | | |
| color: rgb(34,34,34) from stylesheet.css
background: rgb(255,255,255) from browser settings
<h2 class='maintitle'>Лидеры продаж</h2>
| 489 | |
| color: rgb(34,34,34) from stylesheet.css
background: rgb(255,255,255) from browser settings
<h3 class='maintitle'>Последние Статьи</h3>
| 1000 | |
| color: rgb(34,34,34) from stylesheet.css
background: rgb(255,255,255) from browser settings
<h2 class='maintitle'>Новые позиции в магазине</h2>
| 758 | |
| color: rgb(34,34,34) from stylesheet.css
background: rgb(255,255,255) from browser settings
<h3 class='maintitle'>Часто ищут на сайте</h3>
| 2261 | |
| color: rgb(30,103,209) from stylesheet.css
background: rgb(255,255,255) from browser settings
<a href='...a' class='linktags'>Плинтус Cosca</a>
| 2262 | |
Very Important | The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline. | WCAG 2.2 AA F78 Section 508 (2017) AA F78
| |
| :focus and :not(:focus) have same outline:
<button class='review-vote ...' data-value='37'><svg class='ex-like'>...</svg>...</button>
| 1139 | |
| :focus and :not(:focus) have same outline:
<button class='review-vote ...' data-value='37'>...</button>
| 1145 | |
| :focus and :not(:focus) have same outline:
<button class='review-vote ...' data-value='36'><svg class='ex-like'>...</svg>...</button>
| 1222 | |
| :focus and :not(:focus) have same outline:
<button class='review-vote ...' data-value='36'>...</button>
| 1228 | |
| :focus and :not(:focus) have same outline:
<button class='review-vote ...' data-value='35'><svg class='ex-like'>...</svg>...</button>
| 1305 | |
Very Important | Omitting img width or height attributes makes the page layout jump about as images load. | Usability.gov 14:3 W3C
| |
| <img src='...g' alt='Плинтус напольный' title='Плинтус напольный' class='img-responsive'>
| 358 | |
| <img src='...g' alt='Потолочный плинтус' title='Потолочный плинтус' class='img-responsive'>
| 374 | |
| <img src='...g' alt='Молдинги' title='Молдинги' class='img-responsive'>
| 390 | |
| <img src='...g' alt='Стеновые панели' title='Стеновые панели' class='img-responsive'>
| 406 | |
| <img src='...g' alt='Наличники' title='Наличники' class='img-responsive'>
| 422 | |
Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG 2.2 AAA 1.4.6
| |
| The text color to background color contrast ratio after composition is: | | |
| 5.36 with
color: rgb(30,103,209) background: rgb(255,255,255)
font-size: 9.75pt font-weight: 600 <a href='...a' class='linktags'>Плинтус Cosca</a>
| 2262 | |
| 5.36 with
color: rgb(30,103,209) background: rgb(255,255,255)
font-size: 9.75pt font-weight: 600 <a href='...o' class='linktags'>Плинтус Deartio</a>
| 2263 | |
| 5.36 with
color: rgb(30,103,209) background: rgb(255,255,255)
font-size: 9.75pt font-weight: 600 <a href='...d' class='linktags'>Плинтус Evrowood</a>
| 2264 | |
| 5.36 with
color: rgb(30,103,209) background: rgb(255,255,255)
font-size: 9.75pt font-weight: 600 <a href='...a' class='linktags'>Плинтус Finitura</a>
| 2265 | |
| 5.36 with
color: rgb(30,103,209) background: rgb(255,255,255)
font-size: 9.75pt font-weight: 600 <a href='...z' class='linktags'>Плинтус Hannahholz</a>
| 2266 | |
Important | Using rel=nofollow on internal links dilutes PageRank flow through your site. | Google
| |
| <a href='/delivery' rel='nofollow' class='...'>...</a>
| 138 | |
| <a href='/contacts' rel='nofollow' class='...'>Контакты</a>
| 140 | |
Important | Use at least a 12-point font on all web pages. | Usability.gov 11:8
| |
| font-size: 10.50pt <div class='...'>Плинтус ... очень тщ..</div>
| 1111 | |
| font-size: 10.50pt <div class='...'>Плинтусы ... на жидкие г..</div>
| 1197 | |
| font-size: 10.50pt <div class='...'>Искали ... а каче..</div>
| 1280 | |
| font-size: 10.50pt <div class='...'>Прекрасный ... упакован, ..</div>
| 1363 | |
| font-size: 10.50pt <div class='...'>Монтажную ... гвозди. И де..</div>
| 1446 | |