Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction7 of 33 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 7 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality11 issue(s) across 294 links and 10 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /wiki/Plik:P2N2019ClaraLuciani_06.jpg | (empty) | empty | Add link text or aria-label |
| /wiki/Plik:HMS_Roberts_NARA-45513189.jpg | (empty) | empty | Add link text or aria-label |
| /wiki/Plik:William_Tolbert_(cropped).jpg | (empty) | empty | Add link text or aria-label |
| /wiki/Plik:Ratusz_w_%C5%81%C4%99czycy.jp… | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (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.
/wiki/Plik:P2N2019ClaraLuciani_06.jpg; /wiki/Plik:HMS_Roberts_NARA-45513189.jpg; /wiki/Plik:William_Tolbert_(cropped).jpg; /wiki/Plik:Ratusz_w_%C5%81%C4%99czycy.jpg; #; #; #; #; #; # (+1 more)
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
BLighthouse Accessibility AuditsScore 86/100 — 3 failing, 25 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.
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#main-page-didyouknow > figure.mw-halign-right > a.mw-file-description > img.mw-file-element div#main-page-didyouknow > figure.mw-halign-right > a.mw-file-description > img.mw-file-element |
div#main-page-featured-article > figure.mw-halign-right > a.mw-file-description > img.mw-file-element div#main-page-featured-article > figure.mw-halign-right > a.mw-file-description > img.mw-file-element |
div#main-page-good-article > figure.mw-halign-right > a.mw-file-description > img.mw-file-element div#main-page-good-article > figure.mw-halign-right > a.mw-file-description > img.mw-file-element |
div > span > a.mw-file-description > img.mw-file-element div > span > a.mw-file-description > img.mw-file-element |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.header-container > div.minerva-header > nav.navigation-drawer > input#main-menu-input header.header-container > div.minerva-header > nav.navigation-drawer > input#main-menu-input |
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#main-page-column1 > div#main-page-didyouknow > figure.mw-halign-right > a.mw-file-description div#main-page-column1 > div#main-page-didyouknow > figure.mw-halign-right > a.mw-file-description |
div#main-page-column2 > div#main-page-featured-article > figure.mw-halign-right > a.mw-file-description div#main-page-column2 > div#main-page-featured-article > figure.mw-halign-right > a.mw-file-description |
div#main-page-column2 > div#main-page-good-article > figure.mw-halign-right > a.mw-file-description div#main-page-column2 > div#main-page-good-article > figure.mw-halign-right > a.mw-file-description |
div#main-page-featured-image > div > span > a.mw-file-description div#main-page-featured-image > div > span > a.mw-file-description |
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.
ALandmark Structure17 landmarksPASS
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
A+Heading Hierarchy2 headingsPASS
- H1 Wikipedia:Strona główna
- H2 Wstęp
AForm Accessibility1 of 17 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #vector-main-menu-dropdown-checkbox | checkbox | Menu główne | aria-label |
| #searchInput | search | Przeszukaj Wikipedię | aria-label |
| #vector-appearance-dropdown-checkbox | checkbox | Wygląd | aria-label |
| #skin-client-pref-vector-feature-custom-font-size-value-0 | radio | Mały | for/id |
| #skin-client-pref-vector-feature-custom-font-size-value-1 | radio | Normalny | for/id |
| #skin-client-pref-vector-feature-custom-font-size-value-2 | radio | Duży | for/id |
| #skin-client-pref-vector-feature-limited-width-value-1 | radio | Normalna | for/id |
| #skin-client-pref-vector-feature-limited-width-value-0 | radio | Duża | for/id |
| #skin-client-pref-skin-theme-value-os | radio | Automatyczny | for/id |
| #skin-client-pref-skin-theme-value-day | radio | Jasny | for/id |
| #skin-client-pref-skin-theme-value-night | radio | Ciemny | for/id |
| #vector-user-links-dropdown-checkbox | checkbox | Narzędzia osobiste | aria-label |
| #p-lang-btn-checkbox | checkbox | Przejdź do artykułu w innym języku. Treść dostępna w 60 językach | aria-label |
| #vector-variants-dropdown-checkbox | checkbox | Zmień wariant języka | aria-label |
| #vector-page-tools-dropdown-checkbox | checkbox | Narzędzia | aria-label |
| input | checkbox | none | |
| search | search | (Przeszukaj Wikipedię) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="search">
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 Wstęp | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Wikipedia, wolna enc… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Przejdź do zawarto… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Menu główne | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Menu główne | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button przypnij | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button ukryj | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Nawigacja | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Strona główna | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Losuj artykuł | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Kategorie artykułó… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Najlepsze artykuły | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Częste pytania (FAQ… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Dla czytelników | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span O Wikipedii | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Kontakt | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Dla wikipedystów | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Pierwsze kroki | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Portal wikipedystów | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Ogłoszenia | 21.00:1 | 4.5: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.