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.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction4 landmarksREVIEW
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
BLink & Button Quality359 links, 4 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.cncf.io/blog/2026/04/06/peer… | Peer-to-Peer acceleration for … | img no alt | Add alt attribute to the image |
| https://www.cncf.io/blog/2026/04/02/gito… | GitOps policy-as-code: Securin… | img no alt | Add alt attribute to the image |
| https://www.cncf.io/blog/2026/03/31/sust… | Sustaining OpenTelemetry: Movi… | img no alt | Add alt attribute to the image |
BWeb ManifestValid manifestREVIEW
A+Heading Hierarchy17 headingsPASS
- H4 Mumbai, India
- H1 MAKE CLOUD NATIVE UBIQUITOUS
- H2 CNCF is the open source, vendor-neutral hub of cloud native computing, hosting projects like Kubernetes and Prometheus to make cloud native universal and sustainable.
- H2 CNCF projects are the foundation of cloud native computing
- H2 Transforming leadingorganizations across the world
- H2 Ready to go cloud native? Join our foundation of doers
- H3 Members
- H3 Contributors
- H3 End Users
- H3 New to CNCF?
- H3 Upcoming Events
- H2 Together we are #TeamCloudNative
- H2 We're redefining how software gets built
- H2 Latest from CNCF
- H3 Peer-to-Peer acceleration for AI model distribution with Dragonfly
- H3 GitOps policy-as-code: Securing Kubernetes with Argo CD and Kyverno
- H3 Sustaining OpenTelemetry: Moving from dependency management to stewardship
A+Alt Text QualityAll 199 images OKPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-bar | search | Search CNCF | for/id |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">
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
A404 Error PageHTTP 404, custom pagePASS
AFavicon & Branding6 icon(s) detectedPASS
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 MAKE | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h1 CLOUD NATIVE | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h2 CNCF is the open sou… | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h2 , hosting projec… | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h2 CNCF projects … | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h2 Transforming leading | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h2 organizations across… | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h2 Ready to go cloud na… | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h2 Join our foundation … | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h2 Together we are #… | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h2 We're redefining how… | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h2 Latest from CNCF | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h3 Members | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h3 Contributors | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h3 End Users | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h3 New to CNCF? | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h3 Upcoming Events | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h3 Peer-to-Peer acceler… | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h3 GitOps policy-as-cod… | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | Pass |
| h3 Sustaining OpenTelem… | 20.65:1 | 3.0:1 | #000000 | #FDFDFD | 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+Lighthouse Accessibility AuditsScore 95/100 — 2 failing, 27 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.
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 |
|---|
Logo of KubeEdge div.slider > div.slick-list > div.slick-track > div.slick-slide |
Logo of Istio div.slider > div.slick-list > div.slick-track > div.slick-slide |
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.
Best practices
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.no-focus-outline html.no-focus-outline |
These items highlight common accessibility best practices.