Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) detectedFIX
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
CLink & Button QualityAction3 issue(s) across 60 links and 5 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| https://streamable-support.zendesk.com/h… | Terms of Service | new tab | Add '(opens in new tab)' to text |
| https://streamable-support.zendesk.com/h… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://streamable-support.zendesk.com/h… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://streamable-support.zendesk.com/h… | Terms | new tab | Add '(opens in new tab)' to text |
| https://streamable-support.zendesk.com/h… | Community guidelines | new tab | Add '(opens in new tab)' to text |
| https://streamable-support.zendesk.com/h… | Law Enforcement guidelines | new tab | Add '(opens in new tab)' to text |
| https://streamable.com/transparency-repo… | Transparency Report | new tab | Add '(opens in new tab)' to text |
| https://streamable-support.zendesk.com/h… | Help center | new tab | Add '(opens in new tab)' to text |
| https://streamyard.com/blog/7-ways-to-im… | Getting the best audio in your… | new tab | Add '(opens in new tab)' to text |
| https://streamyard.com/blog/how-to-place… | How to wear a lavalier microph… | new tab | Add '(opens in new tab)' to text |
| https://streamyard.com/blog/lighting-set… | Improve the lighting in your v… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/streamable | X Logo | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; /
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
Add '(opens in new tab)' to link text or aria-label.
https://streamable-support.zendesk.com/hc/en-us/articles/44623209368468-Terms…; https://streamable-support.zendesk.com/hc/en-us/articles/44623215636372-Strea…; https://streamable-support.zendesk.com/hc/en-us/articles/44623215636372-Strea…; https://streamable-support.zendesk.com/hc/en-us/articles/44623209368468-Terms…; https://streamable-support.zendesk.com/hc/en-us/articles/35415811304212-Strea…; https://streamable-support.zendesk.com/hc/en-us/articles/44623268184724-Strea…; https://streamable.com/transparency-report-H2-2023.pdf; https://streamable-support.zendesk.com/hc/en-us; https://streamyard.com/blog/7-ways-to-improve-live-stream-audio; https://streamyard.com/blog/how-to-place-a-lavalier-mic-to-get-the-best-sound (+2 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.sb-button (#65 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
C404 Error PageActionHTTP 404, custom pageREVIEW
CLighthouse Accessibility AuditsActionScore 77/100 — 6 failing, 23 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#root > nav.navigation-bar-v2 > div.navigation-bar-v2__content > button.sb-button div#root > nav.navigation-bar-v2 > div.navigation-bar-v2__content > button.sb-button |
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 |
|---|
nav.navigation-bar-v2 > div.navigation-bar-v2__content > div.navigation-bar-v2__logo-container > a.navigation-bar-v2__logo-link nav.navigation-bar-v2 > div.navigation-bar-v2__content > div.navigation-bar-v2__logo-container > a.navigation-bar-v2__logo-link |
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 |
|---|
Upload video for free div.ticker-with-dropzone-hero__ticker-container > div > div.hero-dropzone > button.sb-button |
*No credit card or account required div.ticker-with-dropzone-hero__ticker-container > div > div.hero-dropzone > p.hero-dropzone__no-credit-card |
Terms of Service div > div.hero-dropzone > p.ticker-with-dropzone-hero__terms > a |
Privacy Policy div > div.hero-dropzone > p.ticker-with-dropzone-hero__terms > a |
Sign up for free main.main > section.get-started-for-free-banner > div.get-started-for-free-banner__content > a.get-started-for-free-banner__cta |
Accept all cookies div#onetrust-button-group-parent > div#onetrust-button-group > div.banner-actions-container > button#onetrust-accept-btn-handler |
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 |
|---|
Select videos to upload div > div.hero-dropzone > div.hero-dropzone__info > h3.hero-dropzone__info__title |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Blog div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Privacy Policy div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Cookie Policy div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Cookie Preferences div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Terms div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Community guidelines div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Law Enforcement guidelines div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Transparency Report div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Open Source Libraries div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Pricing div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Log in div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Sign up div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Upload video div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Clip from URL div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Simple video manager div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Backup video div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Crop video div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Mute video div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Merge video div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Trim video div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Rotate video div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Compress video div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Share video link div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Send multiple videos div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Embed video div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Download video div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Video privacy div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Password protected video div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Ad free video player div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Help center div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Contact div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Getting the best audio in your recordings div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
How to wear a lavalier microphone div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
Improve the lighting in your videos div.sb-flex > section.footer-v3-section > div.sb-flex > li.footer-v3-section__navigation-list__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
ALandmark Structure4 landmarksPASS
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
AHeading Hierarchy13 headings, 1 skip(s)PASS
- H1 Video hosting made easy
- H3 Select videos to upload skipped
- H2 Upload and share your videos instantly
- H2 Video editing that gets out of your way
- H2 Streamable is loved by over 50 million users and customers from 122 countries
- H3 I love it when a web tool provides a simple service seamlessly. @streamable is a super clean #video publishing tool. Host a vid with no surrounding noise but the logo. Embed tool as well. Great place
- H3 Shoutout to @streamable for being so good at converting videos, else I would not have any awesome plays of the game to share with my server members!
- H2 Get started for free
- H3 Company
- H3 Product
- H3 Tools
- H3 Support
- H3 Learning
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
A+Alt Text QualityAll 9 images OKPASS
A+Form AccessibilityNo form controlsPASS
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 Video hosting made e… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 Upload and share you… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 Video editing that g… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 Streamable is loved … | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 Get started for | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 Select videos to upl… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 I love it when a web… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 Shoutout to @streama… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 Company | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 Product | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 Tools | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 Support | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 Learning | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| title Upload Video Online … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Tools | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Upload | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Upload video | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Clip from URL | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Backup video | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Edit | 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.