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.
CLandmark StructureActionNo landmarksREVIEW
No landmarks detected
Screen reader users have no way to navigate by region.
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 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 Cookies on Legislati… | 11.54:1 | 3.0:1 | #000000 | #98C4F4 | Pass |
| h2 Search Legislation | 5.12:1 | 3.0:1 | #000000 | #5E8297 | Pass |
| h2 New Legislation | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Legislation publishe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Finding your way aro… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Understanding Legisl… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 More help | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Legislation.gov.uk | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Skip to main content | 13.89:1 | 4.5:1 | #000000 | #D2D2D2 | Pass |
| a Skip to navigation | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| p The cookies on legis… | 8.52:1 | 4.5:1 | #000000 | #67A9F1 | Pass |
| button Yes, these cookies a… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Find out more or set… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button No, I want to reject… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a legislation.gov.uk | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span https://www.national… | 1.52:1 | 4.5:1 | #000000 | #2D2D2D | Fail |
| a Cymraeg | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Home | 5.10:1 | 4.5:1 | #000000 | #7D7D7D | Pass |
| span Explore our collecti… | 3.44:1 | 4.5:1 | #000000 | #006899 | Fail |
| span Research tools | 3.16:1 | 4.5:1 | #000000 | #006292 | Fail |
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+Heading Hierarchy14 headingsPASS
- H2 Cookies on Legislation.gov.uk
- H1 legislation.gov.uk
- H2 Search Legislation
- H2 Welcome
- H2 United Kingdom
- H2 Scotland
- H2 Wales
- H2 Northern Ireland
- H2 Legislation originating from the EU
- H2 New Legislation
- H2 Legislation published recently
- H2 Finding your way around legislation.gov.uk
- H2 Understanding Legislation
- H2 More help
A+Alt Text QualityAll 3 images OKPASS
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #title | text | Title: (or keywords in the title) | for/id |
| #year | text | Year: | for/id |
| #number | text | Number: | for/id |
| #type | select | Type: | for/id |
ALink & Button Quality65 links, 4 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| http://www.scottish.parliament.uk | Scottish Parliament website | new tab | Add '(opens in new tab)' to text |
| http://www.senedd.wales | Welsh Parliament | new tab | Add '(opens in new tab)' to text |
| http://www.niassembly.gov.uk | Northern Ireland Assembly | new tab | Add '(opens in new tab)' to text |
| https://eur-lex.europa.eu/homepage.html?… | EUR-Lex website | new tab | Add '(opens in new tab)' to text |
| http://www.parliament.uk/ | UK Parliament | new tab | Add '(opens in new tab)' to text |
| http://services.parliament.uk/bills/ | Parliamentary Business, Bills … | new tab | Add '(opens in new tab)' to text |
| https://www.nationalarchives.gov.uk/doc/… | Open Government Licence v3.0 | new tab | Add '(opens in new tab)' to text |
| https://eur-lex.europa.eu/legal-content/… | Commission Decision 2011/833/E… | new tab | Add '(opens in new tab)' to text |
| https://eur-lex.europa.eu/content/legal-… | EUR-Lex public statement on re… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
http://www.scottish.parliament.uk; http://www.senedd.wales; http://www.niassembly.gov.uk; https://eur-lex.europa.eu/homepage.html?locale=en; http://www.parliament.uk/; http://services.parliament.uk/bills/; https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3; https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0833; https://eur-lex.europa.eu/content/legal-notice/legal-notice.html
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+Print StylesheetPrint styles detectedPASS
A+Lighthouse Accessibility AuditsScore 98/100 — 1 failing, 19 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.