|
Images used for decoration only should have alt='' so they can be ignored by screen readers. Images with role=presentation or role=none
should also have alt='' because screen reader behavior is very erratic when these have conflicting values. Impact on users: - JAWS : Reads out redundant
alt text. - NVDA : Reads out redundant
alt text. - VoiceOver : Reads out redundant
alt text.
| | |
| Descriptive text: | | |
| alt='Монтаж свай Эталон Сваи'<img src='/g/spacer.gif' data-src='/thumb/2/...' alt='Монтаж свай Эталон Сваи' class='fast-lazy-load'>
| Line 1933 | |
| https://esvai.ru/o-kompanii | | |
| Descriptive text: | | |
| alt='Завод свай ЭТАЛОН СВАИ'<img src='/g/spacer.gif' data-src='/thumb/2/...' alt='Завод свай ЭТАЛОН СВАИ' class='fast-lazy-load'>
| Line 1544 | |
| alt='Сваи винтовые 57 мм Эталон Сваи'<img src='/g/spacer.gif' data-src='/thumb/2/...' alt='Сваи винтовые 57 мм Эталон Сваи' class='fast-lazy-load'>
| Line 1699 | |
| alt='Сваи винтовые 76 мм Эталон Сваи'<img src='/g/spacer.gif' data-src='/thumb/2/...' alt='Сваи винтовые 76 мм Эталон Сваи' class='fast-lazy-load'>
| Line 1714 | |
| alt='Сваи винтовые 89 мм Эталон Сваи'<img src='/g/spacer.gif' data-src='/thumb/2/k9zID-...' alt='Сваи винтовые 89 мм Эталон Сваи' class='fast-lazy-load'>
| Line 1729 | |
| alt='Сваи винтовые 108 мм Эталон Сваи'<img src='/g/spacer.gif' data-src='/thumb/2/...' alt='Сваи винтовые 108 мм Эталон Сваи' class='fast-lazy-load'>
| Line 1744 | |
| https://esvai.ru/zavod-svaj | | |
|
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
img elements with role=presentation or role=none are not included in the link's accessible name. | | |
| | | |
| <a href='/magazin/cart' class='gr-cart-preview-link'>...</a>
| Line 2866 | |
| <a href='tel:+7 (495) 142-55-55'><span>... нам</span></a>
| Line 15954 | |
| <a href='/akcii' class='action-block__image ...'>...</a>
| Line 3098 | |
| <a href='/magazin/cart'></a>
| Line 15779 | |
| <a href='/folder/svaya-vintovaya-57-mm' class='folders-...'>...</a>
| Line 3484 | |
| https://esvai.ru/ | | |
| | | |
| <a href='/magazin/cart' class='gr-cart-preview-link'>...</a>
| Line 667 | |
| <a href='tel:+7 (495) 142-55-55'><span>... нам</span></a>
| Line 4898 | |
| <a href='https://esvai.ru' class='site-...'>...</a>
| Line 449 | |
| <a href='/akcii' class='action-block__image ...'>...</a>
| Line 1381 | |
| <a href='/magazin/cart'></a>
| Line 4070 | |
| https://esvai.ru/o-kompanii | | |
| | | |
| <a href='/magazin/cart' class='gr-cart-preview-link'>...</a>
| Line 669 | |
| <a href='tel:+7 (495) 142-55-55'><span>... нам</span></a>
| Line 4649 | |
| <a href='https://esvai.ru' class='site-...'>...</a>
| Line 451 | |
| <a href='/akcii' class='action-block__image ...'>...</a>
| Line 1383 | |
| <a href='/magazin/cart'></a>
| Line 3821 | |
| https://esvai.ru/zavod-svaj | | |
|
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.14 with
color: rgb(136,136,143)background: rgb(39,40,52)
font-size: 12ptfont-weight: 400<div class='site-copy'>© 2023 - 2026</div>
| Line 14739 | |
| 4.14 with
color: rgb(136,136,143)background: rgb(39,40,52)
font-size: 11.25ptfont-weight: 400<a href='/registraciya/register' class='btn-reg'>Регистрация</a>
| Line 2740 | |
| 3.27 with
color: rgb(130,132,149)background: rgb(240,241,244)
font-size: 12ptfont-weight: 400<p>Винтовые сваи по ... доступным ценам.<br><br>Наше производство работает круглосуточно, чтобы удовлетворить все потребности клиентов. Мы производим до 1500 винтовых свай в сутки, включая сваи различных типов - сварные, литые, шуруповидные, многовинтовые, шпицеобразные и многолопастные. Кроме того, предлагаем оголовки, удлинители и наконечники....</p>
| Line 13124 | |
| 4.14 with
color: rgb(136,136,143)background: rgb(39,40,52)
font-size: 12ptfont-weight: 400<div class='bottom-...'>Узнавайте о ... и акциях</div>
| Line 14580 | |
| 4.14 with
color: rgb(136,136,143)background: rgb(39,40,52)
font-size: 12ptfont-weight: 400<div class='site-address'>129343, г. ..., д. 2, корп. 1</div>
| Line 14685 | |
| https://esvai.ru/ | | |
| The text color to background color contrast ratio after composition is: | | |
| 1.99 with
color: rgb(171,172,184)background: rgb(240,241,244)
font-size: 9.75ptfont-weight: 400<span itemprop='name'>Главная</span>
| Line 1437 | |
| 4.14 with
color: rgb(136,136,143)background: rgb(39,40,52)
font-size: 12ptfont-weight: 400<a href='mailto:esvai.ru@mail.ru'>esvai.ru@mail.ru</a>
| Line 2510 | |
| 4.14 with
color: rgb(136,136,143)background: rgb(39,40,52)
font-size: 12ptfont-weight: 400<div class='site-copy'>© 2023 - 2026</div>
| Line 2585 | |
| 4.14 with
color: rgb(136,136,143)background: rgb(39,40,52)
font-size: 11.25ptfont-weight: 400<a href='/registraciya/register' class='btn-reg'>Регистрация</a>
| Line 429 | |
| 2.33 with
color: rgb(157,159,173)background: rgb(240,241,244)
font-size: 9.75ptfont-weight: 400<div itemscope itemtype='http://schema.org/...' class='site-path'>...</div>
| Line 1434 | |
| https://esvai.ru/o-kompanii | | |
| The text color to background color contrast ratio after composition is: | | |
| 1.99 with
color: rgb(171,172,184)background: rgb(240,241,244)
font-size: 9.75ptfont-weight: 400<span itemprop='name'>Главная</span>
| Line 1439 | |
| 1.99 with
color: rgb(171,172,184)background: rgb(240,241,244)
font-size: 9.75ptfont-weight: 400<span itemprop='name'>О компании</span>
| Line 1448 | |
| 1.18 with
color: rgb(255,218,51)background: rgba(255,218,51,10.2%)
font-size: 24ptfont-weight: 400<div class='lpc-line-...' data-elem-type='header' data-lp-selector='.lpc-line-...' data-path='title'>Популярные категории нашей продукции:</div>
| Line 1661 | |
| 4.14 with
color: rgb(136,136,143)background: rgb(39,40,52)
font-size: 12ptfont-weight: 400<a href='mailto:esvai.ru@mail.ru'>esvai.ru@mail.ru</a>
| Line 2261 | |
| 4.14 with
color: rgb(136,136,143)background: rgb(39,40,52)
font-size: 12ptfont-weight: 400<div class='site-copy'>© 2023 - 2026</div>
| Line 2336 | |
| https://esvai.ru/zavod-svaj | | |
|
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 <button class='site-search-...'><svg class='gr-svg-icon'>...</svg></button>
| Line 2777 | |
| :focus has outline: invert none 0px <a href='...svaj-na-lyuboj-vkus-i-byudzhet' class='main-slider__btn'>...</a>
| Line 3164 | |
| :focus has outline: invert none 0px <a href='...svaj-na-lyuboj-vkus-i-byudzhet' class='main-slider__btn'>...</a>
| Line 3425 | |
| https://esvai.ru/ | | |
| | | |
| :focus has outline: invert none 0px <a class='lpc-file__link lp-...' href='.../rekvizity_gk_etalon_svai.docx' traget='_blank' download='...' data-lp-selector='.lpc-file__link'>...</a>
| Line 2048 | |
| :focus has outline: invert none 0px <a class='lp-button lpc-...' href='.../rekvizity_gk_etalon_svai.docx' target='_blank' download='' data-lp-selector='.lpc-button--type-1' data-path='multi_file.0....' data-elem-type='text'>Скачать</a>
| Line 2064 | |
| :focus has outline: invert none 0px <a class='lpc-file__link lp-...' href='/f/dogovor_svaj_etalon.docx' traget='_blank' download='dogovor_svaj_etalon....' data-lp-selector='.lpc-file__link'>...</a>
| Line 2074 | |
| :focus has outline: invert none 0px <a class='lp-button lpc-...' href='/f/dogovor_svaj_etalon.docx' target='_blank' download='' data-lp-selector='.lpc-button--type-1' data-path='multi_file.1....' data-elem-type='text'>Скачать</a>
| Line 2090 | |
| :focus has outline: invert none 0px <a class='lpc-file__link lp-...' href='/f/pasport_kachestva.docx' traget='_blank' download='pasport_kachestva....' data-lp-selector='.lpc-file__link'>...</a>
| Line 2100 | |
| https://esvai.ru/o-kompanii | | |
| | | |
| :focus has outline: invert none 0px <a href='.../folder/svaya-vintovaya-108-mm' data-elem-type='button' data-lp-selector='.lpc-button--type-1' data-link_path='stock_list.3....' data-path='stock_list.3....' class='lp-button lpc-...'>Подробнее</a>
| Line 1752 | |
| :focus has outline: invert none 0px <a href='.../folder/svaya-vintovaya-133-mm' data-elem-type='button' data-lp-selector='.lpc-button--type-1' data-link_path='stock_list.4....' data-path='stock_list.4....' class='lp-button lpc-...'>Подробнее</a>
| Line 1767 | |
| :focus has outline: invert none 0px <a href='.../folder/svaya-vintovaya-159-mm' data-elem-type='button' data-lp-selector='.lpc-button--type-1' data-link_path='stock_list.5....' data-path='stock_list.5....' class='lp-button lpc-...'>Подробнее</a>
| Line 1782 | |
| :focus has outline: invert none 0px <a href='.../folder/svaya-vintovaya-219-mm' data-elem-type='button' data-lp-selector='.lpc-button--type-1' data-link_path='stock_list.6....' data-path='stock_list.6....' class='lp-button lpc-...'>Подробнее</a>
| Line 1797 | |
| :focus has outline: invert none 0px <a href='.../folder/svaya-vintovaya-325-mm' data-elem-type='button' data-lp-selector='.lpc-button--type-1' data-link_path='stock_list.7....' data-path='stock_list.7....' class='lp-button lpc-...'>Подробнее</a>
| Line 1812 | |
| https://esvai.ru/zavod-svaj | | |
|
Either allow the user to zoom content using pinch-zoom by removing user-scalable=no from the meta viewport tag (easiest),
or allow the user to increase text size by using relative units like em and not absolute units like px and pt
| | |
| | | |
| ##onicon { font-size: 10px; }
| Line 145 | |
| ##onicon .onicon-bookmark { font-size: 10px; }
| Line 208 | |
| ##onicon .onicon-bookmark .onicon-button:before { font-size: 12px; }
| Line 560 | |
| ##onicon .onicon-bookmark .onicon-menu__link:before { font-size: 10px; }
| Line 572 | |
| ##onicon .onicon-chat-popup__message-separator { font-size: 11px; }
| Line 1134 | |
| https://esvai.ru/ | | |
| | | |
| .login-btns { font-size: 15px; }
| Line 194 | |
| .top-menu > li > a { font-size: 15px; }
| Line 192 | |
| .cat-menu > li > a { font-size: 16px; }
| Line 204 | |
| .folders-block__item ul li a { font-size: 16px; }
| Line 208 | |
| .folders-block__item_title { font-size: 18px; }
| Line 209 | |
| https://esvai.ru/o-kompanii | | |
| | | |
| .login-btns { font-size: 15px; }
| Line 196 | |
| .top-menu > li > a { font-size: 15px; }
| Line 194 | |
| .cat-menu > li > a { font-size: 16px; }
| Line 206 | |
| .folders-block__item ul li a { font-size: 16px; }
| Line 210 | |
| .folders-block__item_title { font-size: 18px; }
| Line 211 | |
| https://esvai.ru/zavod-svaj | | |
|
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='/magazin/compare' target='_blank' class='gr-compare-btn' data-remodal-target='compare-preview-...'>...</a>
| Line 15764 | |
| <a href='/magazin/compare' target='_blank' class='gr-compare-btn' data-remodal-target='compare-preview-...'>...</a>
| Line 2832 | |
| <a href='...tps://www.youtube.com/@esvai77' target='_blank'>...</a>
| Line 14710 | |
| <a href='https://dzen.ru/esvai' target='_blank'>...</a>
| Line 14713 | |
| <a href='https://vk.com/etalonsvai' target='_blank'>...</a>
| Line 14716 | |
| https://esvai.ru/ | | |
| | | |
| <a class='lp-button lpc-...' href='.../rekvizity_gk_etalon_svai.docx' target='_blank' download='' data-lp-selector='.lpc-button--type-1' data-path='multi_file.0....' data-elem-type='text'>Скачать</a>
| Line 2064 | |
| <a class='lp-button lpc-...' href='/f/dogovor_svaj_etalon.docx' target='_blank' download='' data-lp-selector='.lpc-button--type-1' data-path='multi_file.1....' data-elem-type='text'>Скачать</a>
| Line 2090 | |
| <a class='lp-button lpc-...' href='/f/pasport_kachestva.docx' target='_blank' download='' data-lp-selector='.lpc-button--type-1' data-path='multi_file.2....' data-elem-type='text'>Скачать</a>
| Line 2116 | |
| <a class='lp-button lpc-...' href='/f/pamyatka_vintovye.pdf' target='_blank' download='' data-lp-selector='.lpc-button--type-1' data-path='multi_file.3....' data-elem-type='text'>Скачать</a>
| Line 2142 | |
| <a href='/magazin/compare' target='_blank' class='gr-compare-btn' data-remodal-target='compare-preview-...'>...</a>
| Line 4045 | |
| https://esvai.ru/o-kompanii | | |
| | | |
| <a href='/magazin/compare' target='_blank' class='gr-compare-btn' data-remodal-target='compare-preview-...'>...</a>
| Line 3796 | |
| <a href='/magazin/compare' target='_blank' class='gr-compare-btn' data-remodal-target='compare-preview-...'>...</a>
| Line 604 | |
| <a href='...tps://www.youtube.com/@esvai77' target='_blank'>...</a>
| Line 2285 | |
| <a href='https://dzen.ru/esvai' target='_blank'>...</a>
| Line 2291 | |
| <a href='https://vk.com/etalonsvai' target='_blank'>...</a>
| Line 2297 | |
| https://esvai.ru/zavod-svaj | | |