[Skip navigation links]

3% of pages3%of pages

Accessibility

1 page with accessibility issues

better than averageChecking 41 pages found 3% (1 page) with accessibility issues. This is better than the 12% average rate of accessibility issues on other sites.

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.

WCAG 2.2

WCAG 2.2 is a W3C accessibility standard published in October 2023. It extends WCAG 2.1 by adding success criteria for accessible authentication and focus appearance. It also removes success criteria 4.1.1 Parsing.

Level A3% Pages with level A issues have critical accessibility barriers and are unusable by some people.

Level AA0% Pages with level AA issues have major accessibility barriers and are very difficult to use.

Level AAA3% Pages with level AAA issues have minor accessibility barriers and can be difficult to use.

Section 508

Section 508 of the Rehabilitation Act of 1973 requires that US Federal employees with disabilities have access to information comparable to employees without disabilities. The Section 508 technical requirements for websites were updated in January 2017, to incorporate WCAG 2.0 at level AA by reference.

Level A3% Pages with level A issues have critical accessibility barriers and are unusable by some people.

Level AA0% Pages with level AA issues have major accessibility barriers and are very difficult to use.

ARIA

WAI-ARIA, the Accessible Rich Internet Applications Suite, defines a way to make web content and web applications more accessible to people with disabilities.

Errors3% Errors indicate conformance errors, and appear when mandatory specification requirements are not met.

Warnings0% Warnings do not indicate conformance errors, but appear when optional specification requirements are not met.

PriorityDescription and URLGuideline and Line NumberCount

Level A

3 issues on 1 pages

Pages with level A issues have critical accessibility barriers and are unusable by some people.

CriticalAn 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 1 pages
Roles that are part of composite structures like tables or tabs must be owned by the correct parent role. For example, role=cell elements must be owned by a role=row element.
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>
Line 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>
Line 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>
Line 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>
Line 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>
Line 1546

https://pd.zaruba-fitness.ru/

CriticalElements 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 1 pages
tabpanel elements must not appear inside the tablist and are usually placed immediately after the tablist
Invalid roles: listitem from element li
<ul class='nav nav-tabs d-flex ...' id='teamsTab' role='tablist'>...</ul>
Line 2302
Invalid roles: listitem from element li
<ul class='row nav nav-tabs row' id='cardTab' role='tablist'>...</ul>
Line 1482

https://pd.zaruba-fitness.ru/

CriticalHeadings should not be empty. ARIA 5.4 1 pages
Add visible text to the heading, or alt text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h1 class='fs-45 fst-italic fw-...'></h1>
Line 856

https://pd.zaruba-fitness.ru/

Level AAA

1 issues on 1 pages

Pages with level AAA issues have minor accessibility barriers and can be difficult to use.

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG AAA F22 WCAG 3.2.5 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 an "opens in a new window" warning into the link text or add the warning to the link using a title attribute or aria-describedby attribute.
<a href='/oferta_pd.pdf' target='_blank' class='d-block fs-14 fw-500'>...</a>
Line 4724
<a href='/rules_pd.pdf' target='_blank' class='d-block fs-14 fw-500'>...</a>
Line 4729
<a href='/politica_pd.pdf' target='_blank' class='d-block fs-14 fw-500'>...</a>
Line 4734
<a href='https://target-kc.ru' target='_blank' class='d-block fs-12 fw-500'>Разработка сайта:</a>
Line 4762
<a href='...//vk.com/zarubafitness_podolsk' target='_blank' class='fs-12 fw-500 lh-12 ...'>Вконтакте</a>
Line 4701

https://pd.zaruba-fitness.ru/

Expand all 4 issues