Accessibility
· 13 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
CLandmark StructureAction4 landmarksREVIEW
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
BHeading Hierarchy6 headingsREVIEW
- H2 How to Make Windows Programs Open As Maximized
- H2 Today's Computer Word: Illumos
- H2 How to Open, Create, Edit, and View a File in Linux
- H2 Visitor Favorites
- H2 April Quiz
- H2 Today in Computer History
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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 7 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 Visitor Favorites | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 April Quiz | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Today in Computer Hi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Computer Hope's Free… | 4.37:1 | 4.5:1 | #000000 | #0572D5 | Fail |
| a Skip to Main Content | 4.37:1 | 4.5:1 | #000000 | #0572D5 | Fail |
| button Search | 4.37:1 | 4.5:1 | #000000 | #0572D5 | Fail |
| a Help | 4.37:1 | 4.5:1 | #000000 | #0572D5 | Fail |
| a Tips | 4.37:1 | 4.5:1 | #000000 | #0572D5 | Fail |
| a Dictionary | 4.37:1 | 4.5:1 | #000000 | #0572D5 | Fail |
| a History | 4.37:1 | 4.5:1 | #000000 | #0572D5 | Fail |
| a Forums | 11.80:1 | 4.5:1 | #000000 | #9BC7EE | Pass |
| a Contact | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a How to Make Windows … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span By default, Windows … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Continue reading | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Today's Computer Wor… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Yesterday's word | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Random word | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Illumos an open-sour… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Continue reading | 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.
A+Alt Text QualityAll 4 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #site-search | text | search | aria-label |
| q | text | search | aria-label |
A+Link & Button Quality75 links, 2 buttons — all OKPASS
A404 Error PageHTTP 404, custom pagePASS
A+Lighthouse Accessibility AuditsScore 98/100 — 1 failing, 27 passedPASS
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.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.