Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
BLandmark Structure11 landmarksREVIEW
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
A+Heading Hierarchy14 headingsPASS
- H2 Bitnami Premium in partnership with Arrow
- H1 Bitnami Secure Images
- H2 Security through Transparency
- H2 Why do highly regulated industries trust Bitnami for production?
- H2 280+ Apps
- H2 Security with Transparency
- H2 Built for compliance
- H2 Trusted and Proven
- H2 Air-Gap Ready
- H3 Contact sales for everything Bitnami Secure Images has to offer.
- H3 Start using the free development version of Bitnami Secure Images today.
- H2 Bitnami Secure Images at-a-glance
- H2 Frequently Asked Questions
- H2 Software supply chain security pioneers for highly regulated industries
A+Alt Text QualityAll 41 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #_Vectara_Search_Depo_INSTANCE_vectaraSearch1_q | text | (Search Here) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="searchText" id="_Vectara_Search_Depo_INSTANCE_vectaraSearch1_q">
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 Quality32 links, 16 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://broadcom.com | Link to broadcom.com | new tab | Add '(opens in new tab)' to text |
| https://broadcom.com | Link to broadcom.com | new tab | Add '(opens in new tab)' to text |
| https://profile.broadcom.com/web/registr… | Register | new tab | Add '(opens in new tab)' to text |
| https://profile.broadcom.com/web/registr… | Register | new tab | Add '(opens in new tab)' to text |
| https://community.broadcom.com/blogs/bel… | How to prepare for the Bitnami… | new tab | Add '(opens in new tab)' to text |
| https://www.arrow.com/globalecs/na/vendo… | Upgrade at ArrowSphere Marketp… | new tab | Add '(opens in new tab)' to text |
| https://go-vmware.broadcom.com/contact-u… | Buy Now | new tab | Add '(opens in new tab)' to text |
| https://app-catalog.vmware.com/bitnami/a… | Try Now | new tab | Add '(opens in new tab)' to text |
| https://go-vmware.broadcom.com/contact-u… | Contact us | new tab | Add '(opens in new tab)' to text |
| https://support.broadcom.com/ | support.broadcom.com | new tab | Add '(opens in new tab)' to text |
| https://www.broadcom.com/products | products details | new tab | Add '(opens in new tab)' to text |
| https://www.broadcom.com/solutions | Solutions | new tab | Add '(opens in new tab)' to text |
| https://www.broadcom.com/support | Support and Services | new tab | Add '(opens in new tab)' to text |
| https://www.broadcom.com/company/about-u… | Company | new tab | Add '(opens in new tab)' to text |
| https://www.broadcom.com/how-to-buy | How To Buy | new tab | Add '(opens in new tab)' to text |
| https://www.broadcom.com/company/legal/a… | Accessibility | new tab | Add '(opens in new tab)' to text |
| https://www.broadcom.com/company/legal/p… | Privacy | new tab | Add '(opens in new tab)' to text |
| https://www.broadcom.com/sitemap | Site Map | new tab | Add '(opens in new tab)' to text |
| https://www.broadcom.com/company/citizen… | Supplier Responsibility | new tab | Add '(opens in new tab)' to text |
| https://www.broadcom.com/company/legal/t… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/broadco… | Follow Broadcom on Linkedin (o… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/Broadcom | Follow Broadcom on Twitter (op… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/BroadcomCor… | Watch Broadcom videos on YouTu… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://broadcom.com; https://broadcom.com; https://profile.broadcom.com/web/registration; https://profile.broadcom.com/web/registration; https://community.broadcom.com/blogs/beltran-rueda-borrego/2025/08/18/how-to-…; https://www.arrow.com/globalecs/na/vendors/bitnami/; https://go-vmware.broadcom.com/contact-us; https://app-catalog.vmware.com/bitnami/apps; https://go-vmware.broadcom.com/contact-us; https://support.broadcom.com/ (+13 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+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 Bitnami Secure Image… | 19.92:1 | 3.0:1 | #000000 | #F8F9FA | Pass |
| h2 Security through Tra… | 19.92:1 | 3.0:1 | #000000 | #F8F9FA | Pass |
| h2 Why do highly regula… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 280+ Apps | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Security with Transp… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Built for compliance | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Trusted and Proven | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Air-Gap Ready | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Bitnami Secure Image… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Frequently Asked Que… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Software supply chai… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Contact sales for ev… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Start using the free… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| title Bitnami Secure Image… | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| button Skip to main content | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| div Menu | 9.41:1 | 4.5:1 | #000000 | #E698A7 | Pass |
| div Bitnami Developer Ce… | 19.92:1 | 4.5:1 | #000000 | #F8F9FA | Pass |
| a Register | 19.92:1 | 4.5:1 | #000000 | #F8F9FA | Pass |
| a Login | 19.92:1 | 4.5:1 | #000000 | #F8F9FA | Pass |
| div Open/Close Menu | 19.92:1 | 4.5:1 | #000000 | #F8F9FA | 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 97/100 — 2 failing, 29 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
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content div#wrapper > header#banner > header.brdcm-standard-header > button#skip-to-main-content |
Link to broadcom.com div.brdcm-container > div.brdcm-primary-nav-container > div.brdcm-branding > a.brdcm-brand-logo |
developer-portal-logo div.brdcm-header-top > div.brdcm-container > div.brdcm-primary-nav-container > img#play-icon |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Notice. div.ot-sdk-eight > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |