Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction3 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
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
F404 Error PageActionHTTP 404, bare pageFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction3 issue(s) across 99 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://endof10.org/ | Make your old Windows 10 PC fa… | new tab | Add '(opens in new tab)' to text |
| https://endof10.org/ | Make your old Windows 10 PC fa… | new tab | Add '(opens in new tab)' to text |
| https://kalpadesktop.org/ | Kalpa Experimental… | new tab | Add '(opens in new tab)' to text |
| https://aeondesktop.github.io/ | the Aeon project | new tab | Add '(opens in new tab)' to text |
| https://en.opensuse.org/Code_of_Conduct | Code of Conduct | new tab | Add '(opens in new tab)' to text |
| https://en.opensuse.org/openSUSE:IRC_lis… | IRC Channels | new tab | Add '(opens in new tab)' to text |
| https://en.opensuse.org/openSUSE:Mailing… | Mailing Lists | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/groups/opensuse… | Facebook Group | new tab | Add '(opens in new tab)' to text |
| https://t.me/opensuseusers | Telegram Group | new tab | Add '(opens in new tab)' to text |
| https://reddit.com/r/openSUSE | new tab | Add '(opens in new tab)' to text | |
| https://fosstodon.org/@opensuse | Mastodon | new tab | Add '(opens in new tab)' to text |
| https://t.me/opensusenews | Telegram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/en.openSUSE | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/opensuse | X (Twitter) | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/opensusetv | YouTube | 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 |
Add '(opens in new tab)' to link text or aria-label.
https://endof10.org/; https://endof10.org/; https://kalpadesktop.org/; https://aeondesktop.github.io/; https://en.opensuse.org/Code_of_Conduct; https://en.opensuse.org/openSUSE:IRC_list; https://en.opensuse.org/openSUSE:Mailing_lists_subscription; https://www.facebook.com/groups/opensuseproject; https://t.me/opensuseusers; https://reddit.com/r/openSUSE (+5 more)
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.menuToggle (#37 on page); button.menuToggle (#54 on page); button.languageSwitchButton (#114 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
BFavicon & Branding5 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CLighthouse Accessibility AuditsActionScore 75/100 — 5 failing, 10 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.
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 |
|---|
Make your old Windows 10 PC fast and secure again! nav.topNav > div.highlightBar > div.container > a |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Lean back while our installer does the work div.propositions > div.proposition > div.text > h3 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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 |
|---|
openSUSE wordmark footer > div.bottomBar > div.legalDisclaimer > 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 |
|---|
Imprint footer > div.bottomBar > div.legalDisclaimer > a |
Privacy policy footer > div.bottomBar > div.legalDisclaimer > a |
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.
AHeading Hierarchy16 headings, 1 skip(s)PASS
- H3 Change language
- H1 Embrace the chameleon
- H3 Lean back while our installer does the work skipped
- H3 Free to use, with no strings attached
- H3 Available in several different flavors
- H3 Opt-in access to proprietary packages
- H3 Regular international community events
- H3 Industry-backed and community-supported
- H3 Installer options
- H3 Most popular flavors
- H3 Specialized flavors
- H4 Main
- H4 Development
- H4 Information
- H4 Community
- H4 Other
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Alt Text QualityAll 19 images OKPASS
A+Form AccessibilityNo form controlsPASS
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 Embrace the chameleo… | 20.23:1 | 3.0:1 | #000000 | #ECFFF8 | Pass |
| h3 Change language | 17.31:1 | 3.0:1 | #000000 | #CCF0F2 | Pass |
| h3 Lean back while our … | 20.23:1 | 3.0:1 | #000000 | #ECFFF8 | Pass |
| h3 Free to use, with no… | 20.23:1 | 3.0:1 | #000000 | #ECFFF8 | Pass |
| h3 Available in several… | 20.23:1 | 3.0:1 | #000000 | #ECFFF8 | Pass |
| h3 Opt-in access to pro… | 20.23:1 | 3.0:1 | #000000 | #ECFFF8 | Pass |
| h3 Regular internationa… | 20.23:1 | 3.0:1 | #000000 | #ECFFF8 | Pass |
| h3 Industry-backed and … | 20.23:1 | 3.0:1 | #000000 | #ECFFF8 | Pass |
| h3 Installer options | 20.23:1 | 3.0:1 | #000000 | #ECFFF8 | Pass |
| h3 Most popular flavors | 20.23:1 | 3.0:1 | #000000 | #ECFFF8 | Pass |
| h3 Specialized flavors | 20.23:1 | 3.0:1 | #000000 | #ECFFF8 | Pass |
| title openSUSE - Free Linu… | 15.24:1 | 4.5:1 | #000000 | #C7E1DD | Pass |
| a Make your old Window… | 15.24:1 | 4.5:1 | #000000 | #C7E1DD | Pass |
| a News | 20.23:1 | 4.5:1 | #000000 | #ECFFF8 | Pass |
| a Desktop OS | 20.23:1 | 4.5:1 | #000000 | #ECFFF8 | Pass |
| a Server OS | 19.07:1 | 4.5:1 | #000000 | #DEFAF3 | Pass |
| a Make your old Window… | 19.07:1 | 4.5:1 | #000000 | #DEFAF3 | Pass |
| a News | 19.07:1 | 4.5:1 | #000000 | #DEFAF3 | Pass |
| a Desktop OS | 18.70:1 | 4.5:1 | #000000 | #DAF8F3 | Pass |
| a Server OS | 17.96:1 | 4.5:1 | #000000 | #D2F4F2 | 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.