Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
BLighthouse Accessibility AuditsScore 87/100 — 3 failing, 26 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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
0:00 div.media-default-skin > div.media-surface > div.media-time-controls > time.media-time |
0:35 div.media-default-skin > div.media-surface > div.media-time-controls > time.media-time |
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.
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 |
|---|
v10
BETA div.isolate > main#main-content > header.relative > span.inline-flex |
BETA main#main-content > header.relative > span.inline-flex > span.whitespace-pre |
REACT div.flex > button#tab-1776806875071-code > span.relative > span.absolute |
REACT div.flex > button#tab-1776806875072-code > span.relative > span.absolute |
TECH PREVIEW div.relative > div.relative > div > h3.font-display |
BETA div.relative > div.relative > div > h3.font-display |
GA div.relative > div.relative > div > h3.font-display |
CORE FEATURE PARITY div.relative > div.relative > div > h3.font-display |
CORPORATE SHEPHERD section.row-span-2 > div.grid > div.flex > h3.mb-2.5 |
CDN div.relative > div.grid > div.h-auto > h3.relative |
EMERITUS SPONSOR div.relative > div.grid > div.h-auto > h3.relative |
DEVICE TESTING div.relative > div.grid > div.h-auto > h3.relative |
STATIC HOSTING div.relative > div.grid > div.h-auto > h3.relative |
These are opportunities to improve the legibility of your content.
Names and labels
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.relative > astro-island > div.media-default-skin > img div.relative > astro-island > div.media-default-skin > img |
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.
ALandmark Structure10 landmarksPASS
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
A+Heading Hierarchy21 headingsPASS
- H1 The Open Source Player for the Web
- H2 Assemble your player
- H2 Take full control
- H2 Get Started
- H2 v10 is built different
- H3 Download speeds
- H2 Roadmap
- H3 Tech Preview
- H3 Beta
- H3 GA
- H3 Core Feature Parity
- H2 Sponsors
- H3 Corporate Shepherd
- H3 CDN
- H3 Emeritus Sponsor
- H3 Device Testing
- H3 Static Hosting
- H3 CDN
- H3 Emeritus Sponsor
- H3 Device Testing
- H3 Static Hosting
AAlt Text Quality1 of 2 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
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality22 links, 28 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://discord.gg/JBqHh485uF | Discord | new tab | Add '(opens in new tab)' to text |
| https://github.com/videojs/v10/ | GitHub | new tab | Add '(opens in new tab)' to text |
| https://www.mux.com?utm_source=videojs&u… | Mux | new tab | Add '(opens in new tab)' to text |
| https://www.mux.com?utm_source=videojs&u… | Mux | new tab | Add '(opens in new tab)' to text |
| https://fastly.com/ | Fastly | new tab | Add '(opens in new tab)' to text |
| https://brightcove.com/ | Brightcove | new tab | Add '(opens in new tab)' to text |
| https://browserstack.com/ | BrowserStack | new tab | Add '(opens in new tab)' to text |
| https://netlify.com/ | Netlify | new tab | Add '(opens in new tab)' to text |
| https://discord.gg/JBqHh485uF | Discord | new tab | Add '(opens in new tab)' to text |
| https://github.com/videojs/v10/ | GitHub | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://discord.gg/JBqHh485uF; https://github.com/videojs/v10/; https://www.mux.com?utm_source=videojs&utm_campaign=vjs10; https://www.mux.com?utm_source=videojs&utm_campaign=vjs10; https://fastly.com/; https://brightcove.com/; https://browserstack.com/; https://netlify.com/; https://discord.gg/JBqHh485uF; https://github.com/videojs/v10/
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 The Open Source Play… | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h2 Assemble your player | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h2 Take full control | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h2 Get | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h2 v10 is built differe… | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h2 Roadmap | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h2 Sponsors | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 Download speeds | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 Tech Preview | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 Beta | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 Core Feature Parity | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 Corporate Shepherd | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 CDN | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 Emeritus Sponsor | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 Device Testing | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 Static Hosting | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 CDN | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 Emeritus Sponsor | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 Device Testing | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | Pass |
| h3 Static Hosting | 17.17:1 | 3.0:1 | #000000 | #F3E7D2 | 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.