[Skip navigation links]

15% of pages15%of pages

Accessibility

6 pages with accessibility issues

worse than averageChecking 41 pages found 15% (6 pages) with accessibility issues. Level A accessibility errors were found on 5 pages (13% of pages checked).This is worse 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 A13% Pages with level A issues have critical accessibility barriers and are unusable by some people.

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

Level AAA15% 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 A13% Pages with level A issues have critical accessibility barriers and are unusable by some people.

Level AA13% 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.

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

3 issues on 5 pages

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

CriticalDon't use CSS animations that run for more than 5 seconds without giving the user a way to turn them off. WCAG A 2.2.2 508 A 2.2.2 5 pages
Reduce the duration of the animation to less than 5 seconds (works on all devices) or use the @media (prefers-reduced-motion) media query to turn them off (works in Chrome, Firefox and Safari).
animation-duration: 2147483647ms
<a id='simple-chat-button--...' href='https://t.me/+8kFkjwBUmSRiOTA6' target='_blank' rel='nofollow' aria-label='Chat Button'></a>
Line 1855

https://karta-abhazii.ru/

animation-duration: 2147483647ms
<a id='simple-chat-button--...' href='https://t.me/+8kFkjwBUmSRiOTA6' target='_blank' rel='nofollow' aria-label='Chat Button'></a>
Line 1592

https://karta-abhazii.ru/web-kamery

animation-duration: 2147483647ms
<a id='simple-chat-button--...' href='https://t.me/+8kFkjwBUmSRiOTA6' target='_blank' rel='nofollow' aria-label='Chat Button'></a>
Line 1561

https://karta-abhazii.ru/web-kamery/gagra-online

animation-duration: 2147483647ms
<a id='simple-chat-button--...' href='https://t.me/+8kFkjwBUmSRiOTA6' target='_blank' rel='nofollow' aria-label='Chat Button'></a>
Line 1180

https://karta-abhazii.ru/web-kamery/gal-online

This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
Criticalimg elements must have an accessible name. WCAG A F65 WCAG 1.1.1 508 A F65 1 pages
Add an alt attribute describing the image, which screen readers voice instead of the image. Spacer images and purely decorative images should use alt="" without any global ARIA attributes. Do not use alt text containing only spaces since that's voiced as an unlabeled image.

Impact on users:

  • NVDA 2025.3 Chrome 143 Windows 11 Reading: Image ignored.
  • NVDA 2025.3 FF 140 Windows 11 Reading: Image ignored.
  • NVDA 2025.3 Chrome 143 Windows 11 Reading: Image ignored.
  • JAWS 2025.2508.120 Chrome 143 Windows 11 Reading: Image ignored.
  • JAWS 2025.2508.120 FF 140 Windows 11 Reading: Image ignored.
  • JAWS 2025.2508.120 Chrome 143 Windows 11 Reading: Image ignored.
  • VoiceOver macOS 15.7 Safari 26.0 macOS 15.7.1 Reading: Image filename read out.
  • VoiceOver iOS 18.6 Safari iOS 18.6 iOS 18.6.2 Touch: Image filename read out, along with OCR text from image.
<img src='https://karta-abhazii.ru/wp-content/uploads/2023/10/Озера-и-реки.png'>
Line 559
<img src='https://karta-abhazii.ru/wp-content/uploads/2023/09/bigcity.png'>
Line 559
<img src='https://karta-abhazii.ru/wp-content/uploads/2023/10/waterfall-2.png'>
Line 559
<img src='https://karta-abhazii.ru/wp-content/uploads/2023/10/plyazhi.png'>
Line 559
<img src='https://karta-abhazii.ru/wp-content/uploads/2023/10/gory.png'>
Line 559

https://karta-abhazii.ru/

CriticalLinks must have an accessible name. WCAG A F89 WCAG 2.4.4 WCAG 2.4.9 WCAG 4.1.2 508 A F89 1 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://karta-abhazii.ru/lebedinoe-ozero-novyy-afon.html'>...</a>
Line 849
<a href='https://karta-abhazii.ru/ozero-skurcha.html'>...</a>
Line 909
<a href='https://karta-abhazii.ru/galskoe-vodohranilische.html'>...</a>
Line 929
<a href='https://karta-abhazii.ru/reka-gega.html'>...</a>
Line 989
<a href='https://karta-abhazii.ru/novoafonskiy-vodopad.html'>...</a>
Line 1239

https://karta-abhazii.ru/

Level AA

1 issues on 5 pages

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

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 5 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)
outline-color: matches background
<a id='simple-chat-button--...' href='https://t.me/+8kFkjwBUmSRiOTA6' target='_blank' rel='nofollow' aria-label='Chat Button'></a>
Line 1855
outline-color: matches background
<a href='...://karta-abhazii.ru/web-kamery'>Веб-...</a>
Line 572
outline-color: matches background
<a href='.../karta-abhazii.ru/ozera-i-reki'>Озера и реки</a>
Line 822
outline-color: matches background
<a href='...ps://karta-abhazii.ru/vodopady'>Водопады</a>
Line 1072
outline-color: matches background
<a href='...tps://karta-abhazii.ru/plyazhi'>Пляжи</a>
Line 1322

https://karta-abhazii.ru/

border-width: 1px obscures outline-width: 1px
<a href='...zii.ru/web-kamery/gagra-online'>Веб-... Гагры</a>
Line 729
border-width: 1px obscures outline-width: 1px
<a href='...hazii.ru/web-kamery/gal-online'>Веб-камеры Гала</a>
Line 733
border-width: 1px obscures outline-width: 1px
<a href='...i.ru/web-kamery/gudauta-online'>Веб-...</a>
Line 737
border-width: 1px obscures outline-width: 1px
<a href='...u/web-kamery/novyy-afon-online'>Веб-... Афона</a>
Line 741
border-width: 1px obscures outline-width: 1px
<a href='...u/web-kamery/ochamchira-online'>Веб-...</a>
Line 745

https://karta-abhazii.ru/web-kamery

outline-color: matches background
<a id='simple-chat-button--...' href='https://t.me/+8kFkjwBUmSRiOTA6' target='_blank' rel='nofollow' aria-label='Chat Button'></a>
Line 1561

https://karta-abhazii.ru/web-kamery/gagra-online

outline-color: matches background
<a id='simple-chat-button--...' href='https://t.me/+8kFkjwBUmSRiOTA6' target='_blank' rel='nofollow' aria-label='Chat Button'></a>
Line 1180

https://karta-abhazii.ru/web-kamery/gal-online

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

Level AAA

2 issues on 6 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 5 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 id='simple-chat-button--...' href='https://t.me/+8kFkjwBUmSRiOTA6' target='_blank' rel='nofollow' aria-label='Chat Button'></a>
Line 1855
<a class='ymaps-2-1-79-...' target='_blank' href='...ru/maps/mapsapi/?from=api-maps'>Создать свою карту</a>
Line 562

https://karta-abhazii.ru/

<a id='simple-chat-button--...' href='https://t.me/+8kFkjwBUmSRiOTA6' target='_blank' rel='nofollow' aria-label='Chat Button'></a>
Line 1592

https://karta-abhazii.ru/web-kamery

<a id='simple-chat-button--...' href='https://t.me/+8kFkjwBUmSRiOTA6' target='_blank' rel='nofollow' aria-label='Chat Button'></a>
Line 1561

https://karta-abhazii.ru/web-kamery/gagra-online

<a id='simple-chat-button--...' href='https://t.me/+8kFkjwBUmSRiOTA6' target='_blank' rel='nofollow' aria-label='Chat Button'></a>
Line 1180

https://karta-abhazii.ru/web-kamery/gal-online

This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG AAA 1.4.6 5 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 4.5 or more for 18 point text, or larger
  • The contrast ratio should be 4.5 or more for 14 point bold text, or larger
  • The contrast ratio should be 7.0 or more for all other text
The text color to background color contrast ratio after composition is:
6.23 with color: rgb(77,59,254)background: rgb(255,255,255)
font-size: 7.20ptfont-weight: 700
<span itemprop='name'>Главная</span>
Line 713

https://karta-abhazii.ru/web-kamery

The text color to background color contrast ratio after composition is:
6.23 with color: rgb(77,59,254)background: rgb(255,255,255)
font-size: 7.20ptfont-weight: 700
<span itemprop='name'>Главная</span>
Line 713
6.23 with color: rgb(77,59,254)background: rgb(255,255,255)
font-size: 7.20ptfont-weight: 700
<span itemprop='name'>Веб-камеры Абхазии</span>
Line 722

https://karta-abhazii.ru/web-kamery/gagra-online

The text color to background color contrast ratio after composition is:
6.23 with color: rgb(77,59,254)background: rgb(255,255,255)
font-size: 7.20ptfont-weight: 700
<span itemprop='name'>Главная</span>
Line 713
6.23 with color: rgb(77,59,254)background: rgb(255,255,255)
font-size: 7.20ptfont-weight: 700
<span itemprop='name'>Веб-камеры Абхазии</span>
Line 722

https://karta-abhazii.ru/web-kamery/gal-online

The text color to background color contrast ratio after composition is:
6.23 with color: rgb(255,255,255)background:
font-size: 12ptfont-weight: 400
Line 483

https://karta-abhazii.ru/wp-content/themes/reboot/assets/css/style.min.css?ver=51a3950c5050

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