Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
FFavicon & BrandingAction2 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
DLighthouse Accessibility AuditsActionScore 69/100 — 6 failing, 13 passedFIX
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.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
div.column > div.row > div.community > a div.column > div.row > div.community > a |
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 |
|---|
RSS div.column > div.project-news > div.project-news-content > a.rss_logo |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#searchbox > form > p > input div#searchbox > form > p > input |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Select your language
català
dansk
Deutsch
español
français
Galego
Indonesia
Ita… div#pageLang > div#langSelector > div#langContainer > select |
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 |
|---|
Blog div#navbar > ul > li > a |
Other downloads div.column > div > div.os-img-container > a.os-other-download |
Select your language
català
dansk
Deutsch
español
français
Galego
Indonesia
Ita… div#pageLang > div#langSelector > div#langContainer > select |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
CForm AccessibilityAction9 of 9 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| P | input | (none) | none |
| input | submit | (none) | none |
| #slide1 | radio | (none) | none |
| #slide2 | radio | (none) | none |
| #slide3 | radio | (none) | none |
| #slide4 | radio | (none) | none |
| #slide5 | radio | (none) | none |
| #slide6 | radio | (none) | none |
| select | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input name="P">; <input type="submit">; <input type="radio" name="slider" id="slide1">; <input type="radio" name="slider" id="slide2">; <input type="radio" name="slider" id="slide3">; <input type="radio" name="slider" id="slide4">; <input type="radio" name="slider" id="slide5">; <input type="radio" name="slider" id="slide6">; <select>
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
BLink & Button Quality8 issue(s) across 37 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| intro/people | (empty) | empty | Add link text or aria-label |
| intro/philosophy | (empty) | empty | Add link text or aria-label |
| devel/join/ | (empty) | empty | Add link text or aria-label |
| intro/index#community | (empty) | empty | Add link text or aria-label |
| intro/why_debian | (empty) | empty | Add link text or aria-label |
| support | (empty) | empty | Add link text or aria-label |
| security/ | (empty) | empty | Add link text or aria-label |
| intro/index#software | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
intro/people; intro/philosophy; devel/join/; intro/index#community; intro/why_debian; support; security/; intro/index#software
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
B404 Error PageHTTP 404, custom pageREVIEW
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 Debian | 7.32:1 | 3.0:1 | #000000 | #7D9DB0 | Pass |
| h1 The Community | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 The Operating System | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Project News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Debian is a Communit… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Debian is a complete… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 News and Announcemen… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 DC25 Group Photo | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 MiniDebConf Hamburg … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 MiniDebConf Maceió … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Screenshot Calamares… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Debian is like a Swi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 People have fun with… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Debian -- The Univer… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip Quicknav | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Blog | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Micronews | 6.41:1 | 4.5:1 | #000000 | #7D919D | Pass |
| a Planet | 2.62:1 | 4.5:1 | #000000 | #265572 | Fail |
| a Wiki | 2.48:1 | 4.5:1 | #000000 | #26516C | Fail |
| a People | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.
AHeading Hierarchy21 headingsPASS
- H1 Debian
- H1 The Community duplicate H1
- H2 Debian is a Community of People!
- H3 DC25 Group Photo
- H3 MiniDebConf Hamburg 2025
- H3 MiniDebConf Maceió 2025
- H3 Screenshot Calamares Installer
- H3 Debian is like a Swiss Army Knife
- H3 People have fun with Debian
- H2 People
- H2 Our Philosophy
- H2 Get Involved, Contribute
- H2 More...
- H1 The Operating System duplicate H1
- H2 Debian is a complete Free Operating System!
- H2 Why Debian
- H2 User Support
- H2 Security Updates
- H2 More...
- H1 Project News duplicate H1
- H2 News and Announcements about Debian
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