[Skip navigation links]

21% of pages21%of pages

Accessibility

9 pages with accessibility issues

worse than average21% of the pages on this site have accessibility issues, which is worse than average. The percentage of pages with accessibility issues averages 12% 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

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

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

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

Section 508

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

Level AA21% 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

6 issues on 9 pages

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

CriticalHTML form control has no accessible name. WCAG A F68 WCAG 4.1.2 508 A F68 5 pages

A label (or name) linked to the control allows screen readers to voice the label correctly when reading the control. To add a label do one of the following:

  • Use a label element with the for attribute set to the ID of the form control
  • Wrap a label element around the form control
  • Add a title attribute
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
Rule: AccHtmlControlLabelMissing
<select type='text' id='form-birthdate' name='birthdate[]'>...</select>
Line 1385
<select type='text' id='form-birthdate' name='birthdate[]'>...</select>
Line 1386
<select type='text' id='form-birthdate' name='birthdate[]'>...</select>
Line 1387

https://www.astrostar.ru/

<select type='text' id='form-birthdate' name='birthdate[]'>...</select>
Line 1411
<select type='text' id='form-birthdate' name='birthdate[]'>...</select>
Line 1412
<select type='text' id='form-birthdate' name='birthdate[]'>...</select>
Line 1413

https://www.astrostar.ru/horoscopes/

<select type='text' id='form-birthdate' name='birthdate[]'>...</select>
Line 1417
<select type='text' id='form-birthdate' name='birthdate[]'>...</select>
Line 1418
<select type='text' id='form-birthdate' name='birthdate[]'>...</select>
Line 1419

https://www.astrostar.ru/horoscopes/main/oven.html

<select type='text' id='form-birthdate' name='birthdate[]'>...</select>
Line 1417
<select type='text' id='form-birthdate' name='birthdate[]'>...</select>
Line 1418
<select type='text' id='form-birthdate' name='birthdate[]'>...</select>
Line 1419

https://www.astrostar.ru/horoscopes/main/telets.html

This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
CriticalIdentify row and column headers in data tables using th elements, and mark layout tables with role=presentation. WCAG A F91 WCAG 1.3.1 508 A F91 1 pages
Data tables allow screen reader users to understand column and row relationships. Layout tables read cells as a series of unrelated paragraphs with no tabular structure.
Without th or role, screen readers apply heuristics to decide whether a table is a layout table or data table. These heuristics vary greatly between screen readers, and are affected by browser being used, window size, and font size (so the outcome is very unpredictable without th or role).
If a data table has headers marked up using td, then change these to th. If a data table has no headers, add th elements describing each row and/or column. If the table is only used for layout add role=presentation to the table element.

Impact on users:

  • JAWS Reading: Treats tables without th and role as layout tables if the table contains cells above or below certain pixel sizes. This measurement is affected by browser window size, browser font size, and the browser used.
  • NVDA Reading: Applies a layout table heuristic to tables without th and role which varies depending on the browser used and on the window size in some circumstances.
  • VoiceOver Reading: Uses a sophisticated heuristic on tables without th and role, which is similar (but not identical) to the heuristic used by NVDA with Firefox.
Rule: AccHtmlTableNoHeaders
<table class='mooncalendar-today-...'>...</table>
Line 1617
<table class='mooncalendar-today-...'>...</table>
Line 1687
<table><tbody><tr>...</tr></tbody></table>
Line 1751
<table><tbody><tr>...</tr></tbody></table>
Line 1765
<table><tbody><tr>...</tr></tbody></table>
Line 1792

https://www.astrostar.ru/calendars/moon.html

CriticalIndicating links using only a text color change does not work for color-blind users. WCAG A F73 WCAG 1.4.1 508 A F73 1 pages
Remove the text-decoration:none property from your link styles, or add other style attributes in addition to color changes to make links visible to people without color vision. If the non-color cue only happens when the mouse hovers over the link or when the link receives focus, it is still a failure. Rule: AccWcag2-F73-1
<a href='mailto:support@astrostar.ru'>support@astrostar.ru</a>
Line 1335

https://www.astrostar.ru/support

CriticalLinks must have an accessible name. WCAG A F89 WCAG 2.4.4 WCAG 2.4.9 WCAG 4.1.2 508 A F89 9 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
Rule: AccHtmlLinkTextBlank
<a href='/calendars/moon.html' class='block-link__button'>...</a>
Line 2116
<a href='/calendars/hairstyle.html' class='block-link__button'>...</a>
Line 2131
<a href='/calendars/pregnancy.html' class='block-link__button'>...</a>
Line 2145
<a href='/calendars/plant.html' class='block-link__button'>...</a>
Line 2159
<a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
Line 2558

https://www.astrostar.ru/

<a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
Line 1432

https://www.astrostar.ru/pages/o-proekte.html

<a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
Line 1445

https://www.astrostar.ru/pages/spisok-dokumentov-dlya-klienta.html

<a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
Line 1456

https://www.astrostar.ru/support

This issue was found on another 5 pages. The trial version is limited to showing issues on 4 pages.
CriticalThe element button must not appear as a descendant of the a element. HTML WCAG A 4.1.2 508 A 4.1.2 5 pages
The name, role, and state of an interactive control is ignored when the control is nested inside another interactive control, meaning the control is voiced incorrectly in a screen reader. Rule: W3cHtml5Assert19button
<button type='button' class='' name='' id='...'>Все ... »</button>
Line 1844
<button type='button' class='' name='' id='...'>... »</button>
Line 2466
<button>Заказать</button>
Line 1334
<button>Получить</button>
Line 1348
<button>Получить</button>
Line 1741

https://www.astrostar.ru/

<button type='button' class='' name='' id='...'>...</button>
Line 1870
<button type='button' class='' name='' id='...'>...</button>
Line 1888
<button>Заказать</button>
Line 1361
<button>Получить</button>
Line 1375

https://www.astrostar.ru/horoscopes/

<button type='button' class='' name='' id='...'>...</button>
Line 1932
<button type='button' class='' name='' id='...'>...</button>
Line 1950
<button>Заказать</button>
Line 1367
<button>Получить</button>
Line 1381

https://www.astrostar.ru/horoscopes/main/oven.html

<button type='button' class='' name='' id='...'>...</button>
Line 1932
<button type='button' class='' name='' id='...'>...</button>
Line 1950
<button>Заказать</button>
Line 1367
<button>Получить</button>
Line 1381

https://www.astrostar.ru/horoscopes/main/telets.html

This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
CriticalThe element button must not appear as a descendant of the a element. HTML WCAG A 4.1.2 508 A 4.1.2 5 pages
The name, role, and state of an interactive control is ignored when the control is nested inside another interactive control, meaning the control is voiced incorrectly in a screen reader. Rule: W3cHtml5AssertNested-a-button
<button type='button' class='' name='' id='...'>Все ... »</button>
Line 1844
<button type='button' class='' name='' id='...'>... »</button>
Line 2466
<button>Заказать</button>
Line 1334
<button>Получить</button>
Line 1348
<button>Получить</button>
Line 1741

https://www.astrostar.ru/

<button type='button' class='' name='' id='...'>...</button>
Line 1870
<button type='button' class='' name='' id='...'>...</button>
Line 1888
<button>Заказать</button>
Line 1361
<button>Получить</button>
Line 1375

https://www.astrostar.ru/horoscopes/

<button type='button' class='' name='' id='...'>...</button>
Line 1932
<button type='button' class='' name='' id='...'>...</button>
Line 1950
<button>Заказать</button>
Line 1367
<button>Получить</button>
Line 1381

https://www.astrostar.ru/horoscopes/main/oven.html

<button type='button' class='' name='' id='...'>...</button>
Line 1932
<button type='button' class='' name='' id='...'>...</button>
Line 1950
<button>Заказать</button>
Line 1367
<button>Получить</button>
Line 1381

https://www.astrostar.ru/horoscopes/main/telets.html

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

Level AA

1 issues on 9 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 9 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
Rule: AccHtmlContrastMinimum
The text color to background color contrast ratio after composition is:
3.20 with color: rgb(142,144,148)background: rgb(255,255,255)
font-size: 9ptfont-weight: 400
<a href='/articles/astrologiya.html'>Астрология</a>
Line 2176
3.20 with color: rgb(142,144,148)background: rgb(255,255,255)
font-size: 9ptfont-weight: 400
<a href='...rologiya/planety-i-zvezdy.html'>... судьбу</a>
Line 2183
3.20 with color: rgb(142,144,148)background: rgb(255,255,255)
font-size: 9ptfont-weight: 400
<a href='/articles/astrologiya.html'>Астрология</a>
Line 2212
3.20 with color: rgb(142,144,148)background: rgb(255,255,255)
font-size: 9ptfont-weight: 400
<a href='...rologiya/planety-i-zvezdy.html'>... судьбу</a>
Line 2219
3.20 with color: rgb(142,144,148)background: rgb(255,255,255)
font-size: 9ptfont-weight: 400
<a href='/articles/astrologiya.html'>Астрология</a>
Line 2248

https://www.astrostar.ru/

The text color to background color contrast ratio after composition is:
3.92 with color: rgb(255,255,255)background: rgba(255,255,255,20.0%)
font-size: 11.25ptfont-weight: 400
<button type='button' class='js-order-status' data-bs-toggle='modal' data-bs-target='#orderStatusModal'>Узнать статус заказа</button>
Line 538

https://www.astrostar.ru/pages/o-proekte.html

The text color to background color contrast ratio after composition is:
3.92 with color: rgb(255,255,255)background: rgba(255,255,255,20.0%)
font-size: 11.25ptfont-weight: 400
<button type='button' class='js-order-status' data-bs-toggle='modal' data-bs-target='#orderStatusModal'>Узнать статус заказа</button>
Line 538

https://www.astrostar.ru/pages/spisok-dokumentov-dlya-klienta.html

The text color to background color contrast ratio after composition is:
3.92 with color: rgb(255,255,255)background: rgba(255,255,255,20.0%)
font-size: 11.25ptfont-weight: 400
<button type='button' class='js-order-status' data-bs-toggle='modal' data-bs-target='#orderStatusModal'>Узнать статус заказа</button>
Line 538

https://www.astrostar.ru/support

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

Level AAA

3 issues on 9 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 9 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. Rule: AccHtmlLinkTargetNew
<a class='max-horoscope-banner' href='...ttps://max.ru/id7715852824_biz' target='_blank' rel='nofollow noopener ...'>...</a>
Line 1687
<a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
Line 2558
<a href='/pages/oferta.html' target='_blank'>...</a>
Line 1397
<a href='/pages/agreement.html' target='_blank'>...</a>
Line 1397

https://www.astrostar.ru/

<a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
Line 1432

https://www.astrostar.ru/pages/o-proekte.html

<a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
Line 1445

https://www.astrostar.ru/pages/spisok-dokumentov-dlya-klienta.html

<a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
Line 1456

https://www.astrostar.ru/support

This issue was found on another 5 pages. The trial version is limited to showing issues on 4 pages.
ImportantClickable targets must be at least 44 by 44 CSS pixels. WCAG 2.5.5 5 pages
Rule: AccHtmlTargetSizeEnhanced
1110 x 2 pixels
<a class='max-horoscope-banner' href='...ttps://max.ru/id7715852824_biz' target='_blank' rel='nofollow noopener ...'>...</a>
Line 1687

https://www.astrostar.ru/

1110 x 2 pixels
<a class='max-horoscope-banner' href='...ttps://max.ru/id7715852824_biz' target='_blank' rel='nofollow noopener ...'>...</a>
Line 1713

https://www.astrostar.ru/horoscopes/

1110 x 2 pixels
<a class='max-horoscope-banner' href='...ttps://max.ru/id7715852824_biz' target='_blank' rel='nofollow noopener ...'>...</a>
Line 1719

https://www.astrostar.ru/horoscopes/main/oven.html

1110 x 2 pixels
<a class='max-horoscope-banner' href='...ttps://max.ru/id7715852824_biz' target='_blank' rel='nofollow noopener ...'>...</a>
Line 1719

https://www.astrostar.ru/horoscopes/main/telets.html

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 9 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
Rule: AccHtmlContrastEnhanced
The text color to background color contrast ratio after composition is:
5.42 with color: rgb(255,255,255)background: rgb(105,68,255)
font-size: 11.25ptfont-weight: 400
<button type='button' class='full' name='' id='...' data-subscribe='1'>Подписаться</button>
Line 1402
5.42 with color: rgb(255,255,255)background: rgb(105,68,255)
font-size: 12ptfont-weight: 400
<button type='button' class='' name='' id='...'>Все ... »</button>
Line 1844
5.42 with color: rgb(255,255,255)background: rgb(105,68,255)
font-size: 12ptfont-weight: 400
<button type='button' class='' name='' id='...'>... »</button>
Line 2466
5.94 with color: rgb(255,255,255)background: url(https://www.astrostar.ru/img/parts/header/header.jpeg)
font-size: 9.75ptfont-weight: 400
<span class='header__logo__slogan'>Одни из ...</span>
Line 514
5.94 with color: rgb(255,255,255)background: url(https://www.astrostar.ru/img/parts/header/header.jpeg)
font-size: 9.75ptfont-weight: 400
<a href='/calendars/moon.html' class='header__moon'>...</a>
Line 520

https://www.astrostar.ru/

The text color to background color contrast ratio after composition is:
5.94 with color: rgb(255,255,255)background: url(https://www.astrostar.ru/img/parts/header/header.jpeg)
font-size: 9.75ptfont-weight: 400
<span class='header__logo__slogan'>Одни из ...</span>
Line 524
5.94 with color: rgb(255,255,255)background: url(https://www.astrostar.ru/img/parts/header/header.jpeg)
font-size: 9.75ptfont-weight: 400
<a href='/calendars/moon.html' class='header__moon'>...</a>
Line 530
5.48 with color: rgb(142,144,148)background: url(https://www.astrostar.ru/img/parts/footer/bg.jpg)
font-size: 9.75ptfont-weight: 400
<li class='footer__menu__header'>Разделы</li>
Line 1379
5.48 with color: rgb(142,144,148)background: url(https://www.astrostar.ru/img/parts/footer/bg.jpg)
font-size: 9.75ptfont-weight: 400
<li class='footer__menu__header'>Услуги</li>
Line 1397
5.48 with color: rgb(142,144,148)background: url(https://www.astrostar.ru/img/parts/footer/bg.jpg)
font-size: 9.75ptfont-weight: 400
<li class='footer__menu__header'>Информация</li>
Line 1415

https://www.astrostar.ru/pages/o-proekte.html

The text color to background color contrast ratio after composition is:
5.94 with color: rgb(255,255,255)background: url(https://www.astrostar.ru/img/parts/header/header.jpeg)
font-size: 9.75ptfont-weight: 400
<span class='header__logo__slogan'>Одни из ...</span>
Line 524
5.94 with color: rgb(255,255,255)background: url(https://www.astrostar.ru/img/parts/header/header.jpeg)
font-size: 9.75ptfont-weight: 400
<a href='/calendars/moon.html' class='header__moon'>...</a>
Line 530
5.48 with color: rgb(142,144,148)background: url(https://www.astrostar.ru/img/parts/footer/bg.jpg)
font-size: 9.75ptfont-weight: 400
<li class='footer__menu__header'>Разделы</li>
Line 1392
5.48 with color: rgb(142,144,148)background: url(https://www.astrostar.ru/img/parts/footer/bg.jpg)
font-size: 9.75ptfont-weight: 400
<li class='footer__menu__header'>Услуги</li>
Line 1410
5.48 with color: rgb(142,144,148)background: url(https://www.astrostar.ru/img/parts/footer/bg.jpg)
font-size: 9.75ptfont-weight: 400
<li class='footer__menu__header'>Информация</li>
Line 1428

https://www.astrostar.ru/pages/spisok-dokumentov-dlya-klienta.html

The text color to background color contrast ratio after composition is:
5.42 with color: rgb(255,255,255)background: rgb(105,68,255)
font-size: 11.25ptfont-weight: 400
<button type='submit' class='' name='' id='...'>... »</button>
Line 1364
5.94 with color: rgb(255,255,255)background: url(https://www.astrostar.ru/img/parts/header/header.jpeg)
font-size: 9.75ptfont-weight: 400
<span class='header__logo__slogan'>Одни из ...</span>
Line 524
5.94 with color: rgb(255,255,255)background: url(https://www.astrostar.ru/img/parts/header/header.jpeg)
font-size: 9.75ptfont-weight: 400
<a href='/calendars/moon.html' class='header__moon'>...</a>
Line 530
5.48 with color: rgb(142,144,148)background: url(https://www.astrostar.ru/img/parts/footer/bg.jpg)
font-size: 9.75ptfont-weight: 400
<li class='footer__menu__header'>Разделы</li>
Line 1403
5.48 with color: rgb(142,144,148)background: url(https://www.astrostar.ru/img/parts/footer/bg.jpg)
font-size: 9.75ptfont-weight: 400
<li class='footer__menu__header'>Услуги</li>
Line 1421

https://www.astrostar.ru/support

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