| Critical | HTML form control has no accessible name. | WCAG A F68 508 A F68 | |
| <select type='text' id='form-birthdate' name='birthdate[]'>...</select>
| 1385 | |
| <select type='text' id='form-birthdate' name='birthdate[]'>...</select>
| 1386 | |
| <select type='text' id='form-birthdate' name='birthdate[]'>...</select>
| 1387 | |
| Critical | Links must have an accessible name. | WCAG A F89 508 A F89 | |
| <a href='/calendars/moon.html' class='block-link__button'>...</a>
| 2116 | |
| <a href='/calendars/hairstyle.html' class='block-link__button'>...</a>
| 2131 | |
| <a href='/calendars/pregnancy.html' class='block-link__button'>...</a>
| 2145 | |
| <a href='/calendars/plant.html' class='block-link__button'>...</a>
| 2159 | |
| <a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
| 2558 | |
| Critical | The element button must not
appear as a descendant of the a element. | HTML WCAG A 4.1.2 508 A 4.1.2 | |
| <button type='button' class='' name='' id='...'>Все ... »</button>
| 1844 | |
| <button type='button' class='' name='' id='...'>... »</button>
| 2466 | |
| <button>Заказать</button>
| 1334 | |
| <button>Получить</button>
| 1348 | |
| <button>Получить</button>
| 1741 | |
| Critical | The element button must not appear as a descendant of the a element. | HTML WCAG A 4.1.2 508 A 4.1.2 | |
| <button type='button' class='' name='' id='...'>Все ... »</button>
| 1844 | |
| <button type='button' class='' name='' id='...'>... »</button>
| 2466 | |
| <button>Заказать</button>
| 1334 | |
| <button>Получить</button>
| 1348 | |
| <button>Получить</button>
| 1741 | |
| Critical | Attribute type not allowed on element. | HTML | |
| <select type='text'></select>
| 2029 | |
| <select type='text'></select>
| 2032 | |
| <select type='text'></select>
| 2035 | |
| Critical | Element img is missing one or more required attributes. | HTML | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/moon-phases/...' alt='10 лунные сутки'>
| 289 | |
| srcsrcset required for element img<img data-visible='0' alt='Анастасия Якуба' class='lazyload' data-src='https://t.astrostar....'>
| 2819 | |
| srcsrcset required for element img<img data-visible='0' alt='Эльмира Вильнер' class='lazyload' data-src='https://t.astrostar....'>
| 2857 | |
| srcsrcset required for element img<img data-visible='0' alt='Настя Вебер' class='lazyload' data-src='https://t.astrostar....'>
| 2895 | |
| srcsrcset required for element img<img data-visible='0' alt='Влада Амелина' class='lazyload' data-src='https://t.astrostar....'>
| 2933 | |
| Critical | Element stop is missing one or more required attributes. | HTML | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2103 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2148 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2193 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2238 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2283 | |
| Critical | Bad value for attribute d. | HTML | |
| Unexpected character in SVG path. | | |
| <path fill-rule='evenodd' clip-rule='evenodd' d='M17.246 3.61491e-07V0.00829731C17.2381 0.00829731 14.7461 3.16503e-07 14.0816 2.49738C13.4724 4.78734 11.7557 11.1096 11.7083 11.2838H11.2336C11.2336 11.2838 9.47738 4.82052 8.86032 2.48908C8.1958 -0.00829666 5.69592 3.61491e-07 5.69592 3.61491e-07H0V19H5.69592V7.71616H5.93325H6.17058L9.4932 19H13.4487L16.7713 7.72445H17.246V19H22.9419V3.61491e-07H17.246Z'></path>
| 4523 | |
| <path d='M10.5837 0.01463L1.35175 5.8135C0.554324 6.31272 0.0713242 7.1768 0.0680827 8.11127L1.2605e-05 17.5104C-0.00322896 18.2753 0.619155 18.8961 1.39065 18.9025L13.5595 18.9633C14.1754 18.9665 14.6778 18.4737 14.6811 17.8656L14.7329 8.01526C14.7362 7.60243 14.399 7.2632 13.9777 7.26001L10.6583 7.244L10.7166 0.0882343C10.7166 0.0178289 10.6388 -0.023773 10.5837 0.01463Z'></path>
| 4613 | |
| <path d='M4.60055 4.08513L3.12675 2.45526C2.14108 3.34487 1.35338 4.43171 0.814729 5.64531C0.27608 6.85891 -0.00149343 8.17216 6.04294e-06 9.49993H2.19442C2.19412 8.47916 2.4082 7.46971 2.82281 6.53694C3.23741 5.60417 3.8433 4.76887 4.60123 4.08513H4.60055Z'></path>
| 4717 | |
| Critical | Bad value for attribute name. | HTML | |
| Must not be empty. | | |
| <button type='button' class='full' name=''></button>
| 2069 | |
| <button type='button' class='' name=''></button>
| 2972 | |
| <button type='button' class='' name=''></button>
| 4278 | |
| <button type='submit' class='' name=''></button>
| 5161 | |
| Critical | Duplicate id - the same ID is used on more than one element. | HTML | |
| id=clip0_227_727 | 367 | |
| id=clip0_227_727 | 893 | |
| id=clip0_227_717 | 397 | |
| id=clip0_227_717 | 923 | |
| id=clip0_227_716 | 427 | |
| Critical | Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>. | HTML | |
| | 2 | |
| Critical | A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload. | HTML | |
| <link href='...er/iconfont.css?v6a145b0d3800c' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 413 | |
| Very Important | Ensure that text and background colors have enough contrast. | WCAG AA 1.4.3 508 AA 1.4.3 | |
| 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>
| 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>
| 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>
| 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>
| 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>
| 2248 | |
| Very Important | This page has no DOCTYPE which triggers quirks mode. Quirks mode forces modern browsers to emulate Netscape Navigator 4 and Internet Explorer 5, changing the way CSS selectors match and how CSS layout works. | Edge Firefox Safari Opera Chrome Android iOS | |
| <html lang='ru'><head><title>...</title>...</head><body class=''>...</body></html>
| 2 | |
| Very Important | Omitting image width or height causes the page layout to shift as each image loads. | Best practice | |
| <img class='lazyloaded' data-src='/img/moon-phases/...' alt='10 лунные сутки' src='/img/moon-phases/phase-10.png'>
| 522 | |
| <img src='/img/parts/header/logo.svg' alt='Astrostar'>
| 513 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG AAA 1.4.6 | |
| 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>
| 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>
| 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>
| 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>
| 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>
| 520 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG AAA F22 | |
| <a class='max-horoscope-banner' href='...ttps://max.ru/id7715852824_biz' target='_blank' rel='nofollow noopener ...'>...</a>
| 1687 | |
| <a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
| 2558 | |
| <a href='/pages/oferta.html' target='_blank'>...</a>
| 1397 | |
| <a href='/pages/agreement.html' target='_blank'>...</a>
| 1397 | |
| Important | Clickable targets must be at least 44 by 44 CSS pixels. | WCAG 2.5.5 | |
| 1110 x 2 pixels
<a class='max-horoscope-banner' href='...ttps://max.ru/id7715852824_biz' target='_blank' rel='nofollow noopener ...'>...</a>
| 1687 | |
| Important | Search engines may penalize invisible text where text color is nearly identical to the background color. | Google Bing DuckDuckGo | |
| The colors used are: | | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<div class='block-link__header'>Лунный календарь</div>
| 2112 | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<div class='block-link__header'>Календарь стрижек</div>
| 2127 | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<div class='block-link__header'>Календарь зачатия</div>
| 2141 | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<div class='block-link__header'>Календарь садовода</div>
| 2155 | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<div class='...'>Открой свой космический путь</div>
| 1733 | |
| Important | Use at least a 12-point font on all web pages. | Best practice | |
| font-size: 9.75pt<p>Хороший и удачный .... Также касается ...</p>
| 2114 | |
| font-size: 9.75pt<p>Стрижка сегодня ... здоровье.</p>
| 2129 | |
| font-size: 9.75pt<p>Ребенок будет ... обеспечена...</p>
| 2143 | |
| font-size: 9.75pt<p>Хороший день для .... Посев и пере...</p>
| 2157 | |
| font-size: 9.75pt<span class='article-...'>Что ... аспект.</span>
| 2201 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript' src='...ry-3.3.1.min.js?v6a145b0d3800c'>...</script>
| 2889 | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 417 | |
| Warning | section element lacks heading. | HTML | |
| <section class='service__grid'><div class='container'>...</div></section>
| 1727 | |
| <section id='banner'><div class='container'><div class='row'>...</div></div></section>
| 2829 | |
| Critical | Links must have an accessible name. | WCAG A F89 508 A F89 | |
| <a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
| 1432 | |
| Critical | Element img is missing one or more required attributes. | HTML | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/moon-phases/...' alt='10 лунные сутки'>
| 317 | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/partner/mail....' alt='mail'>
| 1977 | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/partner/...' alt='rambler'>
| 1979 | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/partner/wmj.png' alt='wmj'>
| 1981 | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/partner/marie....' alt='marie'>
| 1983 | |
| Critical | Bad value for attribute d. | HTML | |
| Unexpected character in SVG path. | | |
| <path fill-rule='evenodd' clip-rule='evenodd' d='M17.246 3.61491e-07V0.00829731C17.2381 0.00829731 14.7461 3.16503e-07 14.0816 2.49738C13.4724 4.78734 11.7557 11.1096 11.7083 11.2838H11.2336C11.2336 11.2838 9.47738 4.82052 8.86032 2.48908C8.1958 -0.00829666 5.69592 3.61491e-07 5.69592 3.61491e-07H0V19H5.69592V7.71616H5.93325H6.17058L9.4932 19H13.4487L16.7713 7.72445H17.246V19H22.9419V3.61491e-07H17.246Z'></path>
| 2201 | |
| <path d='M10.5837 0.01463L1.35175 5.8135C0.554324 6.31272 0.0713242 7.1768 0.0680827 8.11127L1.2605e-05 17.5104C-0.00322896 18.2753 0.619155 18.8961 1.39065 18.9025L13.5595 18.9633C14.1754 18.9665 14.6778 18.4737 14.6811 17.8656L14.7329 8.01526C14.7362 7.60243 14.399 7.2632 13.9777 7.26001L10.6583 7.244L10.7166 0.0882343C10.7166 0.0178289 10.6388 -0.023773 10.5837 0.01463Z'></path>
| 2291 | |
| <path d='M4.60055 4.08513L3.12675 2.45526C2.14108 3.34487 1.35338 4.43171 0.814729 5.64531C0.27608 6.85891 -0.00149343 8.17216 6.04294e-06 9.49993H2.19442C2.19412 8.47916 2.4082 7.46971 2.82281 6.53694C3.23741 5.60417 3.8433 4.76887 4.60123 4.08513H4.60055Z'></path>
| 2395 | |
| Critical | Bad value for attribute name. | HTML | |
| Must not be empty. | | |
| <button type='submit' class='' name=''></button>
| 2839 | |
| Critical | Duplicate id - the same ID is used on more than one element. | HTML | |
| id=clip0_227_727 | 395 | |
| id=clip0_227_727 | 921 | |
| id=clip0_227_717 | 425 | |
| id=clip0_227_717 | 951 | |
| id=clip0_227_716 | 455 | |
| Critical | Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>. | HTML | |
| | 2 | |
| Critical | A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload. | HTML | |
| <link href='...om/releases/v5.2.0/css/all.css' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 413 | |
| <link href='...oast/toastr.css?v6a145b0d3800c' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 416 | |
| <link href='.../toastr.min.css?v6a145b0d3800c' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 418 | |
| <link href='...er/iconfont.css?v6a145b0d3800c' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 420 | |
| Very Important | Ensure that text and background colors have enough contrast. | WCAG AA 1.4.3 508 AA 1.4.3 | |
| 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>
| 538 | |
| Very Important | This page has no DOCTYPE which triggers quirks mode. Quirks mode forces modern browsers to emulate Netscape Navigator 4 and Internet Explorer 5, changing the way CSS selectors match and how CSS layout works. | Edge Firefox Safari Opera Chrome Android iOS | |
| <html lang='ru'><head><title>О ....ru</title>...</head>...</html>
| 2 | |
| Very Important | Omitting image width or height causes the page layout to shift as each image loads. | Best practice | |
| <img class='ls-is-cached ...' data-src='/img/moon-phases/...' alt='10 лунные сутки' src='/img/moon-phases/phase-10.png'>
| 532 | |
| <img src='/img/parts/header/logo.svg' alt='Astrostar'>
| 523 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG AAA 1.4.6 | |
| 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>
| 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>
| 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>
| 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>
| 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>
| 1415 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG AAA F22 | |
| <a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
| 1432 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript' src='...ry-3.3.1.min.js?v6a145b0d3800c'>...</script>
| 1763 | |
| type='text/javascript'<script type='text/javascript' src='...s/popper.min.js?v6a145b0d3800c'>...</script>
| 1764 | |
| type='text/javascript'<script type='text/javascript' src='...ootstrap.min.js?v6a145b0d3800c'>...</script>
| 1765 | |
| type='text/javascript'<script type='text/javascript' src='...kedinput.min.js?v6a145b0d3800c'>...</script>
| 1766 | |
| type='text/javascript'<script type='text/javascript' src='...t/toastr.min.js?v6a145b0d3800c'>...</script>
| 1767 | |
| Warning | section element lacks heading. | HTML | |
| <section id='banner'><div class='container'><div class='row'>...</div></div></section>
| 1703 | |
| Critical | Links must have an accessible name. | WCAG A F89 508 A F89 | |
| <a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
| 1445 | |
| Critical | Element img is missing one or more required attributes. | HTML | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/moon-phases/...' alt='10 лунные сутки'>
| 317 | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/partner/mail....' alt='mail'>
| 2018 | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/partner/...' alt='rambler'>
| 2020 | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/partner/wmj.png' alt='wmj'>
| 2022 | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/partner/marie....' alt='marie'>
| 2024 | |
| Critical | Bad value for attribute d. | HTML | |
| Unexpected character in SVG path. | | |
| <path fill-rule='evenodd' clip-rule='evenodd' d='M17.246 3.61491e-07V0.00829731C17.2381 0.00829731 14.7461 3.16503e-07 14.0816 2.49738C13.4724 4.78734 11.7557 11.1096 11.7083 11.2838H11.2336C11.2336 11.2838 9.47738 4.82052 8.86032 2.48908C8.1958 -0.00829666 5.69592 3.61491e-07 5.69592 3.61491e-07H0V19H5.69592V7.71616H5.93325H6.17058L9.4932 19H13.4487L16.7713 7.72445H17.246V19H22.9419V3.61491e-07H17.246Z'></path>
| 2242 | |
| <path d='M10.5837 0.01463L1.35175 5.8135C0.554324 6.31272 0.0713242 7.1768 0.0680827 8.11127L1.2605e-05 17.5104C-0.00322896 18.2753 0.619155 18.8961 1.39065 18.9025L13.5595 18.9633C14.1754 18.9665 14.6778 18.4737 14.6811 17.8656L14.7329 8.01526C14.7362 7.60243 14.399 7.2632 13.9777 7.26001L10.6583 7.244L10.7166 0.0882343C10.7166 0.0178289 10.6388 -0.023773 10.5837 0.01463Z'></path>
| 2332 | |
| <path d='M4.60055 4.08513L3.12675 2.45526C2.14108 3.34487 1.35338 4.43171 0.814729 5.64531C0.27608 6.85891 -0.00149343 8.17216 6.04294e-06 9.49993H2.19442C2.19412 8.47916 2.4082 7.46971 2.82281 6.53694C3.23741 5.60417 3.8433 4.76887 4.60123 4.08513H4.60055Z'></path>
| 2436 | |
| Critical | Bad value for attribute name. | HTML | |
| Must not be empty. | | |
| <button type='submit' class='' name=''></button>
| 2880 | |
| Critical | Duplicate id - the same ID is used on more than one element. | HTML | |
| id=clip0_227_727 | 395 | |
| id=clip0_227_727 | 921 | |
| id=clip0_227_717 | 425 | |
| id=clip0_227_717 | 951 | |
| id=clip0_227_716 | 455 | |
| Critical | Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>. | HTML | |
| | 2 | |
| Critical | A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload. | HTML | |
| <link href='...om/releases/v5.2.0/css/all.css' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 413 | |
| <link href='...oast/toastr.css?v6a145b0d3800c' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 416 | |
| <link href='.../toastr.min.css?v6a145b0d3800c' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 418 | |
| <link href='...er/iconfont.css?v6a145b0d3800c' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 420 | |
| Very Important | Ensure that text and background colors have enough contrast. | WCAG AA 1.4.3 508 AA 1.4.3 | |
| 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>
| 538 | |
| Very Important | This page has no DOCTYPE which triggers quirks mode. Quirks mode forces modern browsers to emulate Netscape Navigator 4 and Internet Explorer 5, changing the way CSS selectors match and how CSS layout works. | Edge Firefox Safari Opera Chrome Android iOS | |
| <html lang='ru'><head><title>....ru</title>...</head><body class=''>...</body></html>
| 2 | |
| Very Important | Omitting image width or height causes the page layout to shift as each image loads. | Best practice | |
| <img class='lazyloaded' data-src='/img/partner/mail....' alt='mail' src='/img/partner/mail.png'>
| 1364 | |
| <img class='lazyloaded' data-src='/img/partner/...' alt='rambler' src='/img/partner/rambler.png'>
| 1365 | |
| <img class='lazyloaded' data-src='/img/partner/wmj.png' alt='wmj' src='/img/partner/wmj.png'>
| 1366 | |
| <img class='lazyloaded' data-src='/img/partner/marie....' alt='marie' src='/img/partner/marie.png'>
| 1367 | |
| <img class='lazyloaded' data-src='/img/partner/bigmir....' alt='bigmir' src='/img/partner/bigmir.png'>
| 1368 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG AAA 1.4.6 | |
| 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>
| 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>
| 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>
| 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>
| 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>
| 1428 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG AAA F22 | |
| <a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
| 1445 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript' src='...ry-3.3.1.min.js?v6a145b0d3800c'>...</script>
| 1776 | |
| type='text/javascript'<script type='text/javascript' src='...s/popper.min.js?v6a145b0d3800c'>...</script>
| 1777 | |
| type='text/javascript'<script type='text/javascript' src='...ootstrap.min.js?v6a145b0d3800c'>...</script>
| 1778 | |
| type='text/javascript'<script type='text/javascript' src='...kedinput.min.js?v6a145b0d3800c'>...</script>
| 1779 | |
| type='text/javascript'<script type='text/javascript' src='...t/toastr.min.js?v6a145b0d3800c'>...</script>
| 1780 | |
| Warning | section element lacks heading. | HTML | |
| <section id='banner'><div class='container'><div class='row'>...</div></div></section>
| 1716 | |
| Critical | Links must have an accessible name. | WCAG A F89 508 A F89 | |
| <a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
| 1456 | |
| Critical | Indicating links using only a text color change does not work for color-blind users. | WCAG A F73 508 A F73 | |
| <a href='mailto:support@astrostar.ru'>support@astrostar.ru</a>
| 1335 | |
| Critical | Element img is missing one or more required attributes. | HTML | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/moon-phases/...' alt='10 лунные сутки'>
| 317 | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/partner/mail....' alt='mail'>
| 2015 | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/partner/...' alt='rambler'>
| 2017 | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/partner/wmj.png' alt='wmj'>
| 2019 | |
| srcsrcset required for element img<img class='lazyload' data-src='/img/partner/marie....' alt='marie'>
| 2021 | |
| Critical | Bad value for attribute d. | HTML | |
| Unexpected character in SVG path. | | |
| <path fill-rule='evenodd' clip-rule='evenodd' d='M17.246 3.61491e-07V0.00829731C17.2381 0.00829731 14.7461 3.16503e-07 14.0816 2.49738C13.4724 4.78734 11.7557 11.1096 11.7083 11.2838H11.2336C11.2336 11.2838 9.47738 4.82052 8.86032 2.48908C8.1958 -0.00829666 5.69592 3.61491e-07 5.69592 3.61491e-07H0V19H5.69592V7.71616H5.93325H6.17058L9.4932 19H13.4487L16.7713 7.72445H17.246V19H22.9419V3.61491e-07H17.246Z'></path>
| 2239 | |
| <path d='M10.5837 0.01463L1.35175 5.8135C0.554324 6.31272 0.0713242 7.1768 0.0680827 8.11127L1.2605e-05 17.5104C-0.00322896 18.2753 0.619155 18.8961 1.39065 18.9025L13.5595 18.9633C14.1754 18.9665 14.6778 18.4737 14.6811 17.8656L14.7329 8.01526C14.7362 7.60243 14.399 7.2632 13.9777 7.26001L10.6583 7.244L10.7166 0.0882343C10.7166 0.0178289 10.6388 -0.023773 10.5837 0.01463Z'></path>
| 2329 | |
| <path d='M4.60055 4.08513L3.12675 2.45526C2.14108 3.34487 1.35338 4.43171 0.814729 5.64531C0.27608 6.85891 -0.00149343 8.17216 6.04294e-06 9.49993H2.19442C2.19412 8.47916 2.4082 7.46971 2.82281 6.53694C3.23741 5.60417 3.8433 4.76887 4.60123 4.08513H4.60055Z'></path>
| 2433 | |
| Critical | Bad value for attribute name. | HTML | |
| Must not be empty. | | |
| <button type='submit' class='' name=''></button>
| 1992 | |
| <button type='submit' class='' name=''></button>
| 2877 | |
| Critical | Duplicate id - the same ID is used on more than one element. | HTML | |
| id=clip0_227_727 | 395 | |
| id=clip0_227_727 | 921 | |
| id=clip0_227_717 | 425 | |
| id=clip0_227_717 | 951 | |
| id=clip0_227_716 | 455 | |
| Critical | Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>. | HTML | |
| | 2 | |
| Critical | A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload. | HTML | |
| <link href='...om/releases/v5.2.0/css/all.css' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 413 | |
| <link href='...oast/toastr.css?v6a145b0d3800c' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 416 | |
| <link href='.../toastr.min.css?v6a145b0d3800c' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 418 | |
| <link href='...er/iconfont.css?v6a145b0d3800c' rel='stylesheet' as='style' blocking='render' onload='this.onload=null;...'>
| 420 | |
| Very Important | Ensure that text and background colors have enough contrast. | WCAG AA 1.4.3 508 AA 1.4.3 | |
| 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>
| 538 | |
| Very Important | This page has no DOCTYPE which triggers quirks mode. Quirks mode forces modern browsers to emulate Netscape Navigator 4 and Internet Explorer 5, changing the way CSS selectors match and how CSS layout works. | Edge Firefox Safari Opera Chrome Android iOS | |
| <html lang='ru'><head><title>...r</title>...</head><body class=''>...</body></html>
| 2 | |
| Very Important | Omitting image width or height causes the page layout to shift as each image loads. | Best practice | |
| <img class='ls-is-cached ...' data-src='/img/partner/mail....' alt='mail' src='/img/partner/mail.png'>
| 1375 | |
| <img class='ls-is-cached ...' data-src='/img/partner/...' alt='rambler' src='/img/partner/rambler.png'>
| 1376 | |
| <img class='ls-is-cached ...' data-src='/img/partner/wmj.png' alt='wmj' src='/img/partner/wmj.png'>
| 1377 | |
| <img class='ls-is-cached ...' data-src='/img/partner/marie....' alt='marie' src='/img/partner/marie.png'>
| 1378 | |
| <img class='ls-is-cached ...' data-src='/img/partner/bigmir....' alt='bigmir' src='/img/partner/bigmir.png'>
| 1379 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG AAA 1.4.6 | |
| 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>
| 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>
| 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>
| 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>
| 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>
| 1421 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG AAA F22 | |
| <a href='https://vk.com/kolizeo' target='_blank' rel='nofollow'>...</a>
| 1456 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript' src='...ry-3.3.1.min.js?v6a145b0d3800c'>...</script>
| 1787 | |
| type='text/javascript'<script type='text/javascript' src='...s/popper.min.js?v6a145b0d3800c'>...</script>
| 1788 | |
| type='text/javascript'<script type='text/javascript' src='...ootstrap.min.js?v6a145b0d3800c'>...</script>
| 1789 | |
| type='text/javascript'<script type='text/javascript' src='...kedinput.min.js?v6a145b0d3800c'>...</script>
| 1790 | |
| type='text/javascript'<script type='text/javascript' src='...t/toastr.min.js?v6a145b0d3800c'>...</script>
| 1791 | |
| Warning | section element lacks heading. | HTML | |
| <section id='banner'><div class='container'><div class='row'>...</div></div></section>
| 1727 | |
| Critical | HTML form control has no accessible name. | WCAG A F68 508 A F68 | |
| <select type='text' id='form-birthdate' name='birthdate[]'>...</select>
| 1411 | |
| <select type='text' id='form-birthdate' name='birthdate[]'>...</select>
| 1412 | |
| <select type='text' id='form-birthdate' name='birthdate[]'>...</select>
| 1413 | |
| Critical | The element button must not
appear as a descendant of the a element. | HTML WCAG A 4.1.2 508 A 4.1.2 | |
| <button type='button' class='' name='' id='...'>...</button>
| 1870 | |
| <button type='button' class='' name='' id='...'>...</button>
| 1888 | |
| <button>Заказать</button>
| 1361 | |
| <button>Получить</button>
| 1375 | |
| Critical | The element button must not appear as a descendant of the a element. | HTML WCAG A 4.1.2 508 A 4.1.2 | |
| <button type='button' class='' name='' id='...'>...</button>
| 1870 | |
| <button type='button' class='' name='' id='...'>...</button>
| 1888 | |
| <button>Заказать</button>
| 1361 | |
| <button>Получить</button>
| 1375 | |
| Critical | Attribute type not allowed on element. | HTML | |
| <select type='text'></select>
| 2098 | |
| <select type='text'></select>
| 2101 | |
| <select type='text'></select>
| 2104 | |
| Critical | Element stop is missing one or more required attributes. | HTML | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2172 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2217 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2262 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2307 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2352 | |
| Important | Clickable targets must be at least 44 by 44 CSS pixels. | WCAG 2.5.5 | |
| 1110 x 2 pixels
<a class='max-horoscope-banner' href='...ttps://max.ru/id7715852824_biz' target='_blank' rel='nofollow noopener ...'>...</a>
| 1713 | |
| Important | Search engines may penalize invisible text where text color is nearly identical to the background color. | Google Bing DuckDuckGo | |
| The colors used are: | | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<p><strong>Ваш ... портрет</strong>- это ....</p>
| 1754 | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<p>Лунные узлы Раху ... узнать ответ!</p>
| 1879 | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<strong>Ваш Астрологический портрет</strong>
| 1754 | |
| Critical | HTML form control has no accessible name. | WCAG A F68 508 A F68 | |
| <select type='text' id='form-birthdate' name='birthdate[]'>...</select>
| 1417 | |
| <select type='text' id='form-birthdate' name='birthdate[]'>...</select>
| 1418 | |
| <select type='text' id='form-birthdate' name='birthdate[]'>...</select>
| 1419 | |
| Critical | The element button must not
appear as a descendant of the a element. | HTML WCAG A 4.1.2 508 A 4.1.2 | |
| <button type='button' class='' name='' id='...'>...</button>
| 1932 | |
| <button type='button' class='' name='' id='...'>...</button>
| 1950 | |
| <button>Заказать</button>
| 1367 | |
| <button>Получить</button>
| 1381 | |
| Critical | The element button must not appear as a descendant of the a element. | HTML WCAG A 4.1.2 508 A 4.1.2 | |
| <button type='button' class='' name='' id='...'>...</button>
| 1932 | |
| <button type='button' class='' name='' id='...'>...</button>
| 1950 | |
| <button>Заказать</button>
| 1367 | |
| <button>Получить</button>
| 1381 | |
| Critical | Attribute type not allowed on element. | HTML | |
| <select type='text'></select>
| 2113 | |
| <select type='text'></select>
| 2116 | |
| <select type='text'></select>
| 2119 | |
| Critical | Element stop is missing one or more required attributes. | HTML | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2187 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2232 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2277 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2322 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2367 | |
| Important | Clickable targets must be at least 44 by 44 CSS pixels. | WCAG 2.5.5 | |
| 1110 x 2 pixels
<a class='max-horoscope-banner' href='...ttps://max.ru/id7715852824_biz' target='_blank' rel='nofollow noopener ...'>...</a>
| 1719 | |
| Important | Search engines may penalize invisible text where text color is nearly identical to the background color. | Google Bing DuckDuckGo | |
| The colors used are: | | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<p><strong>Ваш ... портрет</strong>- это ....</p>
| 1796 | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<p>Лунные узлы Раху ... узнать ответ!</p>
| 1941 | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<strong>Ваш Астрологический портрет</strong>
| 1796 | |
| Critical | HTML form control has no accessible name. | WCAG A F68 508 A F68 | |
| <select type='text' id='form-birthdate' name='birthdate[]'>...</select>
| 1417 | |
| <select type='text' id='form-birthdate' name='birthdate[]'>...</select>
| 1418 | |
| <select type='text' id='form-birthdate' name='birthdate[]'>...</select>
| 1419 | |
| Critical | The element button must not
appear as a descendant of the a element. | HTML WCAG A 4.1.2 508 A 4.1.2 | |
| <button type='button' class='' name='' id='...'>...</button>
| 1932 | |
| <button type='button' class='' name='' id='...'>...</button>
| 1950 | |
| <button>Заказать</button>
| 1367 | |
| <button>Получить</button>
| 1381 | |
| Critical | The element button must not appear as a descendant of the a element. | HTML WCAG A 4.1.2 508 A 4.1.2 | |
| <button type='button' class='' name='' id='...'>...</button>
| 1932 | |
| <button type='button' class='' name='' id='...'>...</button>
| 1950 | |
| <button>Заказать</button>
| 1367 | |
| <button>Получить</button>
| 1381 | |
| Critical | Attribute type not allowed on element. | HTML | |
| <select type='text'></select>
| 2113 | |
| <select type='text'></select>
| 2116 | |
| <select type='text'></select>
| 2119 | |
| Critical | Element stop is missing one or more required attributes. | HTML | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2187 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2232 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2277 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2322 | |
| offset required for element stop<stop stop-color='#83F0E4'></stop>
| 2367 | |
| Important | Clickable targets must be at least 44 by 44 CSS pixels. | WCAG 2.5.5 | |
| 1110 x 2 pixels
<a class='max-horoscope-banner' href='...ttps://max.ru/id7715852824_biz' target='_blank' rel='nofollow noopener ...'>...</a>
| 1719 | |
| Important | Search engines may penalize invisible text where text color is nearly identical to the background color. | Google Bing DuckDuckGo | |
| The colors used are: | | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<p><strong>Ваш ... портрет</strong>- это ....</p>
| 1796 | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<p>Лунные узлы Раху ... узнать ответ!</p>
| 1941 | |
| color: rgb(255,255,255)background: rgb(255,255,255)
<strong>Ваш Астрологический портрет</strong>
| 1796 | |