[Skip navigation links]

18%18% of pages

Accessibility

7 pages with accessibility issues

worse than average of 12%

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

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

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

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

Section 508

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

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

ARIA

Errors0% 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

4 issues on 7 pages

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

CriticalA video plays longer than 5 seconds, without a way to pause it. WCAG A 2.2.2 508 A 2.2.2 5 pages
Remove the autoplay attribute, or add a controls attribute to the video, or use a pause control with an aria-controls attribute referencing the video.
<video src='...q24fbuqrwfrtlv31kuaxslgvqn.mp4' autoplay loop muted></video>
Line 137

https://rhc.ru/

<video src='...q24fbuqrwfrtlv31kuaxslgvqn.mp4' autoplay loop muted></video>
Line 279

https://rhc.ru/cn/

<video src='...q24fbuqrwfrtlv31kuaxslgvqn.mp4' autoplay loop muted></video>
Line 279

https://rhc.ru/en/

<video src='...q24fbuqrwfrtlv31kuaxslgvqn.mp4' autoplay loop muted></video>
Line 279

https://rhc.ru/es/

This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
CriticalLinks must have an accessible name. WCAG A F89 WCAG 2.4.4 WCAG 2.4.9 WCAG 4.1.2 508 A F89 4 pages

A link name allows screen readers to voice what the links does. If there is no link content, or the link content is hidden by CSS, screen readers have nothing to read, so read out the URL instead. To add a name do one of the following:

  • Add text between the a element start and end tags
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
  • Add an img alt attribute labeling the link if it contains an img element
<a href='https://vk.com/russianhelicopters' target='_blank'>...</a>
Line 790
<a href='https://t.me/rhc_aero' target='_blank'>...</a>
Line 799

https://rhc.ru/cn/

<a href='https://vk.com/russianhelicopters' target='_blank'>...</a>
Line 796
<a href='https://t.me/rhc_aero' target='_blank'>...</a>
Line 805

https://rhc.ru/en/

<a href='https://vk.com/russianhelicopters' target='_blank'>...</a>
Line 859
<a href='https://t.me/rhc_aero' target='_blank'>...</a>
Line 868

https://rhc.ru/es/

<a href='https://vk.com/russianhelicopters' target='_blank'>...</a>
Line 789
<a href='https://t.me/rhc_aero' target='_blank'>...</a>
Line 798

https://rhc.ru/pt/

CriticalSome pages have the same title, so the title cannot be used to distinguish pages. WCAG A F25 WCAG 2.4.2 508 A F25 3 pages
Change the title elements so they are unique for each page.
' Вертолеты России - производство гражданских вертолетов' is used on https://rhc.ru/ and
<title>Вертолеты ... вертолетов</title>
Line 11

https://rhc.ru/cn/

' Вертолеты России - производство гражданских вертолетов' is used on https://rhc.ru/ and
<title>Вертолеты ... вертолетов</title>
Line 11

https://rhc.ru/es/

' Вертолеты России - производство гражданских вертолетов' is used on https://rhc.ru/ and
<title>Вертолеты ... вертолетов</title>
Line 11

https://rhc.ru/pt/

CriticalThe visual label must appear in the accessible name of links and controls. WCAG A F96 WCAG 2.5.3 508 A F96 7 pages
People who use speech control rely on being able to select elements using the visual label displayed on screen. If this isn't part of the accessible name, they can't select elements by name.
Label "Выбрать вертолет" not in name "catalog link"
<a href='/catalog/' class='button' aria-label='catalog link'>...</a>
Line 124
Label "+7 (495) 627 55 45" not in name "phone"
<a href='tel:+79456275545' aria-label='phone'>+7 (495) 627 55 45</a>
Line 398
Label "Вертолеты" not in name "menu-link"
<a href='/catalog/' aria-label='menu-link'>Вертолеты</a>
Line 69
Label "Закупки" not in name "menu-link"
<a href='/tenders/' aria-label='menu-link'>Закупки</a>
Line 72
Label "О холдинге" not in name "menu-link"
<a href='/about/' aria-label='menu-link'>О холдинге</a>
Line 75

https://rhc.ru/

Label "民用" not in name "catalog link"
<a href='/cn/catalog/' aria-label='catalog link'>民用</a>
Line 241
Label "选择直升机" not in name "catalog link"
<a href='/cn/catalog/' class='button' aria-label='catalog link'>...</a>
Line 246
Label "直升机" not in name "menu-link"
<a href='/cn/catalog/' aria-label='menu-link'>直升机</a>
Line 140
Label "关于公司" not in name "menu-link"
<a href='/cn/about/' aria-label='menu-link'>关于公司</a>
Line 147

https://rhc.ru/cn/

Label "Civil" not in name "catalog link"
<a href='/en/catalog/' aria-label='catalog link'>Civil</a>
Line 241
Label "Select a helicopter" not in name "catalog link"
<a href='/en/catalog/' class='button' aria-label='catalog link'>...</a>
Line 246
Label "Helicopters" not in name "menu-link"
<a href='/en/catalog/' aria-label='menu-link'>Helicopters</a>
Line 140
Label "About the company" not in name "menu-link"
<a href='/en/about/' aria-label='menu-link'>About the company</a>
Line 147

https://rhc.ru/en/

Label "Civil" not in name "catalog link"
<a href='/es/catalog/' aria-label='catalog link'>Civil</a>
Line 241
Label "Elegir un helicóptero" not in name "catalog link"
<a href='/es/catalog/' class='button' aria-label='catalog link'>...</a>
Line 246
Label "Helicópteros" not in name "menu-link"
<a href='/es/catalog/' aria-label='menu-link'>Helicópteros</a>
Line 140
Label "Sobre el holding" not in name "menu-link"
<a href='/es/about/' aria-label='menu-link'>Sobre el holding</a>
Line 147

https://rhc.ru/es/

This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.

Level AA

2 issues on 7 pages

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

Very ImportantEnsure that text and background colors have enough contrast. WCAG AA 1.4.3 WCAG 1.4.6 508 AA 1.4.3 1 pages

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 3.0 or more for 18 point text, or larger
  • The contrast ratio should be 3.0 or more for 14 point bold text, or larger
  • The contrast ratio should be 4.5 or more for all other text
The text color to background color contrast ratio after composition is:
4.42 with color: rgb(120,120,120)background: rgb(255,255,255)
font-size: 10.50ptfont-weight: 400
<span>Деловая авиация</span>
Line 425
4.42 with color: rgb(120,120,120)background: rgb(255,255,255)
font-size: 10.50ptfont-weight: 400
<span>Поисково-спасательные работы</span>
Line 432
4.42 with color: rgb(120,120,120)background: rgb(255,255,255)
font-size: 10.50ptfont-weight: 400
<span>Санитарная авиация</span>
Line 439
4.42 with color: rgb(120,120,120)background: rgb(255,255,255)
font-size: 10.50ptfont-weight: 400
<span>Многоцелевые</span>
Line 446
4.42 with color: rgb(120,120,120)background: rgb(255,255,255)
font-size: 10.50ptfont-weight: 400
<span>Ведомственная авиация</span>
Line 453

https://rhc.ru/catalog/

Very ImportantThe CSS outline or border style on this element makes it difficult or impossible to see the link focus outline. WCAG AA F78 WCAG 2.4.7 508 AA F78 7 pages
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See :focus-visible for more information.

Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:

  • Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
  • Firefox (obscures the focus indicator on links)
:focus has outline: invert none 0px
<a href='/' class='logo' aria-label='logotype'>...</a>
Line 146
:focus has outline: invert none 0px
<a href='/' class='logo' aria-label='logotype'>...</a>
Line 89
:focus has outline: invert none 0px
<a href='/catalog/' class='button' aria-label='catalog link'><span>...</span></a>
Line 124
:focus has outline: invert none 0px
<a href='....ru/anticorruption/feedback/?m' target='_blank' aria-label='external link'>...</a>
Line 389
:focus has outline: invert none 0px
<a href='...ns.org/licenses/by/4.0/deed.ru' target='_blank' rel='nofollow'>Creative Commons Attribution 4.0 International</a>
Line 394

https://rhc.ru/

:focus has outline: invert none 0px
<a href='/'>Рус</a>
Line 107
:focus has outline: invert none 0px
<a href='/en/'>Eng</a>
Line 112
:focus has outline: invert none 0px
<a href='/es/'>Esp</a>
Line 117
:focus has outline: invert none 0px
<a href='/cn/' class='active'>Cn</a>
Line 122
:focus has outline: invert none 0px
<a href='/pt/'>Pt</a>
Line 127

https://rhc.ru/cn/

:focus has outline: invert none 0px
<a href='/'>Рус</a>
Line 107
:focus has outline: invert none 0px
<a href='/en/' class='active'>Eng</a>
Line 112
:focus has outline: invert none 0px
<a href='/es/'>Esp</a>
Line 117
:focus has outline: invert none 0px
<a href='/cn/'>Cn</a>
Line 122
:focus has outline: invert none 0px
<a href='/pt/'>Pt</a>
Line 127

https://rhc.ru/en/

:focus has outline: invert none 0px
<a href='/'>Рус</a>
Line 107
:focus has outline: invert none 0px
<a href='/en/'>Eng</a>
Line 112
:focus has outline: invert none 0px
<a href='/es/' class='active'>Esp</a>
Line 117
:focus has outline: invert none 0px
<a href='/cn/'>Cn</a>
Line 122
:focus has outline: invert none 0px
<a href='/pt/'>Pt</a>
Line 127

https://rhc.ru/es/

This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.

Level AAA

2 issues on 7 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 7 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='....ru/anticorruption/feedback/?m' target='_blank' aria-label='external link'>...</a>
Line 389
<a href='...ns.org/licenses/by/4.0/deed.ru' target='_blank' rel='nofollow'>Creative Commons Attribution 4.0 International</a>
Line 394
<a href='...ps://vk.com/russianhelicopters' target='_blank' aria-label='social - vk'>...</a>
Line 402
<a href='https://t.me/rhc_aero' target='_blank' aria-label='social - telegram'>...</a>
Line 406
<a href='...ps://vk.com/russianhelicopters' target='_blank' aria-label='social - vk'>...</a>
Line 258

https://rhc.ru/

<a href='...ps://vk.com/russianhelicopters' target='_blank'>...</a>
Line 790
<a href='https://t.me/rhc_aero' target='_blank'>...</a>
Line 799
<a href='...ps://vk.com/russianhelicopters' target='_blank' aria-label='social - vk'>...</a>
Line 540
<a href='https://t.me/rhc_aero' target='_blank' aria-label='social - telegram'>...</a>
Line 549

https://rhc.ru/cn/

<a href='...ps://vk.com/russianhelicopters' target='_blank'>...</a>
Line 796
<a href='https://t.me/rhc_aero' target='_blank'>...</a>
Line 805
<a href='...ps://vk.com/russianhelicopters' target='_blank' aria-label='social - vk'>...</a>
Line 549
<a href='https://t.me/rhc_aero' target='_blank' aria-label='social - telegram'>...</a>
Line 558

https://rhc.ru/en/

<a href='...ps://vk.com/russianhelicopters' target='_blank'>...</a>
Line 859
<a href='https://t.me/rhc_aero' target='_blank'>...</a>
Line 868
<a href='...ps://vk.com/russianhelicopters' target='_blank' aria-label='social - vk'>...</a>
Line 549
<a href='https://t.me/rhc_aero' target='_blank' aria-label='social - telegram'>...</a>
Line 558

https://rhc.ru/es/

This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.
ImportantDon't use CSS animations or transitions in interactions without giving the user a way to turn them off. WCAG 2.3.3 6 pages
Use the @media (prefers-reduced-motion) media query to respect user preferences.
::before:hover transition: bottom auto 0px left auto 0px inset-inline-end auto 0px inset-block-start auto 0px min-height 560px 0px 0.5s
<div class='banner'><div class='banner-info'><h2>...</h2>...</div>...</div>
Line 272

https://rhc.ru/

::before:hover transition: bottom auto 0px left auto 0px inset-inline-end auto 0px inset-block-start auto 0px min-height 560px 0px 0.5s
<div class='banner'><div class='banner-info'><h2>...</h2>...</div>...</div>
Line 571

https://rhc.ru/cn/

::before:hover transition: bottom auto 0px left auto 0px inset-inline-end auto 0px inset-block-start auto 0px min-height 560px 0px 0.5s
<div class='banner'><div class='banner-info'><h2>...s</h2>...</div>...</div>
Line 580

https://rhc.ru/en/

::before:hover transition: bottom auto 0px left auto 0px inset-inline-end auto 0px inset-block-start auto 0px min-height 560px 0px 0.5s
<div class='banner'><div class='banner-info'><h2>...s</h2>...</div>...</div>
Line 580

https://rhc.ru/es/

This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
Expand all 8 issues