Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingActionNo icons detectedFIX
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
CMobile-Readable Font SizesAction75% of visible text renders at >= 12 CSS px (6 below threshold)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 14 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
5 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 How connected is you… | 2.22:1 | 3.0:1 | #000000 | #464645 | Fail |
| h2 Find your area | 3.54:1 | 3.0:1 | #000000 | #646462 | Pass |
| h2 The data has had its… | 19.24:1 | 3.0:1 | #000000 | #F5F5F3 | Pass |
| h2 Is it right about yo… | 19.24:1 | 3.0:1 | #000000 | #F5F5F3 | Pass |
| h2 How does it compare? | 19.24:1 | 3.0:1 | #000000 | #F5F5F3 | Pass |
| h3 Famous front doors … | 1.22:1 | 3.0:1 | #000000 | #1B1B19 | Fail |
| title How connected is you… | 1.54:1 | 4.5:1 | #000000 | #2E2E2D | Fail |
| span the national | 2.44:1 | 4.5:1 | #000000 | #4C4C4B | Fail |
| span conversation | 1.32:1 | 4.5:1 | #000000 | #222221 | Fail |
| div How lonely is your a… | 2.15:1 | 4.5:1 | #000000 | #444443 | Fail |
| b But they can't say w… | 1.23:1 | 3.0:1 | #000000 | #1C1C1B | Fail |
| span That's where you com… | 1.29:1 | 4.5:1 | #000000 | #20201E | Fail |
| div Local figures cover … | 1.48:1 | 4.5:1 | #000000 | #2B2B2A | Fail |
| button Look up | 1.74:1 | 4.5:1 | #000000 | #363635 | Fail |
| div Postcodes are used o… | 1.37:1 | 4.5:1 | #000000 | #252524 | Fail |
| div Or pick your area di… | 1.29:1 | 4.5:1 | #000000 | #20201F | Fail |
| button Show | 1.26:1 | 4.5:1 | #000000 | #1E1E1C | Fail |
| span Buckingham Palace | 1.29:1 | 4.5:1 | #000000 | #20201F | Fail |
| span Tap to look inside | 19.24:1 | 4.5:1 | #000000 | #F5F5F3 | Pass |
| span Coronation Street | 19.24:1 | 4.5:1 | #000000 | #F5F5F3 | 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.
ALandmark Structure5 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 Hierarchy6 headingsPASS
- H1 How connected is your postcode?
- H2 Find your area
- H3 Famous front doors – tap to look inside
- H2 The data has had its say.
- H2 Is it right about your area?
- H2 How does it compare?
A+Heading Text QualityAll 6 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 1 images OKPASS
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #pc | text | Enter your postcode | aria-label |
| #areapick | input | Pick your local area | aria-label |
| #guess | range | Your guess: share of people who say many of their neighbours can be trusted, percent | aria-label |
| #cmppick | input | Pick an area to compare | aria-label |
ALink & Button Quality5 links, 4 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.national-conversation.ox.ac.… | Take the National Conversation… | new tab | Add '(opens in new tab)' to text |
| https://www.national-conversation.ox.ac.… | Have your say – take the sur… | new tab | Add '(opens in new tab)' to text |
| https://www.national-conversation.ox.ac.… | Have your say – take the sur… | new tab | Add '(opens in new tab)' to text |
| https://www.national-conversation.ox.ac.… | Have your say → | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.national-conversation.ox.ac.uk/?utm_source=connection-barometer&u…; https://www.national-conversation.ox.ac.uk/?utm_source=connection-barometer&u…; https://www.national-conversation.ox.ac.uk/?utm_source=connection-barometer&u…; https://www.national-conversation.ox.ac.uk/?utm_source=connection-barometer&u…
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
A+Form Input Types4 form control(s) checked, no type mismatchesPASS
A+Form Input Quality4 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en-GB"PASS
A+Tabindex Anti-Patterns1 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 22 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.