| Critical | The visual label must appear in the accessible name of links and controls. | WCAG A F96 508 A F96 | |
| Label "8 800 200–23–27" not in name "Позвонить нам"
<a href='tel:88002002327' class='' rel='nofollow' aria-label='Позвонить нам'>...</a>
| 318 | |
| Critical | Links must have an accessible name. | WCAG A F89 508 A F89 | |
| <a href='/cat/stellazhi/kupit-alfa-5-2-1614610' style='display:block;width:...'></a>
| 479 | |
| <a href='/cat/komody/kupit-stil-loft-4-1-1614555' style='display:block;width:...'></a>
| 499 | |
| <a href='/cat/komody/kupit-alfa-13-1614534' style='display:block;width:...'></a>
| 519 | |
| <a href='/cat/obuvnicy/kupit-glyanec-7-1613463' style='display:block;width:...'></a>
| 540 | |
| <a href='/cat/shkafy/raspashnye/kupit-vigo-2-1613446' style='display:block;width:...'></a>
| 560 | |
| Critical | The center element is obsolete.
Use CSS instead. | HTML | |
| <center class='to-basket' style='display:none;'>...</center>
| 335 | |
| <center style='font-weight: 500;...'>Товар ...!</center>
| 1257 | |
| Critical | Using the meta element to specify the document-wide default language is obsolete.
Consider specifying the language on the root element instead. | HTML | |
| <meta http-equiv='content-language' content='ru'>
| 7 | |
| Critical | Attribute href not allowed on element. | HTML | |
| <div href='#'></div>
| 1321 | |
| Critical | Attribute target not allowed on element. | HTML | |
| <i class='fa fa-telegram nav-...' target='_blank'></i>
| 317 | |
| <i class='fa fa-phone nav-msg-...' target='_blank'></i>
| 318 | |
| Critical | Bad value for attribute content. | HTML | |
| charset= must be followed by utf-8. | | |
| <meta http-equiv='content-type' content='text/html; charset=windows-1251'>
| 6 | |
| Critical | Element noindex not allowed as child element in this context. | HTML | |
| <body id='body'><noindex>...</noindex></body>
| 271 | |
| <li><noindex>...</noindex></li>
| 319 | |
| <div class='display-on-hover' style='opacity: 0;'><noindex>...</noindex></div>
| 479 | |
| <div class='display-on-hover' style='opacity: 0;'><noindex>...</noindex></div>
| 500 | |
| <div class='display-on-hover' style='opacity: 0;'><noindex>...</noindex></div>
| 521 | |
| Critical | Element price_formatted not allowed as child element in this context. | HTML | |
| <span class='price'><price_formatted>...</price_formatted></span>
| 475 | |
| <span class='price'><price_formatted>...</price_formatted></span>
| 496 | |
| <span class='price'><price_formatted>...</price_formatted></span>
| 517 | |
| <span class='price'><price_formatted>...</price_formatted></span>
| 539 | |
| <span class='price'><price_formatted>...</price_formatted></span>
| 560 | |
| Very Important | If you set any of the colors on the body or a elements you must set all of them. | WCAG AA F24 508 AA F24 | |
| The colors used are: | | |
| color: rgb(0,0,0) from komodmsk.ru
background: rgb(255,255,255) from browser settings
<a href='#' class='dropdown-toggle nav-...' data-toggle='dropdown' role='button' aria-haspopup='true' aria-expanded='false'>Каталог мебели...</a>
| 279 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from komodmsk.ru
<h1 class='zagolovok'>Интернет-... на дом</h1>
| 348 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from komodmsk.ru
<p class='main-intro'>Мы начинали, ..., прихожих.</p>
| 721 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from komodmsk.ru
<p class='main-intro'>Представьте ... всей России!</p>
| 722 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from komodmsk.ru
<p class='main-intro'>Мы делаем ... в России!</p>
| 723 | |
| Very Important | Omitting image width or height causes the page layout to shift as each image loads. | Best practice | |
| <img src='...dmsk.ru/img/islands-middle.png' class='la' alt='Светлана Н.' title='Светлана Н.' itemprop='url'>
| 863 | |
| <img src='...dmsk.ru/img/islands-middle.png' class='la' alt='Борис Попов' title='Борис Попов' itemprop='url'>
| 899 | |
| <img src='...dmsk.ru/img/islands-middle.png' class='la' alt='Алла Сименова' title='Алла Сименова' itemprop='url'>
| 935 | |
| <img src='...dmsk.ru/img/islands-middle.png' class='la' alt='Екатерина' title='Екатерина' itemprop='url'>
| 972 | |
| <img src='...dmsk.ru/img/islands-middle.png' class='la' alt='Андрей К.' title='Андрей К.' itemprop='url'>
| 1008 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG AAA 1.4.6 | |
| The text color to background color contrast ratio after composition is: | | |
| 5.89 with
color: rgb(204,0,0)background: rgb(255,255,255)
font-size: 12ptfont-weight: 400<a href='/cat/sale' class='menu-item' itemprop='url' style='color:#cc0000'>...</a>
| 346 | |
| 5.89 with
color: rgb(204,0,0)background: rgb(255,255,255)
font-size: 12ptfont-weight: 400<a href='/cat/sale' itemprop='url' style='color:#cc0000'>...</a>
| 280 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG AAA F22 | |
| <a href='https://vk.com/komodmsk_ru' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 1245 | |
| <a rel='nofollow' class='feedback-link' href='/feedback/form' target='_blank'>Заказать...</a>
| 316 | |
| <a href='https://ok.ru/komodmsk' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 1245 | |
| <a href='...ps://www.youtube.com/@komodmsk' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 1245 | |
| <a href='...www.instagram.com/komodmsk.ru/' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 1245 | |
| Important | Using rel=nofollow on internal links dilutes PageRank flow through your site. | Google | |
| <a href='/basket/list' rel='nofollow' style='display:block;width:...' aria-label='Перейти в корзину'>...</a>
| 321 | |
| <a href='/basket/list' rel='nofollow'>Перейти в корзину</a>
| 1250 | |
| <a rel='nofollow' class='feedback-link' href='/feedback/form' target='_blank'>Заказать...</a>
| 316 | |
| <a href='tel:88002002327' class='' rel='nofollow' aria-label='Позвонить нам'>...</a>
| 318 | |
| <a href='/cat/sale' rel='nofollow'>Распродажа</a>
| 1213 | |
| Important | Property doesn't exist in CSS. | CSS | |
| font-display | 13 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript' src='...ts/js/jquery.sudoSlider.min.js'>...</script>
| 395 | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 395 | |
| Critical | Clickable controls should have an ARIA role. | WCAG A F54 508 A F54 | |
| <a class='btn btn-link btn-sm ...'>Ñêðûòü ôèëüòðû</a>
| 774 | |
| Critical | Clickable controls should be keyboard accessible. | WCAG A F15 508 A F15 | |
| <a class='btn btn-link btn-sm ...'>Ñêðûòü ôèëüòðû</a>
| 774 | |
| Critical | The visual label must appear in the accessible name of links and controls. | WCAG A F96 508 A F96 | |
| Label "8 800 200–23–27" not in name "Ïîçâîíèòü íàì"
<a href='tel:88002002327' class='' rel='nofollow' aria-label='Ïîçâîíèòü íàì'>...</a>
| 318 | |
| Critical | HTML form control has no accessible name. | WCAG A F68 508 A F68 | |
| <input type='text' value='-to-' id='fprice-range' name='fprice' class='fltr-input fltr-int-...'>
| 669 | |
| <input type='text' value='0-to-0' id='f189-range' name='f189' class='fltr-input fltr-int-...'>
| 695 | |
| <input type='text' value='0-to-0' id='f188-range' name='f188' class='fltr-input fltr-int-...'>
| 721 | |
| <input type='text' value='0-to-0' id='f187-range' name='f187' class='fltr-input fltr-int-...'>
| 747 | |
| Critical | The center element is obsolete.
Use CSS instead. | HTML | |
| <center class='to-basket' style='display:none;'>...</center>
| 335 | |
| <center style='font-weight: 500;...'>Òîâàð ...!</center>
| 1178 | |
| Critical | Using the meta element to specify the document-wide default language is obsolete.
Consider specifying the language on the root element instead. | HTML | |
| <meta http-equiv='content-language' content='ru'>
| 7 | |
| Critical | Attribute href not allowed on element. | HTML | |
| <div href='#'></div>
| 1191 | |
| Critical | Attribute target not allowed on element. | HTML | |
| <i class='fa fa-telegram nav-...' target='_blank'></i>
| 317 | |
| <i class='fa fa-phone nav-msg-...' target='_blank'></i>
| 318 | |
| Critical | Bad value for attribute content. | HTML | |
| charset= must be followed by utf-8. | | |
| <meta http-equiv='content-type' content='text/html; charset=windows-1251'>
| 6 | |
| Critical | Bad value for attribute itemtype. | HTML | |
| The string is not an absolute URL. | | |
| <div class='breadcrumbs' itemscope='itemscope' itemtype='//schema.org/BreadcrumbList'></div>
| 347 | |
| Critical | Element filter not allowed as child element in this context. | HTML | |
| <div class='col-md-2'><filter>...</filter></div>
| 568 | |
| Critical | Element noindex not allowed as child element in this context. | HTML | |
| <body id='body'><noindex>...</noindex></body>
| 271 | |
| <li><noindex>...</noindex></li>
| 319 | |
| <div style='display:none;' class='item-colors-select-...'><noindex>...</noindex></div>
| 1181 | |
| Critical | Element style not allowed as child element in this context. | HTML | |
| <div class='main-content'><style>...</style></div>
| 358 | |
| Very Important | If you set any of the colors on the body or a elements you must set all of them. | WCAG AA F24 508 AA F24 | |
| The colors used are: | | |
| color: rgb(0,0,0) from komodmsk.ru
background: rgb(255,255,255) from browser settings
<a href='#' class='dropdown-toggle nav-...' data-toggle='dropdown' role='button' aria-haspopup='true' aria-expanded='false'>Êàòàëîã ìåáåëè...</a>
| 279 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from sale
<span class='compact-mode-hide ...' style='display: inline-...'>...:</span>
| 644 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from sale
<h2>Ê ñîæàëåíèþ, ýòèõ ... âðåìåííî íåò:(</h2>
| 781 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from sale
<h3>Çàõîäèòå ïî÷àùå, ÷òîáû áûòü â êóðñå!</h3>
| 782 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from sale
<div class='btn btn-warning btn-...' style='margin: 0 1em 1em 0;...'>...</div>
| 659 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG AAA 1.4.6 | |
| The text color to background color contrast ratio after composition is: | | |
| 5.89 with
color: rgb(204,0,0)background: rgb(255,255,255)
font-size: 12ptfont-weight: 400<a href='/cat/sale' class='menu-item' itemprop='url' style='color:#cc0000'>...</a>
| 346 | |
| 5.89 with
color: rgb(204,0,0)background: rgb(255,255,255)
font-size: 12ptfont-weight: 400<a href='/cat/sale' itemprop='url' style='color:#cc0000'>...</a>
| 280 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG AAA F22 | |
| <a href='https://vk.com/komodmsk_ru' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 1166 | |
| <a rel='nofollow' class='feedback-link' href='/feedback/form' target='_blank'>Çàêàçàòü...</a>
| 316 | |
| <a href='https://ok.ru/komodmsk' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 1166 | |
| <a href='...ps://www.youtube.com/@komodmsk' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 1166 | |
| <a href='...www.instagram.com/komodmsk.ru/' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 1166 | |
| Important | Using rel=nofollow on internal links dilutes PageRank flow through your site. | Google | |
| <a href='/basket/list' rel='nofollow' style='display:block;width:...' aria-label='Ïåðåéòè â êîðçèíó'>...</a>
| 321 | |
| <a href='/basket/list' rel='nofollow'>Ïåðåéòè â êîðçèíó</a>
| 1171 | |
| <a rel='nofollow' class='feedback-link' href='/feedback/form' target='_blank'>Çàêàçàòü...</a>
| 316 | |
| <a href='tel:88002002327' class='' rel='nofollow' aria-label='Ïîçâîíèòü íàì'>...</a>
| 318 | |
| <a href='/cat/sale' rel='nofollow'>Ðàñïðîäàæà</a>
| 1134 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript' src='...per@9.1.1/swiper-bundle.min.js'>...</script>
| 357 | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 1042 | |
| type='text/javascript'<script type='text/javascript' src='/assets/js/card-swiper.js'>...</script>
| 357 | |
| Critical | This button element contains no text and has no accessible name. | WCAG A 4.1.2 508 A 4.1.2 | |
| <button class='popup-...'></button>
| 876 | |
| Critical | The visual label must appear in the accessible name of links and controls. | WCAG A F96 508 A F96 | |
| Label "8 800 200–23–27" not in name "Ïîçâîíèòü íàì"
<a href='tel:88002002327' class='' rel='nofollow' aria-label='Ïîçâîíèòü íàì'>...</a>
| 318 | |
| Critical | Links must have an accessible name. | WCAG A F89 508 A F89 | |
| <a href='/constructor/wardrobe' class='construct-link-...'></a>
| 626 | |
| <a href='/constructor/square_shelves' class='construct-link-...'></a>
| 632 | |
| <a href='/constructor/closet' class='construct-link-...'></a>
| 638 | |
| <a href='/constructor/rectangular_shelves' class='construct-link-...'></a>
| 644 | |
| <a href='/constructor/dressers' class='construct-link-...'></a>
| 650 | |
| Critical | The center element is obsolete.
Use CSS instead. | HTML | |
| <center class='to-basket' style='display:none;'>...</center>
| 335 | |
| <center style='font-weight: 500;...'>Òîâàð ...!</center>
| 1417 | |
| Critical | Using the meta element to specify the document-wide default language is obsolete.
Consider specifying the language on the root element instead. | HTML | |
| <meta http-equiv='content-language' content='ru'>
| 7 | |
| Critical | Attribute href not allowed on element. | HTML | |
| <div href='#'></div>
| 1430 | |
| Critical | Attribute target not allowed on element. | HTML | |
| <i class='fa fa-telegram nav-...' target='_blank'></i>
| 317 | |
| <i class='fa fa-phone nav-msg-...' target='_blank'></i>
| 318 | |
| Critical | Bad value for attribute content. | HTML | |
| charset= must be followed by utf-8. | | |
| <meta http-equiv='content-type' content='text/html; charset=windows-1251'>
| 6 | |
| Critical | Bad value for attribute itemtype. | HTML | |
| The string is not an absolute URL. | | |
| <span itemscope='itemscope' itemtype='//schema.org/BreadcrumbList'></span>
| 616 | |
| Critical | Bad value for attribute required. | HTML | |
| <input name='name' class='popup-submit__input ...' placeholder='ââåäèòå ...' required='true'>
| 1157 | |
| <input name='tel' class='popup-submit__input ...' placeholder='ââåäèòå ...' required='true'>
| 1157 | |
| Critical | Element noindex not allowed as child element in this context. | HTML | |
| <body id='body'><noindex>...</noindex></body>
| 271 | |
| <li><noindex>...</noindex></li>
| 319 | |
| <div style='display:none;' class='item-colors-select-...'><noindex>...</noindex></div>
| 1420 | |
| Critical | Element style not allowed as child element in this context. | HTML | |
| <div class='main-content'><style>...</style></div>
| 349 | |
| Very Important | If you set any of the colors on the body or a elements you must set all of them. | WCAG AA F24 508 AA F24 | |
| The colors used are: | | |
| color: rgb(0,0,0) from komodmsk.ru
background: rgb(255,255,255) from browser settings
<a href='#' class='dropdown-toggle nav-...' data-toggle='dropdown' role='button' aria-haspopup='true' aria-expanded='false'>Êàòàëîã ìåáåëè...</a>
| 279 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from constructor
<h1 class='constructor-title'>... è â 3D</h1>
| 622 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from constructor
<div class='constructor-...'>... øêàôîâ</div>
| 628 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from constructor
<div class='constructor-...'>... ïîëêàìè</div>
| 634 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from constructor
<div class='constructor-...'>Êîíñòðóêòîð øêàôîâ-êóïå</div>
| 640 | |
| Very Important | Omitting image width or height causes the page layout to shift as each image loads. | Best practice | |
| <img src='...s/images/selections/step_1.jpg' alt='Ñäåëàéòå çàìåðû' class='constructor-steps-...' loading='lazy'>
| 676 | |
| <img src='...s/images/selections/step_2.jpg' alt='Óêàæèòå ðàçìåðû' class='constructor-steps-...' loading='lazy'>
| 679 | |
| <img src='...s/images/selections/step_3.jpg' alt='Çàêàç' class='constructor-steps-...' loading='lazy'>
| 682 | |
| <img src='...s/images/selections/step_4.jpg' alt='Ïîëó÷åíèå' class='constructor-steps-...' loading='lazy'>
| 685 | |
| <img src='...s/images/selections/step_5.jpg' alt='Ñáîðêà' class='constructor-steps-...' loading='lazy'>
| 688 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG AAA 1.4.6 | |
| The text color to background color contrast ratio after composition is: | | |
| 5.89 with
color: rgb(204,0,0)background: rgb(255,255,255)
font-size: 12ptfont-weight: 400<a href='/cat/sale' class='menu-item' itemprop='url' style='color:#cc0000'>...</a>
| 346 | |
| 5.89 with
color: rgb(204,0,0)background: rgb(255,255,255)
font-size: 12ptfont-weight: 400<a href='/cat/sale' itemprop='url' style='color:#cc0000'>...</a>
| 280 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG AAA F22 | |
| <a href='https://vk.com/komodmsk_ru' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 1405 | |
| <a rel='nofollow' class='feedback-link' href='/feedback/form' target='_blank'>Çàêàçàòü...</a>
| 316 | |
| <a href='https://ok.ru/komodmsk' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 1405 | |
| <a href='...ps://www.youtube.com/@komodmsk' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 1405 | |
| <a href='...www.instagram.com/komodmsk.ru/' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 1405 | |
| Important | Using rel=nofollow on internal links dilutes PageRank flow through your site. | Google | |
| <a href='/basket/list' rel='nofollow' style='display:block;width:...' aria-label='Ïåðåéòè â êîðçèíó'>...</a>
| 321 | |
| <a href='/basket/list' rel='nofollow'>Ïåðåéòè â êîðçèíó</a>
| 1410 | |
| <a rel='nofollow' class='feedback-link' href='/feedback/form' target='_blank'>Çàêàçàòü...</a>
| 316 | |
| <a href='tel:88002002327' class='' rel='nofollow' aria-label='Ïîçâîíèòü íàì'>...</a>
| 318 | |
| <a href='/cat/sale' rel='nofollow'>Ðàñïðîäàæà</a>
| 1373 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 1160 | |
| Critical | Clickable controls should have an ARIA role. | WCAG A F54 508 A F54 | |
| <a class='btn btn-link btn-sm ...'>Ñêðûòü ôèëüòðû</a>
| 803 | |
| Critical | Clickable controls should be keyboard accessible. | WCAG A F15 508 A F15 | |
| <a class='btn btn-link btn-sm ...'>Ñêðûòü ôèëüòðû</a>
| 803 | |
| Critical | The visual label must appear in the accessible name of links and controls. | WCAG A F96 508 A F96 | |
| Label "8 800 200–23–27" not in name "Ïîçâîíèòü íàì"
<a href='tel:88002002327' class='' rel='nofollow' aria-label='Ïîçâîíèòü íàì'>...</a>
| 318 | |
| Critical | HTML form control has no accessible name. | WCAG A F68 508 A F68 | |
| <select class='subcat' onchange='location = this....'>...</select>
| 568 | |
| <input type='text' value='859-to-48929' id='fprice-range' name='fprice' class='fltr-input fltr-int-...'>
| 698 | |
| <input type='text' value='0-to-0' id='f189-range' name='f189' class='fltr-input fltr-int-...'>
| 724 | |
| <input type='text' value='0-to-0' id='f188-range' name='f188' class='fltr-input fltr-int-...'>
| 750 | |
| <input type='text' value='0-to-0' id='f187-range' name='f187' class='fltr-input fltr-int-...'>
| 776 | |
| Critical | img elements must have an accessible name. | WCAG A F65 508 A F65 | |
| <img src='/images/it_color/31-small.jpg'>
| 657 | |
| <img src='/images/it_color/35-small.jpg'>
| 658 | |
| <img src='/images/it_color/23-small.jpg'>
| 659 | |
| <img src='/images/it_color/49-small.jpg'>
| 660 | |
| <img src='/images/it_color/24-small.jpg'>
| 661 | |
| Critical | The select element cannot have more than one
selected option element descendant unless the
multiple attribute is specified. | HTML | |
| <select class='subcat' onchange='location = this....'>...</select>
| 568 | |
| Critical | The center element is obsolete.
Use CSS instead. | HTML | |
| <center class='to-basket' style='display:none;'>...</center>
| 335 | |
| <center style='font-weight: 500;...'>Òîâàð ...!</center>
| 2045 | |
| Critical | Using the meta element to specify the document-wide default language is obsolete.
Consider specifying the language on the root element instead. | HTML | |
| <meta http-equiv='content-language' content='ru'>
| 7 | |
| Critical | Attribute href not allowed on element. | HTML | |
| <div href='#'></div>
| 2058 | |
| Critical | Attribute target not allowed on element. | HTML | |
| <i class='fa fa-telegram nav-...' target='_blank'></i>
| 317 | |
| <i class='fa fa-phone nav-msg-...' target='_blank'></i>
| 318 | |
| Critical | Bad value for attribute content. | HTML | |
| charset= must be followed by utf-8. | | |
| <meta http-equiv='content-type' content='text/html; charset=windows-1251'>
| 6 | |
| Critical | Bad value for attribute itemtype. | HTML | |
| The string is not an absolute URL. | | |
| <div class='breadcrumbs' itemscope='itemscope' itemtype='//schema.org/BreadcrumbList'></div>
| 347 | |
| Critical | Element br not allowed as child element in this context. | HTML | |
| <ul class='ul-adv'><br>
| 1641 | |
| <ul class='ul-adv'>...<br>
| 1642 | |
| <ul class='ul-adv'>...<br>
| 1643 | |
| <ul class='ul-adv'>...<br>
| 1644 | |
| <ul class='ul-adv'>...<br>
| 1645 | |
| Critical | Element filter not allowed as child element in this context. | HTML | |
| <div class='col-md-2'><filter>...</filter></div>
| 569 | |
| Critical | Element noindex not allowed as child element in this context. | HTML | |
| <body id='body'><noindex>...</noindex></body>
| 271 | |
| <li><noindex>...</noindex></li>
| 319 | |
| <div style='display:none;' class='item-colors-select-...'><noindex>...</noindex></div>
| 2048 | |
| Critical | Element style not allowed as child element in this context. | HTML | |
| <div class='main-content'><style>...</style></div>
| 358 | |
| Critical | Bad character after <. Probable cause: Unescaped <. Try escaping it as <. | HTML | |
| | 1600 | |
| Critical | No p element in scope but a p end tag seen. | HTML | |
| | 1647 | |
| Critical | An img element must have an
alt attribute, except under certain
conditions. For details, consult guidance on
providing text alternatives for images. | HTML | |
| <img src='/images/it_color/31-small.jpg'>
| 657 | |
| <img src='/images/it_color/35-small.jpg'>
| 658 | |
| <img src='/images/it_color/23-small.jpg'>
| 659 | |
| <img src='/images/it_color/49-small.jpg'>
| 660 | |
| <img src='/images/it_color/24-small.jpg'>
| 661 | |
| Very Important | If you set any of the colors on the body or a elements you must set all of them. | WCAG AA F24 508 AA F24 | |
| The colors used are: | | |
| color: rgb(0,0,0) from komodmsk.ru
background: rgb(255,255,255) from browser settings
<a href='#' class='dropdown-toggle nav-...' data-toggle='dropdown' role='button' aria-haspopup='true' aria-expanded='false'>Êàòàëîã ìåáåëè...</a>
| 279 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from komody
<span class='compact-mode-hide ...' style='display: inline-...'>...:</span>
| 645 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from komody
<p>Ìû äåëàåì êîìîäû ñ ... äåëàåì èõ îòëè÷íî....</p>
| 1640 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from komody
<li><strong>òåõíîëîãèè</strong>— âñþ ...;</li>
| 1642 | |
| color: rgb(0,0,0) from browser settings
background: rgb(255,255,255) from komody
<li><strong>äèçàéí</strong>— êàê ...;</li>
| 1643 | |
| Very Important | Omitting image width or height causes the page layout to shift as each image loads. | Best practice | |
| <img src='/images/it_color/31-small.jpg'>
| 657 | |
| <img src='/images/it_color/35-small.jpg'>
| 658 | |
| <img src='/images/it_color/23-small.jpg'>
| 659 | |
| <img src='/images/it_color/49-small.jpg'>
| 660 | |
| <img src='/images/it_color/24-small.jpg'>
| 661 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG AAA 1.4.6 | |
| The text color to background color contrast ratio after composition is: | | |
| 5.89 with
color: rgb(204,0,0)background: rgb(255,255,255)
font-size: 12ptfont-weight: 400<a href='/cat/sale' class='menu-item' itemprop='url' style='color:#cc0000'>...</a>
| 346 | |
| 5.89 with
color: rgb(204,0,0)background: rgb(255,255,255)
font-size: 12ptfont-weight: 400<a href='/cat/sale' itemprop='url' style='color:#cc0000'>...</a>
| 280 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG AAA F22 | |
| <a href='https://vk.com/komodmsk_ru' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 2033 | |
| <a rel='nofollow' class='feedback-link' href='/feedback/form' target='_blank'>Çàêàçàòü...</a>
| 316 | |
| <a href='https://ok.ru/komodmsk' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 2033 | |
| <a href='...ps://www.youtube.com/@komodmsk' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 2033 | |
| <a href='...www.instagram.com/komodmsk.ru/' target='_blank' rel='nofollow noreferrer ...'>...</a>
| 2033 | |
| Important | Using rel=nofollow on internal links dilutes PageRank flow through your site. | Google | |
| <a href='/basket/list' rel='nofollow' style='display:block;width:...' aria-label='Ïåðåéòè â êîðçèíó'>...</a>
| 321 | |
| <a href='/basket/list' rel='nofollow'>Ïåðåéòè â êîðçèíó</a>
| 2038 | |
| <a rel='nofollow' class='feedback-link' href='/feedback/form' target='_blank'>Çàêàçàòü...</a>
| 316 | |
| <a href='tel:88002002327' class='' rel='nofollow' aria-label='Ïîçâîíèòü íàì'>...</a>
| 318 | |
| <a href='/cat/sale' rel='nofollow'>Ðàñïðîäàæà</a>
| 2001 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript' src='...per@9.1.1/swiper-bundle.min.js'>...</script>
| 357 | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 1909 | |
| type='text/javascript'<script type='text/javascript' src='/assets/js/card-swiper.js'>...</script>
| 357 | |