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
BHeading Hierarchy6 headingsREVIEW
- H2 The Future of Video with IBM
- H2 Services de streaming vidéo de bout en bout
- H3 Mondial
- H3 Fiable
- H3 Évolué
- H3 Utile
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 16 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Services de streamin… | 1.77:1 | 3.0:1 | #000000 | #2D3849 | Fail |
| h3 Mondial | 1.16:1 | 3.0:1 | #000000 | #0E152B | Fail |
| h3 Fiable | 1.15:1 | 3.0:1 | #000000 | #0F1522 | Fail |
| h3 Évolué | 3.79:1 | 3.0:1 | #000000 | #676870 | Pass |
| h3 Utile | 18.93:1 | 3.0:1 | #000000 | #F3F3F3 | Pass |
| title IBM Video Streaming | 1.16:1 | 4.5:1 | #000000 | #161616 | Fail |
| a Skip to main content | 1.10:1 | 4.5:1 | #000000 | #101010 | Fail |
| span IBM | 1.04:1 | 4.5:1 | #000000 | #060608 | Fail |
| span Video Streaming | 1.04:1 | 4.5:1 | #000000 | #060608 | Fail |
| span Log in | 1.04:1 | 4.5:1 | #000000 | #06070A | Fail |
| span Sign up | 1.06:1 | 4.5:1 | #000000 | #090A10 | Fail |
| span The Future of Video | 1.06:1 | 4.5:1 | #000000 | #070A12 | Fail |
| span with IBM | 1.07:1 | 4.5:1 | #000000 | #070B19 | Fail |
| a Essai gratuit | 1.09:1 | 4.5:1 | #000000 | #090D21 | Fail |
| a Voir les tarifs et f… | 1.17:1 | 4.5:1 | #000000 | #0D162E | Fail |
| p Hébergement vidéo,… | 1.39:1 | 4.5:1 | #000000 | #242537 | Fail |
| p Dimensionnez vos vid… | 2.23:1 | 4.5:1 | #000000 | #3F4752 | Fail |
| p Plus de 2 millions d… | 1.16:1 | 4.5:1 | #000000 | #111527 | Fail |
| p Achieve more with ad… | 18.93:1 | 4.5:1 | #000000 | #F3F3F3 | Pass |
| p Professional one-to-… | 18.93:1 | 4.5:1 | #000000 | #F3F3F3 | 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+Landmark Structure6 landmarksPASS
A+Alt Text QualityAll 3 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ChooseLangSelect | select | Choose language | aria-label |
ALink & Button Quality19 links, 3 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://video.ibm.com/contact-us | Contact | new tab | Add '(opens in new tab)' to text |
| https://www.ibm.com/privacy/us/en/ | Confidentialité | new tab | Add '(opens in new tab)' to text |
| https://www.ibm.com/legal/us/en/ | Conditions d'utilisations | new tab | Add '(opens in new tab)' to text |
| https://www.ibm.com/accessibility/us/en/ | Accessibilité | new tab | Add '(opens in new tab)' to text |
| https://www.ibm.com/legal/dmca | Copyright policy | new tab | Add '(opens in new tab)' to text |
| # | Cookie preferences | new tab | Add '(opens in new tab)' to text |
| https://www.ibm.com/support/customer/cso… | Terms and conditions for IBM V… | new tab | Add '(opens in new tab)' to text |
| https://video.ibm.com/acceptableusepolic… | Acceptable use policy | new tab | Add '(opens in new tab)' to text |
| https://www.ibm.com/privacy | déclaration de confidentialit… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://video.ibm.com/contact-us; https://www.ibm.com/privacy/us/en/; https://www.ibm.com/legal/us/en/; https://www.ibm.com/accessibility/us/en/; https://www.ibm.com/legal/dmca; #; https://www.ibm.com/support/customer/csol/terms/?id=i126-7525; https://video.ibm.com/acceptableusepolicy; https://www.ibm.com/privacy
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 97/100 — 1 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.
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 |
|---|
Mondial div.homecontent__row > div.homecontent__rightrow > div.homecontent__row > h3.homecontent__title |
Dimensionnez vos vidéos d'après quasiment n’importe quel public, à l’échelle mo… div.homecontent__row > div.homecontent__rightrow > div.homecontent__row > p.homecontent__subtitle |
Évolué div.homecontent__rightrow > div.homecontent__row > div.home__end-to-end__box > h3.homecontent__title |
Achieve more with advanced features and capabilities div.homecontent__rightrow > div.homecontent__row > div.home__end-to-end__box > p.homecontent__subtitle |
These are opportunities to improve the legibility of your content.