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.
BFavicon & Branding10 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 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 This site uses cooki… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h1 UK Research and Inno… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Necessary Cookies | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Featured | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 News | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Subscribe to UKRI em… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Blog | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Who we are | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Our councils | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Useful links | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Connect with us | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Support links | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h3 Cookies that measure… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| title UKRI – UK Research… | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| p Some of these cookie… | 3.41:1 | 4.5:1 | #000000 | #406C31 | Fail |
| span For more detailed in… | 3.41:1 | 4.5:1 | #000000 | #406C31 | Fail |
| span cookie policy (opens… | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| span (Opens in a new wind… | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| span Accept All Cookies | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| span Reject All Cookies | 7.37:1 | 4.5:1 | #000000 | #999999 | 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+Landmark Structure12 landmarksPASS
AHeading Hierarchy13 headingsPASS
- H1 This site uses cookies
- H2 Necessary Cookies
- H3 Cookies that measure website use
- H1 UK Research and Innovation duplicate H1
- H2 Featured
- H2 News
- H2 Subscribe to UKRI emails
- H2 Blog
- H2 Who we are
- H2 Our councils
- H2 Useful links
- H2 Connect with us
- H2 Support links
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 29 images OKPASS
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | checkbox | none | |
| #ukri-search__box | text | Search term | for/id |
| #ukri-search__box-mobile | text | Search term | for/id |
ALink & Button Quality114 links, 7 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.ukri.org/about-us/cookie-pol… | cookie policy (opens in a new … | new tab | Add '(opens in new tab)' to text |
| https://www.civicuk.com/cookie-control | About this tool(Opens in a new… | new tab | Add '(opens in new tab)' to text |
| /who-we-are/how-we-are-doing/research-ou… | How quantum will change your l… | img no alt | Add alt attribute to the image |
| /who-we-are/how-we-are-doing/research-ou… | Safer sleep for babies | img no alt | Add alt attribute to the image |
| /who-we-are/our-vision-and-strategy/upda… | Updates on our 2026 strategy a… | img no alt | Add alt attribute to the image |
| https://www.ukri.org/news/families-left-… | Pinned article from 16 … | img no alt | Add alt attribute to the image |
| https://www.ukri.org/news/uk-scientists-… | 22 April 2026 UK scientists… | img no alt | Add alt attribute to the image |
| https://www.ukri.org/news/scientists-unl… | 22 April 2026 Scientists un… | img no alt | Add alt attribute to the image |
| https://www.ukri.org/news/gut-microbiome… | 20 April 2026 Gut microbiom… | img no alt | Add alt attribute to the image |
| https://www.ukri.org/news/skin-patch-hel… | 20 April 2026 “Skin patch… | img no alt | Add alt attribute to the image |
| https://www.ukri.org/blog/from-ward-roun… | 2 April 2026 From ward roun… | img no alt | Add alt attribute to the image |
| https://www.ukri.org/blog/improving-mrc-… | 1 April 2026 Improving MRC … | img no alt | Add alt attribute to the image |
Add '(opens in new tab)' to link text or aria-label.
https://www.ukri.org/about-us/cookie-policy/; https://www.civicuk.com/cookie-control
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
A404 Error PageHTTP 404, custom pagePASS
A+Print StylesheetPrint styles detectedPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 28 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.