Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 icon(s) 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
BLandmark Structure8 landmarksREVIEW
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
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
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.
1 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 Umeå universitet | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 STUDENT | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Aktuellt | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Evenemang | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 I fokus: Forskning o… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Umeå universitet | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Cookie-samtycke | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| title Umeå universitet | 2.19:1 | 4.5:1 | #000000 | #2A4765 | Fail |
| span "False" | 2.19:1 | 4.5:1 | #000000 | #2A4765 | Fail |
| a Hoppa direkt till in… | 2.95:1 | 4.5:1 | #000000 | #385B7A | Fail |
| span umu.se | 4.79:1 | 4.5:1 | #000000 | #537D9D | Pass |
| a För studenter | 7.49:1 | 4.5:1 | #000000 | #7F9EB8 | Pass |
| a För forskare | 8.07:1 | 4.5:1 | #000000 | #88A4BA | Pass |
| a Bibliotek | 9.14:1 | 4.5:1 | #000000 | #90AFC7 | Pass |
| a För medarbetare | 12.05:1 | 4.5:1 | #000000 | #B1C7DA | Pass |
| span Logga in | 14.72:1 | 4.5:1 | #000000 | #CBDAE7 | Pass |
| span Student | 15.78:1 | 4.5:1 | #000000 | #D4E1EC | Pass |
| p Logga in på student… | 14.29:1 | 4.5:1 | #000000 | #C9D7E1 | Pass |
| span Redigera | 14.67:1 | 4.5:1 | #000000 | #CADAE5 | Pass |
| p Redigera innehåll p… | 13.82:1 | 4.5:1 | #000000 | #C4D4DE | 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+Heading Hierarchy15 headingsPASS
- H1 Umeå universitet
- H2 Banbrytande forskning för ett hållbart samhälle
- H2 Banbrytande forskning för ett hållbart samhälle
- H2 Kom närmare din framtid
- H2 Kom närmare din framtid
- H2 Nordens mest hälsosamma campus
- H2 Nordens mest hälsosamma campus
- H2 Gensaxen CRISPR-Cas9 revolutionerar gentekniken
- H2 Gensaxen CRISPR-Cas9 revolutionerar gentekniken
- H2 STUDENT
- H2 Aktuellt
- H2 Evenemang
- H2 I fokus: Forskning om skolan
- H2 Umeå universitet
- H2 Cookie-samtycke
A+Alt Text Quality1 of 43 images have issuesPASS
| Issue | Count |
|---|---|
| filename | 1 image(s) |
A+Form AccessibilityAll 8 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #headerSearchField | text | Sökfält | aria-label |
| #headerSearchClear | reset | X Ta bort text i sökfält | aria-label |
| #/sok/Allt | radio | Allt | for/id |
| #/sok/Utbildning | radio | Utbildning | for/id |
| #/sok/Forskning | radio | Forskning | for/id |
| #/sok/Personal | radio | Personal | for/id |
| #/sok/Studentwebb | radio | Studentwebb | for/id |
| #/sok/Nyheter | radio | Nyheter | for/id |
A+Link & Button Quality59 links, 15 buttons — all OKPASS
A404 Error PageHTTP 404, custom pagePASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 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.