| Critical | Headings should not be empty. | ARIA 5.4 | |
| <h1 class='fs-45 fst-italic fw-...'></h1>
| 856 | |
| Critical | Elements with role=tablist must only contain or own elements with role=tab and must not contain elements with other roles. | HTML ARIA 5.2.6 WCAG A 1.3.1 508 A 1.3.1 | |
| Invalid roles: listitem from element li<ul class='nav nav-tabs d-flex ...' id='teamsTab' role='tablist'>...</ul>
| 2302 | |
| Invalid roles: listitem from element li<ul class='row nav nav-tabs row' id='cardTab' role='tablist'>...</ul>
| 1482 | |
| Critical | An element with role=tab
must have a parent or owner with
role=tablist | HTML ARIA 5.2.7 WCAG A 1.3.1 508 A 1.3.1 | |
| Parent role: listitem
<li class='nav-item' id='bx_1847241719_3'><a class='nav-link active link' id='tab3-tab' data-toggle='tab' href='#tab3' role='tab' aria-controls='tab3' aria-selected='true'>Тренажерный зал</a>...</li>
| 2306 | |
| Parent role: listitem
<li class='nav-item' id='bx_1847241719_4'><a class='nav-link link' id='tab4-tab' data-toggle='tab' href='#tab4' role='tab' aria-controls='tab4' aria-selected='false'>Групповые программы и секции</a>...</li>
| 2313 | |
| Parent role: listitem
<li class='nav-item col-12 col-...' data-wow-delay='0s'><a style='background: #F5F5F5;' class='cards-item mb-4 nav-...' id='tab68-tab' data-toggle='tab' href='#tab68' role='tab' aria-controls='tab68' aria-selected='true'>...</a>...</li>
| 1486 | |
| Parent role: listitem
<li class='nav-item col-12 col-...' data-wow-delay='0.2s'><a style='background: #000000;' class='cards-item mb-4 nav-...' id='tab69-tab' data-toggle='tab' href='#tab69' role='tab' aria-controls='tab69' aria-selected='false'>...</a>...</li>
| 1516 | |
| Parent role: listitem
<li class='nav-item col-12 col-...' data-wow-delay='0.4s'><a style='background: #FFED00;' class='cards-item mb-4 nav-...' id='tab70-tab' data-toggle='tab' href='#tab70' role='tab' aria-controls='tab70' aria-selected='false'>...</a>...</li>
| 1546 | |
| Critical | The frameborder attribute on the iframe element is obsolete.
Use CSS instead. | HTML | |
| <iframe src='...ost/R8j6EidbLxZ/?m=R8j6EidbLxZ' width='100%' height='100%' frameborder='0'></iframe>
| 5204 | |
| Critical | Attribute size not allowed on element. | HTML | |
| <input type='hidden' id='inp-NAME' class='form-control ...' name='PROPERTY[NAME][0]' size='30'>
| 5132 | |
| Critical | Bad value for attribute d. | HTML | |
| Unexpected character in SVG path. | | |
| <path d='M92.8096 0H31.1782L-6.10352e-05 31.4312H67.0694L28.2779 62.1399H83.7462L52.5679 91.7647L120 50.9403H73.2326L120 13.3673H75.4078L92.8096 0Z'></path>
| 1498 | |
| <path d='M92.8096 0H31.1782L-6.10352e-05 31.4312H67.0694L28.2779 62.1399H83.7462L52.5679 91.7647L120 50.9403H73.2326L120 13.3673H75.4078L92.8096 0Z'></path>
| 1528 | |
| <path d='M92.8096 0H31.1782L-6.10352e-05 31.4312H67.0694L28.2779 62.1399H83.7462L52.5679 91.7647L120 50.9403H73.2326L120 13.3673H75.4078L92.8096 0Z'></path>
| 1558 | |
| Critical | Bad value for attribute height. | HTML | |
| Expected a digit but saw % instead. | | |
| <iframe src='...ost/R8j6EidbLxZ/?m=R8j6EidbLxZ' width='100%' height='100%'></iframe>
| 5204 | |
| Critical | Bad value for attribute id. | HTML | |
| Not a valid XML 1.0 name: image 65 (Traced) | | |
| <path id='image 65 (Traced)'></path>
| 1011 | |
| Critical | Bad value for attribute width. | HTML | |
| Expected a digit but saw % instead. | | |
| <iframe src='...ost/R8j6EidbLxZ/?m=R8j6EidbLxZ' width='100%'></iframe>
| 5204 | |
| Critical | Element noindex not allowed as child element in this context. | HTML | |
| <span class='gallery__text d-...'><noindex>...</noindex></span>
| 1157 | |
| <span class='gallery__text d-...'><noindex>...</noindex></span>
| 1181 | |
| <span class='gallery__text d-...'><noindex>...</noindex></span>
| 1205 | |
| <span class='gallery__text d-...'><noindex>...</noindex></span>
| 1229 | |
| <span class='gallery__text d-...'><noindex>...</noindex></span>
| 1253 | |
| Critical | Element p not allowed as child element in this context. | HTML | |
| <ul>Детские ... на выбор:<p>...</p></ul>
| 1756 | |
| Critical | Element style not allowed as child element in this context. | HTML | |
| <div class='swiper-slide promo-...' id='bx_3218110189_2022'><style>...</style></div>
| 462 | |
| <div class='swiper-slide promo-...' id='bx_3218110189_1963'><style>...</style></div>
| 566 | |
| <div class='swiper-slide promo-...' id='bx_3218110189_257'><style>...</style></div>
| 669 | |
| Critical | Text not allowed. | HTML | |
| <p></p>
| 1756 | |
| Critical | Duplicate id - the same ID is used on more than one element. | HTML | |
| id=tel | 532 | |
| id=tel | 635 | |
| id=tel | 532 | |
| id=tel | 738 | |
| id=Vector | 980 | |
| Critical | Saw <?. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.) | HTML | |
| | 894 | |
| Critical | Attribute placeholder is only allowed when the input type is text, search, url, tel, email, password, or number. | HTML | |
| <input type='hidden' id='inp-NAME' class='form-control ...' name='PROPERTY[NAME][0]' size='30' value='Заявка на ...' required placeholder='Название *'>
| 5132 | |
| Critical | Attribute required is only allowed when the input type is text, search, url, tel, email, password, date, month, week, time, datetime-local, number, checkbox, radio, or file. | HTML | |
| <input type='hidden' id='inp-NAME' class='form-control ...' name='PROPERTY[NAME][0]' size='30' value='Заявка на ...' required placeholder='Название *'>
| 5132 | |
| Critical | Attribute size is only allowed when the input type is text, search, url, tel, email, or password. | HTML | |
| <input type='file' class='form-control w-100 ...' size='30' id='PROPERTY_FILE_22_0' name='PROPERTY_FILE_22_0'>
| 5111 | |
| <input type='hidden' id='inp-NAME' class='form-control ...' name='PROPERTY[NAME][0]' size='30' value='Заявка на ...' required placeholder='Название *'>
| 5132 | |
| Very Important | Omitting image width or height causes the page layout to shift as each image loads. | Best practice | |
| <img src='...uba-podolsk/img/icons/logo.svg' alt='logo' class='mw-100'>
| 4677 | |
| <img src='...b3c2017ba3d851ccabecff18eb.jpg' alt='Фитнес-клуб Zaruba' class='gallery__img w-100'>
| 1151 | |
| <img src='...27e74e0b64247015d12f5c370e.jpg' alt='Фитнес-клуб Zaruba' class='gallery__img w-100'>
| 1175 | |
| <img src='...8a8dee1848e2258c9b831e1379.jpg' alt='Фитнес-клуб Zaruba' class='gallery__img w-100'>
| 1199 | |
| <img src='...de15f64330e1ee709505e6ea7b.jpg' alt='Фитнес-клуб Zaruba' class='gallery__img w-100'>
| 1223 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG AAA F22 | |
| <a href='/oferta_pd.pdf' target='_blank' class='d-block fs-14 fw-500'>...</a>
| 4724 | |
| <a href='/rules_pd.pdf' target='_blank' class='d-block fs-14 fw-500'>...</a>
| 4729 | |
| <a href='/politica_pd.pdf' target='_blank' class='d-block fs-14 fw-500'>...</a>
| 4734 | |
| <a href='https://target-kc.ru' target='_blank' class='d-block fs-12 fw-500'>Разработка сайта:</a>
| 4762 | |
| <a href='...//vk.com/zarubafitness_podolsk' target='_blank' class='fs-12 fw-500 lh-12 ...'>Вконтакте</a>
| 4701 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 27 | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 30 | |
| type='text/javascript'<script type='text/javascript' src='...e/core.min.js?1698307572221146'>...</script>
| 34 | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 42 | |
| type='text/javascript'<script type='text/javascript' src='...el_main_v1.js?1780493547154480'>...</script>
| 47 | |
| Warning | section element lacks heading. | HTML | |
| <section class='tickers1 position-...'><div class='tickers1__box'>...</div></section>
| 1056 | |
| <section class='gallery bg-white py-...' id='gallery'>...</section>
| 1116 | |
| <section class='tickers4 position-...'><div class='tickers4__box'>...</div></section>
| 1838 | |
| <section class='orientations ...' id='orientations'>...</section>
| 1852 | |
| <section class='tickers2 position-...'><div class='tickers2__box'>...</div></section>
| 1975 | |