Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
BAlt Text Quality3 of 23 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 3 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
CLink & Button QualityAction7 issue(s) across 73 links and 15 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| https://nyheter.ki.se/rss/ki-front-page-… | Senaste nyheterna från Karoli… | new tab | Add '(opens in new tab)' to text |
| https://nyheter.ki.se | Fler nyheter | new tab | Add '(opens in new tab)' to text |
| https://nyheter.ki.se/rss/ki-front-page-… | Föreläsningar och konferense… | new tab | Add '(opens in new tab)' to text |
| https://nyheter.ki.se/ki-kalendern | KI-kalendern | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a#main-content
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://nyheter.ki.se/rss/ki-front-page-news; https://nyheter.ki.se; https://nyheter.ki.se/rss/ki-front-page-events; https://nyheter.ki.se/ki-kalendern
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
Icon-only buttons need an aria-label so screen readers can announce them.
button (#87 on page); button (#90 on page); button (#93 on page); button (#96 on page); button (#101 on page); button (#104 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction6 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
4 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 Karolinska Institute… | 1.56:1 | 3.0:1 | #000000 | #362C30 | Fail |
| h2 Nyheter | 2.45:1 | 3.0:1 | #000000 | #4C4C4C | Fail |
| h2 Föreläsningar och … | 2.45:1 | 3.0:1 | #000000 | #4C4C4C | Fail |
| h2 Vi använder kakor (… | 2.45:1 | 3.0:1 | #000000 | #4C4C4C | Fail |
| h2 Hantera dina instäl… | 2.45:1 | 3.0:1 | #000000 | #4C4C4C | Fail |
| h3 Tryggare uppväxt ga… | 2.45:1 | 3.0:1 | #000000 | #4C4C4C | Fail |
| h3 Blodets proteiner f… | 2.45:1 | 3.0:1 | #000000 | #4C4C4C | Fail |
| h3 Nu enklare att hitta… | 2.45:1 | 3.0:1 | #000000 | #4C4C4C | Fail |
| h3 KI inviger nytt cent… | 2.45:1 | 3.0:1 | #000000 | #4C4C4C | Fail |
| h3 Framsteg för stamce… | 2.45:1 | 3.0:1 | #000000 | #4C4C4C | Fail |
| title Karolinska Institute… | 1.05:1 | 4.5:1 | #000000 | #17010F | Fail |
| a Skip to main content | 1.05:1 | 4.5:1 | #000000 | #17010F | Fail |
| button Sök | 1.05:1 | 4.5:1 | #000000 | #17010F | Fail |
| div Stäng | 1.04:1 | 4.5:1 | #000000 | #0C0407 | Fail |
| div Ett medicinskt unive… | 1.23:1 | 4.5:1 | #000000 | #23191B | Fail |
| div Sök | 1.44:1 | 4.5:1 | #000000 | #292928 | Fail |
| span English | 1.03:1 | 4.5:1 | #000000 | #050506 | Fail |
| a ki.se start page | 1.23:1 | 4.5:1 | #000000 | #261820 | Fail |
| div Meny | 1.15:1 | 4.5:1 | #000000 | #1E1217 | Fail |
| span Stäng | 1.55:1 | 4.5:1 | #000000 | #372B31 | 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.
BLighthouse Accessibility AuditsScore 84/100 — 4 failing, 29 passedREVIEW
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
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Meny div > div.container > div.utilities > div#main-menu_toggle |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Anpassa dina kakor div.wrapper > div.footer__col > p > a.js-cookie-settings-link |
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.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.hero-frontpage > picture > img div > div.hero-frontpage > picture > img |
These are opportunities to improve the semantics of the controls in your application. This 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 |
|---|
Mer information om våra kakor div.popup-content > div#popup-text > p > a |
Read this information in English div.popup-content > div#popup-text > p > a |
These items highlight common accessibility best practices.
A+Landmark Structure5 landmarksPASS
A+Heading Hierarchy24 headingsPASS
- H1 Karolinska Institutet
- H2 Direktsändning av promotionshögtid
- H2 Hej ny student – så har Ebbalis första tid på KI varit
- H2 Fem frågor till studentkårernas nya ordförande
- H2 Nya studenter välkomnades med ceremoni, ballonger och mässa
- H2 Följ KI-studenter i sociala medier
- H2 Nyheter
- H3 Tryggare uppväxt gav bättre liv – även för nästa generation
- H3 Blodets proteiner förändras kraftigt från barndom till vuxen ålder
- H3 Nu enklare att hitta rätt innovationsstöd vid KI
- H3 KI inviger nytt centrum – ska lyfta AI från projekt till praktik
- H3 Framsteg för stamcellsterapi vid typ 1-diabetes
- H2 Föreläsningar och konferenser
- H2 Aktuellt från universitetsledningen
- H2 Tio skäl att jobba på KI
- H2 Stöd forskning och utbildning
- H2 Nobelpriset i fysiologi eller medicin
- H2 Core-faciliteter
- H2 Toppublikationer
- H2 Universitetsbiblioteket (KIB)
- H2 KI i korthet
- H2 Hållbar utveckling
- H2 Vi använder kakor (cookies)
- H2 Hantera dina inställningar för kakor
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | search | Sökfält | aria-label |
| #cookie-category-essential | checkbox | Tillåt nödvändiga | for/id |
| #cookie-category-analytics | checkbox | Tillåt analys | for/id |
| #cookie-category-marketing | checkbox | Tillåt marknadsföring | for/id |