Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
DLink & Button QualityAction17 issue(s) across 67 links and 9 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /blog/2025/07/24/redesigning-jenkins-par… | (empty) | empty | Add link text or aria-label |
| /blog/2025/06/25/Celebrating-the-2025-Je… | (empty) | empty | Add link text or aria-label |
| https://devopsdozen.com/devops-dozen-202… | (empty) | empty | Add link text or aria-label |
| https://www.jenkins.io/blog/2025/12/10/j… | (empty) | empty | Add link text or aria-label |
| https://contributors.jenkins.io/ | (empty) | empty | Add link text or aria-label |
| https://stories.jenkins.io/ | (empty) | empty | Add link text or aria-label |
| /participate/ | (empty) | empty | Add link text or aria-label |
| https://osuosl.org | (empty) | empty | Add link text or aria-label |
| https://github.com | (empty) | empty | Add link text or aria-label |
| https://jfrog.com | (empty) | empty | Add link text or aria-label |
| <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 |
| <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 |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/blog/2025/07/24/redesigning-jenkins-part-two/; /blog/2025/06/25/Celebrating-the-2025-Jenkins-Contributor-Award-Winners/; https://devopsdozen.com/devops-dozen-2024-community-award-winners/; https://www.jenkins.io/blog/2025/12/10/jenkins-bug-bounty-program-yeswehack-european-commission/; https://contributors.jenkins.io/; https://stories.jenkins.io/; /participate/; https://osuosl.org; https://github.com; https://jfrog.com
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
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy24 headings, 2 skip(s)REVIEW
- H1 Jenkins
- H2 Redesigned Jenkins header and UI
- H2 Jenkins 2025 Community Awards
- H2 Jenkins wins DevOps Dozen award
- H2 Announcing the new Jenkins Bug Bounty Program!
- H2 Meet the driving forces
- H2 Jenkins Stories!
- H2 Participate and Contribute!
- H5 Continuous Integration and Continuous Delivery skipped
- H5 Easy installation
- H5 Easy configuration
- H5 Plugins
- H5 Extensible
- H5 Distributed
- H2 Recent posts
- H5 Plugin of the Month – April 2026: Pipeline Graph View skipped
- H5 JetBrains Report Highlights Jenkins as a Popular CI/CD Tool in 2026
- H5 Redesigned Credentials in Jenkins
- H5 Introducing the Chinese Workday Plugin
- H5 Revamped Build Monitor plugin
- H5 Introducing the Jenkins Plugin of the Month
- H5 Jenkins Contributor Summit: Officers View on the Present and Future
- H5 Jenkins Contributor Awards 2026 - Nominations are Open
- H5 Impressions from Jenkins Contributor Summit in Brussels
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
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding7 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
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 |
|---|---|---|---|---|---|
| h2 Redesigned Jenkins h… | 19.96:1 | 3.0:1 | #000000 | #F9F9FA | Pass |
| h2 Jenkins 2025 Communi… | 19.96:1 | 3.0:1 | #000000 | #F9F9FA | Pass |
| h2 Jenkins wins DevOps … | 19.96:1 | 3.0:1 | #000000 | #F9F9FA | Pass |
| h2 Announcing the new J… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Meet the driving for… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Jenkins Stories! | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Participate and Cont… | 5.86:1 | 3.0:1 | #000000 | #ED5321 | Pass |
| h2 Recent posts | 5.86:1 | 3.0:1 | #000000 | #ED5321 | Pass |
| title Jenkins | 1.36:1 | 4.5:1 | #000000 | #212529 | Fail |
| span Jenkins | 1.36:1 | 4.5:1 | #000000 | #212529 | Fail |
| strong Build great things a… | 19.96:1 | 3.0:1 | #000000 | #F9F9FA | Pass |
| p The leading open sou… | 19.96:1 | 4.5:1 | #000000 | #F9F9FA | Pass |
| a Download | 19.96:1 | 4.5:1 | #000000 | #F9F9FA | Pass |
| a Documentation | 19.96:1 | 4.5:1 | #000000 | #F9F9FA | Pass |
| p Jenkins' UI has been… | 19.96:1 | 4.5:1 | #000000 | #F9F9FA | Pass |
| a Read here | 19.96:1 | 4.5:1 | #000000 | #F9F9FA | Pass |
| p The Jenkins 2025 Com… | 19.96:1 | 4.5:1 | #000000 | #F9F9FA | Pass |
| a Read more about the … | 19.96:1 | 4.5:1 | #000000 | #F9F9FA | Pass |
| p Jenkins has been awa… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a More info | 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.
CLighthouse Accessibility AuditsActionScore 71/100 — 8 failing, 18 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button.active div#ProjectCarousel_590 > div.container > div.carousel-indicators > button.active |
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button div#ProjectCarousel_590 > div.container > div.carousel-indicators > button |
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button div#ProjectCarousel_590 > div.container > div.carousel-indicators > button |
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button div#ProjectCarousel_590 > div.container > div.carousel-indicators > button |
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button div#ProjectCarousel_590 > div.container > div.carousel-indicators > button |
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button div#ProjectCarousel_590 > div.container > div.carousel-indicators > button |
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button div#ProjectCarousel_590 > div.container > div.carousel-indicators > button |
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.container > div.row > div.col-md-5 > img div.container > div.row > div.col-md-5 > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.section > div.video > iframe div.container > div.section > div.video > iframe |
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-md-12 > a div.container > div.row > div.col-md-12 > a |
div.sponsors > ul > li > a div.sponsors > ul > li > a |
div.sponsors > ul > li > a div.sponsors > ul > li > a |
div.sponsors > ul > li > a div.sponsors > ul > li > a |
div.sponsors > ul > li > a div.sponsors > ul > li > a |
div.sponsors > ul > li > a div.sponsors > ul > li > 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.
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 |
|---|
Download div.row > div.col-md-5 > div > a.app-button |
Atlassian div.supporters > ul > li > a |
Datadog div.supporters > ul > li > a |
DigitalOcean div.supporters > ul > li > a |
Discourse div.supporters > ul > li > a |
Fastly div.supporters > ul > li > a |
IBM div.supporters > ul > li > a |
Netlify div.supporters > ul > li > a |
PagerDuty div.supporters > ul > li > a |
Sentry div.supporters > ul > li > a |
Tsinghua University div.supporters > ul > li > a |
XMission div.supporters > ul > li > a |
Belnet div.supporters > ul > li > a |
RWTH Aachen University div.supporters > ul > li > a |
Hostico div.supporters > ul > li > a |
FreeDif div.supporters > ul > li > a |
Servana div.supporters > ul > li > a |
Yamagata University div.supporters > ul > li > a |
ProthamD div.contributor-data > div.desc-div > p > a |
contributor-spotlight div.contributor-data > div.desc-div > p > 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 |
|---|
Continuous Integration and Continuous Delivery div.row > div.col-md-6 > div.box > h5 |
Plugin of the Month – April 2026: Pipeline Graph View ul.app-cards > li.app-card > a > h5.app-card__title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Plugins div.div-mar > ul.resources > li > a |
Security div.div-mar > ul.resources > li > a |
Roadmap div.div-mar > ul.project > li > a |
GitHub div.div-mar > ul.project > li > a |
Forum div.div-mar > ul.community > li > a |
Events div.div-mar > ul.community > li > a |
LinkedIn div.div-mar > ul.community > li > a |
Bluesky div.div-mar > ul.community > li > a |
Mastodon div.div-mar > ul.community > li > a |
Youtube div.div-mar > ul.community > li > a |
Reddit div.div-mar > ul.community > li > a |
Artwork div.div-mar > ul.other > li > a |
Awards div.div-mar > ul.other > li > 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.hydrated html.hydrated |
These items highlight common accessibility best practices.
AAlt Text Quality1 of 27 images have issuesPASS
| 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