Accessibility
· 22 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction19 of 55 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 19 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
DTabindex Anti-PatternsAction0 positive, 10 -1-on-focusableFIX
DTap Target AdequacyAction10 tap target(s) too small or too close togetherFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction30 issue(s) across 2224 links and 21 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /wiki/File:Moving_Octopus_Vulgaris_2005-… | (empty) | empty | Add link text or aria-label |
| /wiki/File:Octopus.ogv | (empty) | empty | Add link text or aria-label |
| /wiki/File:CirrothaumaMurDraw2.jpg | (empty) | empty | Add link text or aria-label |
| /wiki/File:Stauroteuthis_syrtensis_(main… | (empty) | empty | Add link text or aria-label |
| /wiki/File:Opisthoteuthis_californiana_(… | (empty) | empty | Add link text or aria-label |
| /wiki/File:Cirroctopus_mawsoni_Vent.jpg | (empty) | empty | Add link text or aria-label |
| /wiki/File:Pelagic_octopus_Tremoctopus.j… | (empty) | empty | Add link text or aria-label |
| /wiki/File:Haliphron_atlanticus_(70_mm_M… | (empty) | empty | Add link text or aria-label |
| /wiki/File:Argonauta_argo_Merculiano.jpg | (empty) | empty | Add link text or aria-label |
| /wiki/File:Ocythoe_tuberculata_(Merculia… | (empty) | empty | Add link text or aria-label |
| /wiki/File:Eledone_cirrhosa1.jpg | (empty) | empty | Add link text or aria-label |
| /wiki/File:Bathypolypus_valdiviae.jpg | (empty) | empty | Add link text or aria-label |
| /wiki/File:E_zealandicus_(white_backgrou… | (empty) | empty | Add link text or aria-label |
| /wiki/File:Octopus_vulgaris_Merculiano.j… | (empty) | empty | Add link text or aria-label |
| /wiki/File:Graneledone_boreopacifica_(wh… | (empty) | empty | Add link text or aria-label |
| /wiki/File:Eledonella_pygmaea.jpg | (empty) | empty | Add link text or aria-label |
| /wiki/File:Amphitretus_pelagicus.jpg | (empty) | empty | Add link text or aria-label |
| /wiki/File:Vitreledonella_richardi_(whit… | (empty) | empty | Add link text or aria-label |
| /wiki/File:Tako_nigiri_2.jpg | (empty) | empty | Add link text or aria-label |
| /wiki/File:OCTOPUS_arm1.JPG | (empty) | empty | Add link text or aria-label |
| /wiki/Category:CS1_maint:_DOI_inactive_a… | link | generic text | Replace with descriptive text |
Before: link Suggested: Category:Cs1 Maint: Doi Inactive As Of July 2025 | |||
| /wiki/Category:CS1_maint:_deprecated_arc… | link | generic text | Replace with descriptive text |
Before: link Suggested: Category:Cs1 Maint: Deprecated Archival Service | |||
| /wiki/File:Snails-Italy.jpg | (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/File:Moving_Octopus_Vulgaris_2005-01-14.ogv; /wiki/File:Octopus.ogv; /wiki/File:CirrothaumaMurDraw2.jpg; /wiki/File:Stauroteuthis_syrtensis_(main).jpg; /wiki/File:Opisthoteuthis_californiana_(white_background).jpg; /wiki/File:Cirroctopus_mawsoni_Vent.jpg; /wiki/File:Pelagic_octopus_Tremoctopus.jpg; /wiki/File:Haliphron_atlanticus_(70_mm_ML).jpg; /wiki/File:Argonauta_argo_Merculiano.jpg; /wiki/File:Ocythoe_tuberculata_(Merculiano).jpg (+18 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
Generic link text like 'click here' doesn't describe the destination.
/wiki/Category:CS1_maint:_DOI_inactive_as_of_July_2025 ("link"); /wiki/Category:CS1_maint:_deprecated_archival_service ("link")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
CMobile-Readable Font SizesAction88% of visible text renders at >= 12 CSS px (7 below threshold)REVIEW
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 — 5 failing, 27 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 |
|---|
MAYBE LATER div.frb > a.frb-mini-link > div.frb-mini-buttons > button.frb-rml-link |
Middle Jurassic div > span.noprint > span > a |
Pg span.noprint > div#Timeline-row > div > a |
Scientific classification tbody > tr > th > a |
Synonyms tbody > tr > th > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Octopus (disambiguation) div.mw-content-ltr > section#mwAQ > div#mwAw > a.mw-disambig |
These are opportunities to improve the legibility of your content.
Names and labels
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 |
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 |
|---|
Ꞓ span.noprint > div#Timeline-row > div > a |
O span.noprint > div#Timeline-row > div > a |
S span.noprint > div#Timeline-row > div > a |
D span.noprint > div#Timeline-row > div > a |
C span.noprint > div#Timeline-row > div > a |
P span.noprint > div#Timeline-row > div > a |
T span.noprint > div#Timeline-row > div > a |
J span.noprint > div#Timeline-row > div > a |
Pg span.noprint > div#Timeline-row > div > a |
N span.noprint > div#Timeline-row > div > a |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. Learn more about captions.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Octopus
Temporal range: Middle Jurassic – recent
PreꞒ
Ꞓ
O
S
D
C
P
T
J
K
Pg
N
… div#mw-content-text > div.mw-content-ltr > section#mwAQ > table.infobox |
ALandmark Structure23 landmarksPASS
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
A+Heading Hierarchy34 headingsPASS
- H2 Contents
- H1 Octopus
- H2 Etymology and pluralisation
- H2 Anatomy and physiology
- H3 Size
- H3 External characteristics
- H3 Circulatory system
- H3 Respiration
- H3 Digestion and excretion
- H3 Nervous system and senses
- H3 Ink sac
- H2 Life cycle
- H3 Reproduction
- H3 Lifespan
- H2 Distribution and habitat
- H2 Behaviour and ecology
- H3 Feeding
- H3 Locomotion
- H3 Intelligence
- H3 Camouflage and colour change
- H3 Defence
- H3 Pathogens and parasites
- H2 Evolution
- H3 Fossil history and phylogeny
- H3 RNA editing and the genome
- H2 Relationship to humans
- H3 Cultural significance
- H3 Danger to humans
- H3 As a food source
- H3 Science and technology
- H2 See also
- H2 Notes
- H2 References
- H2 External links
AForm Accessibility1 of 10 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #vector-main-menu-dropdown-checkbox | checkbox | Main menu | aria-label |
| #searchInput | search | Search Wikipedia | aria-label |
| #vector-appearance-dropdown-checkbox | checkbox | Appearance | aria-label |
| #vector-user-links-dropdown-checkbox | checkbox | Personal tools | aria-label |
| #vector-page-titlebar-toc-checkbox | checkbox | Toggle the table of contents | aria-label |
| #p-lang-btn-checkbox | checkbox | Go to an article in another language. Available in 112 languages | aria-label |
| #vector-variants-dropdown-checkbox | checkbox | Change language variant | aria-label |
| #vector-page-tools-dropdown-checkbox | checkbox | Tools | aria-label |
| #vector-sticky-header-toc-checkbox | checkbox | Toggle the table of contents | aria-label |
| search | search | (Search Wikipedia) | 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+Form Input Types10 form control(s) checked, no type mismatchesPASS
A+Form Input Quality10 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+PWA DepthNo PWA depth issues detectedPASS
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 Contents | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Etymology and plural… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Anatomy and physiolo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Life cycle | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Distribution and hab… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Behaviour and ecolog… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Evolution | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Relationship to huma… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 See also | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Notes | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 References | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 External links | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Size | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 External characteris… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Circulatory system | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Respiration | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Digestion and excret… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Nervous system and s… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Ink sac | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Reproduction | 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.