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 SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction3 issue(s) across 76 links and 10 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.nice.org.uk/cookies | cookie statement.(Opens in a n… | new tab | Add '(opens in new tab)' to text |
| /news/articles/new-life-extending-treatm… | (empty) | empty | Add link text or aria-label |
| /news/articles/new-take-at-home-drug-rec… | (empty) | empty | Add link text or aria-label |
| /news/articles/trojan-horse-treatment-re… | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
/news/articles/new-life-extending-treatment-given-the-green-light-for-people-…; /news/articles/new-take-at-home-drug-recommended-for-people-with-chronic-lymp…; /news/articles/trojan-horse-treatment-recommended-for-people-with-multiple-my…
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
Add '(opens in new tab)' to link text or aria-label.
https://www.nice.org.uk/cookies
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding9 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 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 |
|---|---|---|---|---|---|
| h1 Cookies on the NICE … | 7.09:1 | 3.0:1 | #000000 | #969695 | Pass |
| h1 We produce useful an… | 7.09:1 | 3.0:1 | #000000 | #969695 | Pass |
| h2 Essential cookies | 1.38:1 | 3.0:1 | #000000 | #002840 | Fail |
| h2 Explore more from NI… | 7.09:1 | 3.0:1 | #000000 | #969695 | Pass |
| h2 My account | 7.09:1 | 3.0:1 | #000000 | #969695 | Pass |
| h2 Latest from NICE | 7.09:1 | 3.0:1 | #000000 | #969695 | Pass |
| h2 Backing the healthte… | 7.09:1 | 3.0:1 | #000000 | #969695 | Pass |
| h2 Implementation and p… | 7.09:1 | 3.0:1 | #000000 | #969695 | Pass |
| h2 More ways we support… | 7.09:1 | 3.0:1 | #000000 | #969695 | Pass |
| h2 How we're helping to… | 7.09:1 | 3.0:1 | #000000 | #969695 | Pass |
| h3 Preference cookies | 1.38:1 | 3.0:1 | #000000 | #002840 | Fail |
| h3 Website usage cookie… | 1.38:1 | 3.0:1 | #000000 | #002840 | Fail |
| h3 Marketing and advert… | 7.09:1 | 3.0:1 | #000000 | #969695 | Pass |
| title Homepage | NICE | 7.09:1 | 4.5:1 | #000000 | #969695 | Pass |
| p Cookies are files sa… | 7.09:1 | 4.5:1 | #000000 | #969695 | Pass |
| p We use cookies to st… | 1.38:1 | 4.5:1 | #000000 | #002840 | Fail |
| span For more information… | 1.38:1 | 4.5:1 | #000000 | #002840 | Fail |
| span cookie statement. | 1.38:1 | 4.5:1 | #000000 | #002840 | Fail |
| span (Opens in a new wind… | 1.38:1 | 4.5:1 | #000000 | #002840 | Fail |
| span Accept all cookies | 1.38:1 | 4.5:1 | #000000 | #002840 | 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.
ALandmark Structure24 landmarksPASS
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
AHeading Hierarchy20 headingsPASS
- H1 Cookies on the NICE website and services
- H2 Essential cookies
- H3 Preference cookies
- H3 Website usage cookies
- H3 Marketing and advertising cookies
- H2 Explore more from NICE
- H2 My account
- H1 We produce useful and usable guidance for the NHS and wider health and care system. duplicate H1
- H2 Latest from NICE
- H3 Endometriosis now has its own fertility pathway in NICE guidance
- H3 New life-extending treatment given the green light for people with rare form of bile duct cancer
- H3 New take at home drug recommended for people with chronic lymphocytic leukaemia
- H3 ‘Trojan horse’ treatment recommended for people with multiple myeloma
- H2 Backing the healthtech that changes lives
- H2 Implementation and planning
- H2 More ways we support you
- H2 How we're helping to deliver the NHS 10 Year Plan
- H3 MHRA-NICE pathway opens for business – everything you need to know to get started
- H3 Driving biosimilar adoption through collaboration
- H3 Backing the healthtech that changes lives
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
A+Alt Text QualityAll 3 images OKPASS
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | checkbox | none | |
| input | checkbox | none | |
| input | checkbox | none | |
| #autocomplete | text | Search NICE… | for/id |
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 26 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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Cookies on the NICE website and services
Cookies are files saved on your phone… body > div#ccc > div#ccc-module |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
nav.Legal_menu__L03tj > ul > li > a nav.Legal_menu__L03tj > ul > li > a |
nav.Legal_menu__L03tj > ul > li > a nav.Legal_menu__L03tj > ul > li > a |
nav.Legal_menu__L03tj > ul > li > a nav.Legal_menu__L03tj > ul > li > a |
nav.Legal_menu__L03tj > ul > li > a nav.Legal_menu__L03tj > ul > li > a |
nav.Legal_menu__L03tj > ul > li > a nav.Legal_menu__L03tj > ul > li > a |
nav.Legal_menu__L03tj > ul > li > a nav.Legal_menu__L03tj > ul > li > a |
These items highlight common accessibility best practices.