Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction9 issue(s) across 178 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | Languages | img no alt | Add alt attribute to the image |
| https://kde.org/anniversaries/30 | (empty) | empty | Add link text or aria-label |
| https://kde.org/community/whatiskde | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Whatiskde | |||
| https://kde.org/announcements/gear/26.04… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: 26.04.0 | |||
| https://kde.org/announcements/frameworks… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: 6.25.0 | |||
| https://kde.org/announcements/plasma/6/6… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: 6.6.4 | |||
| https://kde.org/announcements/plasma/6/6… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: 6.6.3 | |||
| https://eco.kde.org | (empty) | empty | Add link text or aria-label |
| https://kdenlive.org/news/2025/berlin-sp… | Kdenlive 2025 SprintBerlin, Ge… | img no alt | Add alt attribute to the image |
| https://fosdem.org/2026/ | FOSDEM 2025Brussels, Belgium | img no alt | Add alt attribute to the image |
| https://conf.kde.in/2025/ | conf.kde.in 2025Gandhinagar, G… | img no alt | Add alt attribute to the image |
| https://www.socallinuxexpo.org/scale/22x… | Scale22xPasadena, CA, USA | img no alt | Add alt attribute to the image |
| https://fossasia.org/ | FOSSAsiaBangkok, Thailand | img no alt | Add alt attribute to the image |
| https://fossunited.org/indiafoss/2025 | IndiaFOSSBengaluru, India | img no alt | Add alt attribute to the image |
| https://linuxappsummit.org/ | Linux App SummitTirana, Albani… | img no alt | Add alt attribute to the image |
| https://www.kde-espana.org/akademy-es-20… | Akademy-es 2025Málaga, Spain | img no alt | Add alt attribute to the image |
| https://akademy.kde.org/news/2025-09_aka… | Akademy 2025Berlin, Germany | img no alt | Add alt attribute to the image |
| https://kde.org/community/donations/inde… | Why Donate? | new tab | Add '(opens in new tab)' to text |
| https://kde.org/community/donations | Other ways to donate | new tab | Add '(opens in new tab)' to text |
| https://doc.qt.io/ | Qt Documentation | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/kde/ | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://kde.org/anniversaries/30; https://eco.kde.org; https://www.facebook.com/kde/
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
Generic link text like 'click here' doesn't describe the destination.
https://kde.org/community/whatiskde ("Learn More"); https://kde.org/announcements/gear/26.04.0/ ("Read More"); https://kde.org/announcements/frameworks/6/6.25.0/ ("Read More"); https://kde.org/announcements/plasma/6/6.6.4/ ("Read More"); https://kde.org/announcements/plasma/6/6.6.3/ ("Read More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="#"]; a[href="https://kdenlive.org/news/2025/berlin-sprint/"]; a[href="https://fosdem.org/2026/"]; a[href="https://conf.kde.in/2025/"]; a[href="https://www.socallinuxexpo.org/scale/22x/"]; a[href="https://fossasia.org/"]; a[href="https://fossunited.org/indiafoss/2025"]; a[href="https://linuxappsummit.org/"]; a[href="https://www.kde-espana.org/akademy-es-2025"]; a[href="https://akademy.kde.org/news/2025-09_akademy-2025-report/"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://kde.org/community/donations/index.php#money; https://kde.org/community/donations; https://doc.qt.io/
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.btn (#109 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
DFavicon & BrandingAction3 icon(s) detectedFIX
DPrint StylesheetActionNo print stylesFIX
BAlt Text Quality1 of 38 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #donateAmountField | text | Amount | for/id |
| s | text | (Search) | placeholder only |
| s | text | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="s">; <input type="text" name="s">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
B404 Error PageHTTP 404, custom pageREVIEW
BWeb ManifestValid manifestREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CLighthouse Accessibility AuditsActionScore 78/100 — 6 failing, 22 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
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
div.container > div.row > div.col-lg-5 > a.mx-auto div.container > div.row > div.col-lg-5 > a.mx-auto |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Join the fun here div.container > div.row > div.col-auto > a.button |
Learn More section > div.container > div.mb-3 > a.button |
Get Involved section > div.container > div.mb-3 > a.noblefir |
Install on your computer section.text-center > div.container > div.text-center > a.learn-more |
Germany div.row > div.col-12 > div.text-muted > span.badge |
Canada div.row > div.col-12 > div.text-muted > span.badge |
Austria div.row > div.col-12 > div.text-muted > span.badge |
Brazil div.row > div.col-12 > div.text-muted > span.badge |
Maintained by KDE Webmasters (public mailing list). Generated from 60d4cce. footer#kFooter > div#kLegal > p.d-block > small.maintenance |
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. … footer#kFooter > div#kLegal > p.d-block > small.trademark |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
See all devices section > div.container > p > a |
Why Donate? div#kDonateForm > div.center > h2.h5 > a |
KDE Webmasters div#kLegal > p.d-block > small.maintenance > a |
60d4cce div#kLegal > p.d-block > small.maintenance > a |
These are opportunities to improve the legibility of your content.
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.row > div.col > a > img div.row > div.col > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.row > div.col > a div.container > div.row > div.col > a |
body > footer#kFooter > div#kSocial > a body > footer#kFooter > div#kSocial > a |
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 |
|---|
Go to slide 1 div.for-you-carousel > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.for-you-carousel > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.for-you-carousel > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.for-you-carousel > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.for-you-carousel > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 div.for-you-carousel > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 7 div.for-you-carousel > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 8 div.for-you-carousel > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 9 div.for-you-carousel > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 10 div.for-you-carousel > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
These items highlight common accessibility best practices.
ALandmark Structure9 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 Hierarchy77 headingsPASS
- H2 KDE is turning 30 this year!
- H1 What is KDE?
- H1 Plasma duplicate H1
- H2 KDE Applications
- H3 Powerful, multi-platform, and for everyone
- H3 Marknote
- H3 Kontact
- H3 KDevelop
- H3 For You
- H3 We develop KDE for everyone, from kids to grandparents and from professionals to hobbyists.
- H2 KDE For Digital Sovereignty
- H2 KDE for Creators
- H2 KDE for Scientists
- H2 KDE for Activists
- H2 KDE for Developers
- H2 KDE for Gamers
- H2 KDE for Kids
- H2 KDE For Students
- H2 KDE for Travelers
- H2 KDE for Windows 10 Exiles
- H2 KDE For Digital Sovereignty
- H2 KDE for Creators
- H2 KDE for Scientists
- H2 KDE for Activists
- H2 KDE for Developers
- H2 KDE for Gamers
- H2 KDE for Kids
- H2 KDE For Students
- H2 KDE for Travelers
- H2 KDE for Windows 10 Exiles
- H2 KDE For Digital Sovereignty
- H2 KDE for Creators
- H2 KDE for Scientists
- H2 KDE for Activists
- H2 KDE for Developers
- H2 KDE for Gamers
- H2 KDE for Kids
- H2 KDE For Students
- H2 KDE for Travelers
- H2 KDE for Windows 10 Exiles
- H2 Devices
- H2 Buy a computer with Plasma preinstalled
- H3 Steam Deck
- H3 Tuxedo Computers
- H3 KDE Slimbook
- H3 Kubuntu Focus
- H2 Announcements
- H3 KDE Gear ⚙️ 26.04
- H3 KDE Ships Frameworks 6.25.0
- H3 KDE Plasma 6.6.4, Bugfix Release for April
- H3 KDE Plasma 6.6.3, Bugfix Release for March
- H2 KDE Eco
- H3 Join the sustainable software movement
- H1 Community duplicate H1
- H2 Next Events
- H3 Linux Application Summit
- H3 FOSSY 2026
- H3 Akademy 2026
- H3 IFBA - KDE's Birthday Party
- H2 Previous Events
- H2 Kdenlive 2025 Sprint
- H2 FOSDEM 2025
- H2 conf.kde.in 2025
- H2 Scale22x
- H2 FOSSAsia
- H2 IndiaFOSS
- H2 Linux App Summit
- H2 Akademy-es 2025
- H2 Akademy 2025
- H3 KDE Patrons
- H2 Donate to KDE Why Donate?
- H2 Visit the KDE MetaStore
- H3 Products
- H3 Develop
- H3 News & Press
- H3 Resources
- H3 Destinations
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+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 What is KDE? | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h1 Plasma | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h1 Community | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE Applications | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE For Digital Sove… | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Creators | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Scientists | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Activists | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Developers | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Gamers | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Kids | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE For Students | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Travelers | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Windows 10 E… | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE For Digital Sove… | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Creators | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Scientists | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Activists | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Developers | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 KDE for Gamers | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | 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.