Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction6 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
FHeading HierarchyAction85 headings, 4 skip(s)FIX
- H2 Максимум возможностей на тарифе RED
- H2 Тариф, которым хочется делиться
- H2 А вы уже скачали Мой МТС?
- H2 Премьера: «Отпечатки»
- H2 МТС Проще
- H2 Готовьтесь к новому уровню скорости от МТС
- H2 Максимум возможностей на тарифе RED
- H2 Тариф, которым хочется делиться
- H2 А вы уже скачали Мой МТС?
- H2 Премьера: «Отпечатки»
- H2 МТС Проще
- H2 Готовьтесь к новому уровню скорости от МТС
- H3 Тарифы
- H3 Домашний интернет
- H3 Услуги и опции
- H3 Секретарь+
- H3 Технологии МТС
- H3 Семейная группа
- H3 eSIM
- H3 Роуминг
- H3 Магазин
- H3 Акции
- H3 Нас касается
- H3 Premium
- H3 Защитник+
- H3 Фильмы и сериалы
- H3 Музыка
- H3 Афиша и билеты
- H3 Книги
- H3 ТВ
- H3 Деньги
- H3 Детям
- H3 Страховки
- H3 Инвестиции
- H3 Тарифы
- H3 Услуги и опции
- H3 Домашний интернет
- H3 Технологии МТС
- H3 Premium
- H3 Роуминг
- H3 Секретарь+
- H3 Семейная группа
- H3 Акции
- H2 Пополнение баланса
- H2 Поддержка
- H2 Переходите в МТС со своим номером
- H4 Оформить eSIM skipped
- H4 Выбрать красивый номер
- H4 Заказать SIM-карту
- H4 Оформить чистый номер
- H2 Популярное в интернет-магазине МТСПопулярное в интернет-магазине МТС
- H4 Акции skipped
- H4 Смартфоны
- H4 Наушники и колонки
- H4 Часы и трекеры
- H4 Планшеты
- H4 Умный дом
- H2 Создаём цифровые сервисы и продуктыдля жизни и бизнесаСоздаём цифровые сервисы и продуктыдля жизни и бизн
- H4 Технологии МТС skipped
- H4 Карта покрытиясети
- H4 Карта салонов
- H4 Вносим вкладв будущее
- H4 О компании
- H4 Работа в МТС
- H3 MTC Web Services
- H3 Бизнесу
- H3 Госзаказчикам
- H3 Партнёрам
- H3 Поставщикам
- H3 Акционерам
- H3 MTC Web Services
- H3 Бизнесу
- H3 Госзаказчикам
- H3 Партнёрам
- H3 Поставщикам
- H3 Акционерам
- H2 Скачайте Мой МТС
- H4 Тарифы skipped
- H4 Услуги
- H4 Тарифы
- H4 Услуги
- H4 Сервисы и развлечения
- H4 Документы
- H4 Сервисы и развлечения
- H4 Документы
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
FAlt Text QualityAction71 of 101 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 71 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DLink & Button QualityAction8 issue(s) across 284 links and 25 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /business | Бизнесу | new tab | Add '(opens in new tab)' to text |
| /red | Максимум возмож… | new tab | Add '(opens in new tab)' to text |
| https://www.mts.ru/personal/mobilnaya-sv… | Тариф, которым х… | new tab | Add '(opens in new tab)' to text |
| /personal/mymts | А вы уже скачал… | new tab | Add '(opens in new tab)' to text |
| https://www.kion.ru/serial/otpechatki | Премьера: «Отпеч… | new tab | Add '(opens in new tab)' to text |
| https://www.mts.ru/personal/mobilnaya-sv… | МТС ПрощеПросто… | new tab | Add '(opens in new tab)' to text |
| /personal/5-g | Готовьтесь к но… | new tab | Add '(opens in new tab)' to text |
| /red | Максимум возмож… | new tab | Add '(opens in new tab)' to text |
| https://www.mts.ru/personal/mobilnaya-sv… | Тариф, которым х… | new tab | Add '(opens in new tab)' to text |
| /personal/mymts | А вы уже скачал… | new tab | Add '(opens in new tab)' to text |
| https://www.kion.ru/serial/otpechatki | Премьера: «Отпеч… | new tab | Add '(opens in new tab)' to text |
| https://www.mts.ru/personal/mobilnaya-sv… | МТС ПрощеПросто… | new tab | Add '(opens in new tab)' to text |
| /personal/5-g | Готовьтесь к но… | new tab | Add '(opens in new tab)' to text |
| /personal/mobilnaya-svyaz/tarifi/vse-tar… | Тарифы | img no alt | Add alt attribute to the image |
| /personal/dom/home-allmts | Домашний интерн… | img no alt | Add alt attribute to the image |
| https://c.mts.ru/uQ4e/gli8nb9h | Услуги и опции | img no alt | Add alt attribute to the image |
| /personal/mobilnaya-svyaz/uslugi/mobilna… | НовоеСекретарь+ | img no alt | Add alt attribute to the image |
| /personal/5-g | Технологии МТС | img no alt | Add alt attribute to the image |
| https://c.mts.ru/uQ4e/6cvat4e0 | Семейная группа | img no alt | Add alt attribute to the image |
| /personal/esim | eSIM | img no alt | Add alt attribute to the image |
| /personal/mobilnaya-svyaz/rouming-i-mezh… | Роуминг | img no alt | Add alt attribute to the image |
| https://shop.mts.ru/?utm_source=inhouse&… | Магазин | img no alt | Add alt attribute to the image |
| /personal/vse-akcii | Акции | img no alt | Add alt attribute to the image |
| /personal/servisy/mts-nas-kasaetsya | Нас касается | img no alt | Add alt attribute to the image |
| https://c.mts.ru/uQ4e/3nf0pi5c | Premium | img no alt | Add alt attribute to the image |
| /personal/mobilnaya-svyaz/uslugi/mobilna… | Защитник+ | img no alt | Add alt attribute to the image |
| https://c.mts.ru/uQ4e/k3wkbfr4 | Фильмы и сериал… | img no alt | Add alt attribute to the image |
| https://c.mts.ru/uQ4e/qjikigfv | Музыка | img no alt | Add alt attribute to the image |
| https://c.mts.ru/uQ4e/slqx708v | Афиша и билеты | img no alt | Add alt attribute to the image |
| https://mts.ru/personal/servisy/mts-stro… | Книги | img no alt | Add alt attribute to the image |
| /personal/dom/home-tv | ТВ | img no alt | Add alt attribute to the image |
| https://c.mts.ru/uQ4e/g7qpcvza | Деньги | img no alt | Add alt attribute to the image |
| /personal/servisy/detyam_i_roditelyam | Детям | img no alt | Add alt attribute to the image |
| https://c.mts.ru/uQ4e/m5za8fp2 | Страховки | img no alt | Add alt attribute to the image |
| https://c.mts.ru/uQ4e/bhg907i7 | Инвестиции | img no alt | Add alt attribute to the image |
| /personal/mobilnaya-svyaz/tarifi/vse-tar… | Тарифы | img no alt | Add alt attribute to the image |
| /personal/mobilnaya-svyaz/uslugi/mobilna… | Услуги и опции | img no alt | Add alt attribute to the image |
| /personal/dom/home-allmts | Домашний интерн… | img no alt | Add alt attribute to the image |
| /personal/5-g | Технологии МТС | img no alt | Add alt attribute to the image |
| https://premium.mts.ru/?utm_source=inhou… | Premium | img no alt | Add alt attribute to the image |
| /personal/mobilnaya-svyaz/rouming-i-mezh… | Роуминг | img no alt | Add alt attribute to the image |
| /personal/mobilnaya-svyaz/uslugi/mobilna… | НовоеСекретарь+ | img no alt | Add alt attribute to the image |
| /personal/servisy/semejnaya-gruppa | Семейная группа | img no alt | Add alt attribute to the image |
| /personal/vse-akcii | Акции | img no alt | Add alt attribute to the image |
| https://support.mts.ru/mts_mobilnaya_svy… | Мобильная связь | new tab | Add '(opens in new tab)' to text |
| https://support.mts.ru/domashnii_interne… | Домашний интерн… | new tab | Add '(opens in new tab)' to text |
| https://support.mts.ru/mts_rouming_i_mez… | Роуминг | new tab | Add '(opens in new tab)' to text |
| https://support.mts.ru/mts_mobilnaya_svy… | Как перейти в МТ… | new tab | Add '(opens in new tab)' to text |
| https://support.mts.ru/mts-premium?utm_s… | МТС Premium | new tab | Add '(opens in new tab)' to text |
| https://support.mts.ru/?utm_source=inhou… | Все темы | new tab | Add '(opens in new tab)' to text |
| /personal/pereyti-v-mts | Перейти в МТС | new tab | Add '(opens in new tab)' to text |
| /personal/esim | Оформить eSIMОнла… | new tab | Add '(opens in new tab)' to text |
| /personal/vybrat-nomer#/ | Выбрать красивы… | new tab | Add '(opens in new tab)' to text |
| /personal/vybrat-nomer#/ | Заказать SIM-карт… | new tab | Add '(opens in new tab)' to text |
| /personal/chistyj-nomer | Оформить чистый … | new tab | Add '(opens in new tab)' to text |
| https://shop.mts.ru/promo/nashi-luchshie… | Акции | new tab | Add '(opens in new tab)' to text |
| https://shop.mts.ru/promo/smartfony/?utm… | Смартфоны | new tab | Add '(opens in new tab)' to text |
| https://shop.mts.ru/promo/naushniki-i-ko… | Наушники и колон… | new tab | Add '(opens in new tab)' to text |
| https://shop.mts.ru/catalog/gadzhety/umn… | Часы и трекеры | new tab | Add '(opens in new tab)' to text |
| https://shop.mts.ru/promo/planshety/?utm… | Планшеты | new tab | Add '(opens in new tab)' to text |
| https://shop.mts.ru/promo/umnyj-dom?utm_… | Умный дом | new tab | Add '(opens in new tab)' to text |
| /personal/new-telecom | Технологии МТС | new tab | Add '(opens in new tab)' to text |
| /personal/podderzhka/zoni-obsluzhivaniya… | Карта покрытияс… | new tab | Add '(opens in new tab)' to text |
| /personal/podderzhka/zoni-obsluzhivaniya… | Карта салонов | new tab | Add '(opens in new tab)' to text |
| /about/ustojchivoe-razvitie | Вносим вкладв бу… | new tab | Add '(opens in new tab)' to text |
| /about | О компании | new tab | Add '(opens in new tab)' to text |
| https://job.mts.ru/ | Работа в МТС | new tab | Add '(opens in new tab)' to text |
| https://mws.ru/?utm_source=inhouse&utm_m… | MTC Web Services | img no alt | Add alt attribute to the image |
| https://business.mts.ru/?utm_source=inho… | Бизнесу | img no alt | Add alt attribute to the image |
| /gos | Госзаказчикам | img no alt | Add alt attribute to the image |
| https://partners.mts.ru/?utm_source=inho… | Партнёрам | img no alt | Add alt attribute to the image |
| https://tenders.mts.ru/?utm_source=inhou… | Поставщикам | img no alt | Add alt attribute to the image |
| /about/investoram-i-akcioneram/korporati… | Акционерам | img no alt | Add alt attribute to the image |
| https://mws.ru/?utm_source=inhouse&utm_m… | MTC Web Services | img no alt | Add alt attribute to the image |
| https://business.mts.ru/?utm_source=inho… | Бизнесу | img no alt | Add alt attribute to the image |
| /gos | Госзаказчикам | img no alt | Add alt attribute to the image |
| https://partners.mts.ru/?utm_source=inho… | Партнёрам | img no alt | Add alt attribute to the image |
| https://tenders.mts.ru/?utm_source=inhou… | Поставщикам | img no alt | Add alt attribute to the image |
| /about/investoram-i-akcioneram/korporati… | Акционерам | img no alt | Add alt attribute to the image |
| https://www.mts.ru/personal/mymts | Узнать больше о … | new tab | Add '(opens in new tab)' to text |
| https://mymts.onelink.me/uQ4e/appstore | App Store | img no alt | Add alt attribute to the image |
| https://mymts.onelink.me/uQ4e/googleplay | Google Play | img no alt | Add alt attribute to the image |
| https://mymts.onelink.me/uQ4e/AppGallery | AppGallery | img no alt | Add alt attribute to the image |
| https://www.rustore.ru/catalog/app/ru.mt… | RuStore | img no alt | Add alt attribute to the image |
| https://vk.com/mts | Вконтакте | new tab | Add '(opens in new tab)' to text |
| https://ok.ru/mts | Одноклассники | new tab | Add '(opens in new tab)' to text |
| https://t.me/mtsofficial | Telegram | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/personal/mobilnaya-svyaz/tarifi/vse-tarifi/mobile"]; a[href="/personal/dom/home-allmts"]; a[href="https://c.mts.ru/uQ4e/gli8nb9h"]; a[href="/personal/mobilnaya-svyaz/uslugi/mobilnaya-svyaz/sekretar-plus"]; a[href="/personal/5-g"]; a[href="https://c.mts.ru/uQ4e/6cvat4e0"]; a[href="/personal/esim"]; a[href="/personal/mobilnaya-svyaz/rouming-i-mezhgorod/poezdki-po-miru"]; a[href="https://shop.mts.ru/?utm_source=inhouse&utm_medium=mts_ru&utm_content=shop&ut…"]; a[href="/personal/vse-akcii"] (+38 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
/business; /red; https://www.mts.ru/personal/mobilnaya-svyaz/tarifi/vse-tarifi/riil; /personal/mymts; https://www.kion.ru/serial/otpechatki; https://www.mts.ru/personal/mobilnaya-svyaz/tarifi/vse-tarifi/proshche; /personal/5-g; /red; https://www.mts.ru/personal/mobilnaya-svyaz/tarifi/vse-tarifi/riil; /personal/mymts (+29 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.cover-slider-pagination__button (#655 on page); button.cover-slider-pagination__button (#656 on page); button.cover-slider-pagination__button (#657 on page); button.cover-slider-pagination__button (#658 on page); button.cover-slider-pagination__button (#659 on page); button.cover-slider-pagination__button (#660 on page); button.mm-web-action-button (#670 on page); button.mm-web-action-button (#679 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding5 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 86/100 — 3 failing, 21 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Мы собираем файлы cookie и применяем рекомендательные технологии
ПОДРОБНЕЕ
ПРИН… div.cdk-overlay-container > div.cdk-global-overlay-wrapper > div#cdk-overlay-2 > cdk-dialog-container#ACCEPT_COOKIE_POPUP_MODAL_ID |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Москва - Москва и Московская область div.header__container > div.header__top-links > div.header__top-item > div.header__top-text |
ВОЙТИ mts-profile-widget > div#profile-widget-app > div.prp-profile-b2c-widget > a.prp-button-link |
Новое div.mm-web-navigation-menu-card__badge > mm-web-badge > div.mm-web-badge > span.mm-web-badge__text |
ПОПОЛНИТЬ div.mm-web-button-container > div.mm-web-button-container__content > button.mm-web-action-button > span.mm-web-button__label |
ВОЙТИ div.mm-web-button-container > div.mm-web-button-container__content > button.mm-web-action-button > span.mm-web-button__label |
ПЕРЕЙТИ В МТС div.mm-web-button-container > div.mm-web-button-container__content > a.mm-web-link-button > span.mm-web-button__label |
Это МТС section.universal-title-with-text > div.universal-title-with-text__content > div.universal-title-with-text__label > span.universal-title-with-text__label-text |
14.04.2026 ul.news__list > li.news__list-item > a.news__list-link > span.news__link-date |
07.04.2026 ul.news__list > li.news__list-item > a.news__list-link > span.news__link-date |
07.04.2026 ul.news__list > li.news__list-item > a.news__list-link > span.news__link-date |
Интернет и связь div.news-media-articles__items > a.news-media-articles__item > div.news-media-articles__description > span.news-media-articles__theme |
Технологии для жизни div.news-media-articles__items > a.news-media-articles__item > div.news-media-articles__description > span.news-media-articles__theme |
Гаджеты div.news-media-articles__items > a.news-media-articles__item > div.news-media-articles__description > span.news-media-articles__theme |
Гаджеты div.news-media-articles__items > a.news-media-articles__item > div.news-media-articles__description > span.news-media-articles__theme |
Узнать больше о приложении mts-footer-apps.footer__apps > div.footer-apps > p.footer-apps__description > a |
ПРИНЯТЬ div.mm-web-button-container > div.mm-web-button-container__content > button.mm-web-action-button > span.mm-web-button__label |
These are opportunities to improve the legibility of your content.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (Поиск) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Максимум в… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Тариф, кото… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 А вы уже с… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Премьера: «… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 МТС Проще | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Готовьтесь… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Максимум в… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Тариф, кото… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 А вы уже с… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Премьера: «… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 МТС Проще | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Готовьтесь… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Пополнение… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Поддержка | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Переходите… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Скачайте М… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Тарифы | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Домашний и… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Услуги и оп… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Секретарь+ | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.