Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionValid manifestFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure5 landmarksREVIEW
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding22 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 17 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 Software For The Pub… | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h2 Our Impact | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h2 Our Open Source Proj… | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h2 Our Incubating Proje… | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h2 Incubate a Project | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h2 Everyone is Welcome | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h2 Upcoming Events | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h2 Thank You, Sponsors | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h2 ASF Plus One | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h2 Growing Together | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h2 Subscribe to ASF Plu… | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h3 Flink Forward 2026 | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h3 Iceberg Summit 2026 | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h3 Most Recent Blog Pos… | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h3 Plus One Newsletter | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| h3 Plus One Podcast | 1.53:1 | 3.0:1 | #000000 | #28265E | Fail |
| title Welcome to The Apach… | 2.47:1 | 4.5:1 | #000000 | #7C297D | Fail |
| p Introducing The ASF… | 10.08:1 | 4.5:1 | #000000 | #CBA9CB | Pass |
| a Read Now | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Toggle navigation | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | 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 Hierarchy35 headings, 1 skip(s)PASS
- H1 Software For The Public Good¶
- H2 Our Impact¶
- H2 Our Open Source Projects¶
- H2 Our Incubating Projects¶
- H2 Incubate a Project¶
- H2 Everyone is Welcome¶
- H2 Upcoming Events¶
- H3 Flink Forward 2026¶
- H4 Shenzen, China¶
- H5 July 11-12, 2026
- H3 Iceberg Summit 2026¶
- H4 San Francisco, CA, USA¶
- H5 April 8 - April 9 2026
- H2 Thank You, Sponsors¶
- H2 ASF Plus One¶
- H3 Most Recent Blog Posts¶
- H4 The Apache Software Foundation Welcomes 45 New Members¶
- H4 The Apache Software Foundation Launches $10M Responsible AI Initiative with Initial $1.75M Donation¶
- H4 The Apache Software Foundation Announces $1.5M Donation from Anthropic¶
- H3 Plus One Newsletter¶
- H4 ASF Plus One Newsletter: March 2026¶
- H4 ASF Plus One Newsletter: February 2026¶
- H4 ASF Plus One Newsletter: January 2026¶
- H3 Plus One Podcast¶
- H4 Chris Dutz, new Director at the ASF¶
- H4 Apache Grails: James Fredley and James Daugherty¶
- H4 Airflow 3.x and beyond¶
- H2 Growing Together¶
- H2 Subscribe to ASF Plus One, Our Monthly Newsletter
- H5 Community skipped
- H5 Learn
- H5 Projects
- H5 Resources & Tools
- H5 Downloads
- H5 About
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
AAlt Text Quality8 of 54 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 8 image(s) |
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
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
ALink & Button Quality169 links, 2 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://news.apache.org/foundation/entry… | Read Now | new tab | Add '(opens in new tab)' to text |
| https://community.apache.org/ | Contributor Getting Started | new tab | Add '(opens in new tab)' to text |
| https://community.apache.org/contributor… | Becoming a Committer | new tab | Add '(opens in new tab)' to text |
| https://communityovercode.org/ | Community Over Code | new tab | Add '(opens in new tab)' to text |
| https://events.apache.org/ | Events | new tab | Add '(opens in new tab)' to text |
| https://incubator.apache.org/ | Incubator Projects | new tab | Add '(opens in new tab)' to text |
| https://projects.apache.org/ | Projects Directory | new tab | Add '(opens in new tab)' to text |
| https://attic.apache.org/ | The Apache Attic | new tab | Add '(opens in new tab)' to text |
| https://downloads.apache.org/ | Distributions | new tab | Add '(opens in new tab)' to text |
| https://projects.apache.org/releases.htm… | Releases | new tab | Add '(opens in new tab)' to text |
| https://news.apache.org/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://cwiki.apache.org/ | Wiki | new tab | Add '(opens in new tab)' to text |
| https://issues.apache.org/ | Issues | new tab | Add '(opens in new tab)' to text |
| https://infra.apache.org/slack.html | Slack | new tab | Add '(opens in new tab)' to text |
| https://selfserve.apache.org/ | Self Serve Portal | new tab | Add '(opens in new tab)' to text |
| https://infra.apache.org/ | Infrastructure | new tab | Add '(opens in new tab)' to text |
| https://status.apache.org/ | Infrastructure Status | new tab | Add '(opens in new tab)' to text |
| https://infra-reports.apache.org/#uptime | Infrastructure Statistics | new tab | Add '(opens in new tab)' to text |
| https://whimsy.apache.org/ | Whimsy | new tab | Add '(opens in new tab)' to text |
| https://diversity.apache.org/ | Diversity & Inclusion | new tab | Add '(opens in new tab)' to text |
| https://grails.apache.org | Grails | new tab | Add '(opens in new tab)' to text |
| https://johnzon.apache.org/ | Johnzon | new tab | Add '(opens in new tab)' to text |
| https://hop.apache.org | Hop | new tab | Add '(opens in new tab)' to text |
| https://vcl.apache.org/ | VCL | new tab | Add '(opens in new tab)' to text |
| https://ratis.apache.org | Ratis | new tab | Add '(opens in new tab)' to text |
| https://flagon.apache.org | Flagon | new tab | Add '(opens in new tab)' to text |
| https://atlas.apache.org/ | Atlas | new tab | Add '(opens in new tab)' to text |
| https://parquet.apache.org/ | Parquet | new tab | Add '(opens in new tab)' to text |
| https://tapestry.apache.org/ | Tapestry | new tab | Add '(opens in new tab)' to text |
| https://answer.apache.org | Answer | new tab | Add '(opens in new tab)' to text |
| https://echarts.apache.org | ECharts | new tab | Add '(opens in new tab)' to text |
| https://qpid.apache.org/ | Qpid | new tab | Add '(opens in new tab)' to text |
| http://seata.apache.org | Seata | new tab | Add '(opens in new tab)' to text |
| https://cloudberry.apache.org | Cloudberry | new tab | Add '(opens in new tab)' to text |
| https://resilientdb.apache.org | resilientdb | new tab | Add '(opens in new tab)' to text |
| https://toree.apache.org | Toree | new tab | Add '(opens in new tab)' to text |
| https://fluss.apache.org | Fluss | new tab | Add '(opens in new tab)' to text |
| http://kie.apache.org | kie | new tab | Add '(opens in new tab)' to text |
| https://community.apache.org/ | New to The ASF? Start here | new tab | Add '(opens in new tab)' to text |
| https://www.flink-forward.org/ | See Event | new tab | Add '(opens in new tab)' to text |
| https://www.icebergsummit.org/ | See Event | new tab | Add '(opens in new tab)' to text |
| https://news.apache.org/?p=7511 | Read Post | new tab | Add '(opens in new tab)' to text |
| https://news.apache.org/?p=7504 | Read Post | new tab | Add '(opens in new tab)' to text |
| https://news.apache.org/?p=7497 | Read Post | new tab | Add '(opens in new tab)' to text |
| https://news.apache.org/?p=7416 | Read Post | new tab | Add '(opens in new tab)' to text |
| https://news.apache.org/?p=7385 | Read Post | new tab | Add '(opens in new tab)' to text |
| https://news.apache.org/?p=7351 | Read Post | new tab | Add '(opens in new tab)' to text |
| https://plusone.apache.org/?p=19469 | Listen Now | new tab | Add '(opens in new tab)' to text |
| https://plusone.apache.org/?p=19071 | Listen Now | new tab | Add '(opens in new tab)' to text |
| https://plusone.apache.org/?p=19031 | Listen Now | new tab | Add '(opens in new tab)' to text |
| https://news.apache.org/newsletter | Subscribe Now | new tab | Add '(opens in new tab)' to text |
| https://donate.apache.org/48ff | Donate | new tab | Add '(opens in new tab)' to text |
| https://infra.apache.org/slack.html | slack icon | new tab | Add '(opens in new tab)' to text |
| https://github.com/apache | github icon | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/the-apa… | linkedIn icon | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/TheApacheFound… | youtube icon | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/TheASF | X icon | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/apache.org | Bluesky icon | new tab | Add '(opens in new tab)' to text |
| https://fosstodon.org/@TheASF | Mastodon icon | new tab | Add '(opens in new tab)' to text |
| https://community.apache.org/ | Contributor Getting Started | new tab | Add '(opens in new tab)' to text |
| https://community.apache.org/contributor… | Becoming a Committer | new tab | Add '(opens in new tab)' to text |
| https://communityovercode.org/ | Community Over Code | new tab | Add '(opens in new tab)' to text |
| https://events.apache.org/ | Events | new tab | Add '(opens in new tab)' to text |
| https://news.apache.org/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://incubator.apache.org/ | Incubator Projects | new tab | Add '(opens in new tab)' to text |
| https://projects.apache.org/ | Projects Directory | new tab | Add '(opens in new tab)' to text |
| https://cwiki.apache.org/ | Wiki | new tab | Add '(opens in new tab)' to text |
| https://issues.apache.org/ | Issues | new tab | Add '(opens in new tab)' to text |
| https://infra.apache.org/slack.html | Slack | new tab | Add '(opens in new tab)' to text |
| https://selfserve.apache.org/ | Self Serve Portal | new tab | Add '(opens in new tab)' to text |
| https://infra.apache.org/ | Infrastructure | new tab | Add '(opens in new tab)' to text |
| https://status.apache.org/ | Infrastructure Status | new tab | Add '(opens in new tab)' to text |
| https://infra-reports.apache.org/#uptime | Infrastructure Statistics | new tab | Add '(opens in new tab)' to text |
| https://whimsy.apache.org/ | Whimsy | new tab | Add '(opens in new tab)' to text |
| https://downloads.apache.org/ | Distributions | new tab | Add '(opens in new tab)' to text |
| https://projects.apache.org/releases.htm… | Releases | new tab | Add '(opens in new tab)' to text |
| https://diversity.apache.org/ | Diversity & Inclusion | new tab | Add '(opens in new tab)' to text |
| https://privacy.apache.org/policies/priv… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://news.apache.org/foundation/entry/introducing-the-asfs-new-logo; https://community.apache.org/; https://community.apache.org/contributors/; https://communityovercode.org/; https://events.apache.org/; https://incubator.apache.org/; https://projects.apache.org/; https://attic.apache.org/; https://downloads.apache.org/; https://projects.apache.org/releases.html (+68 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
A+Lighthouse Accessibility AuditsScore 98/100 — 1 failing, 20 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.
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 |
|---|
Community div.flex-1 > div.footer-nav-col > div.footer-nav-group > h5.white |
These are opportunities to improve keyboard navigation in your application.