Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
BLandmark Structure6 landmarksREVIEW
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
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
BHeading Hierarchy43 headings, 2 skip(s)REVIEW
- H1 Spectator
- H4 Чим відрізняються оригінальні крокси від підробки skipped
- H4 Що таке маржа
- H4 Що таке старлінк
- H4 До чого сниться бобер
- H4 Що означають підвищені еозинофіли
- H4 Чим відрізняються оригінальні крокси від підробки
- H4 Що таке маржа
- H4 Що таке старлінк
- H4 До чого сниться бобер
- H4 Що означають підвищені еозинофіли
- H4 Чим відрізняються оригінальні крокси від підробки
- H4 Що таке маржа
- H4 Що таке старлінк
- H4 До чого сниться бобер
- H4 Що означають підвищені еозинофіли
- H4 Що означають підвищені еозинофіли
- H4 Чим відрізняються оригінальні крокси від підробки
- H4 Що таке маржа
- H4 Що таке старлінк
- H4 До чого сниться бобер
- H4 Що означають підвищені еозинофіли
- H4 Чим відрізняються оригінальні крокси від підробки
- H4 Чим відрізняються оригінальні крокси від підробки
- H4 Що таке маржа
- H4 Чим відрізняються оригінальні крокси від підробки
- H4 Що таке маржа
- H4 Що таке старлінк
- H4 До чого сниться бобер
- H4 Що означають підвищені еозинофіли
- H4 Тейтум Ченнінг – біографія, особисте життя, цікаві факти
- H4 Важливі та актуальні новини України станом на 8 серпня 2026 року
- H4 Що надіти на корпоратив
- H4 Що таке відсоткова ставка
- H4 Що таке цифровий слід
- H2 Пагінація записів
- H2 Дивіться ще
- H2 Архів
- H4 Корисні публікації skipped
- H4 Чим відрізняються оригінальні крокси від підробки
- H4 Що таке маржа
- H4 Що таке старлінк
- H4 До чого сниться бобер
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
BAlt Text Quality2 of 34 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 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
BLink & Button Quality4 issue(s) across 225 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://spectator.com.ua | (empty) | empty | Add link text or aria-label |
| https://spectator.com.ua/chim-vidriznyay… | (empty) | empty | Add link text or aria-label |
| https://spectator.com.ua/sho-take-marzha… | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://spectator.com.ua; https://spectator.com.ua/chim-vidriznyayutsya-originalni-kroksi-vid-pidrobki/; https://spectator.com.ua/sho-take-marzha/; a#scroll-up
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
CTap Target AdequacyAction5 tap target(s) too small or too close togetherREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 fail WCAG AAREVIEW
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 Пагінація … | 18.93:1 | 3.0:1 | #000000 | #F3F3F3 | Pass |
| h2 Дивіться щ… | 18.93:1 | 3.0:1 | #000000 | #F3F3F3 | Pass |
| h2 Архів | 18.93:1 | 3.0:1 | #000000 | #F3F3F3 | Pass |
| title Spectator - Потр… | 1.23:1 | 4.5:1 | #000000 | #1C1C1C | Fail |
| a Skip to content | 7.56:1 | 4.5:1 | #000000 | #9B9B9B | Pass |
| span 20.09.2026 | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| a Spectator | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| p Потрібна т… | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| span Primary Menu | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| a Технології | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| a Бізнес | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| a Мода | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| a Новини | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| a Біографії | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| a Здоров’я | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| a Різне | 8.25:1 | 4.5:1 | #000000 | #D69090 | Pass |
| span Пошук: | 2.82:1 | 4.5:1 | #000000 | #AF0000 | Fail |
| strong Теги | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| a цікаво | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a сон | 18.93:1 | 4.5:1 | #000000 | #F3F3F3 | 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.
BLighthouse Accessibility AuditsScore 82/100 — 5 failing, 23 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.
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 |
|---|
Next div.newsphere-pagination > nav.navigation > div.nav-links > a.next |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
КОРИСНІ ПУБЛІКАЦІЇ div.af-main-banner-latest-posts > div.container-wrapper > div.widget-title-section > h4.widget-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-1 > div.read-single > div.data-bg > img div.col-1 > div.read-single > div.data-bg > img |
div.col-1 > div.read-single > div.data-bg > img div.col-1 > div.read-single > div.data-bg > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.navigation-container > nav.main-navigation > span.aft-home-icon > a div.navigation-container > nav.main-navigation > span.aft-home-icon > a |
div.col-1 > div.read-single > div.data-bg > a div.col-1 > div.read-single > div.data-bg > a |
div.col-1 > div.read-single > div.data-bg > a div.col-1 > div.read-single > div.data-bg > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
антена aside.widget-area > div#block-8 > p.wp-block-tag-cloud > a.tag-cloud-link |
блокчейн aside.widget-area > div#block-8 > p.wp-block-tag-cloud > a.tag-cloud-link |
гроші aside.widget-area > div#block-8 > p.wp-block-tag-cloud > a.tag-cloud-link |
джинси aside.widget-area > div#block-8 > p.wp-block-tag-cloud > a.tag-cloud-link |
діагноз aside.widget-area > div#block-8 > p.wp-block-tag-cloud > a.tag-cloud-link |
These items highlight common accessibility best practices.
A+Heading Text QualityAll 43 heading(s) have substantive, well-formed textPASS
AForm Accessibility1 of 3 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| s | search | Пошук: | none |
| #wp-block-search__input-1 | search | Пошук | for/id |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2