A milestone for accessibility at Mave.
In August 2026, accessibility experts at Proper Access independently retested the Mave player and its related transcript and file components. The result: the player meets all tested WCAG 2.2 Level A and AA success criteria, with no accessibility findings left open.
For people using a screen reader, keyboard, or voice control, accessible video means being able to use the player independently.
With Mave, users can:
These, and many more accessibility features are built directly into the Mave player and components.
We’ve always believed accessibility works best when it is built into the product from the start.
The same applies to privacy. Mave delivers video without cookies or tracking, fully hosted in Europe. Accessibility is another part of making that experience work for everyone.
Simple video. European privacy. Accessible by design.
You can read the full independent accessibility report from Proper Access for details about the test scope, methodology, and results.
1
2
3
4
5
<script type="module">
import { Player } from "https://cdn.video-dns.com/npm/@maveio/components/+esm";
</script>
<mave-player embed="ubg50Cq5Ilpnar1"></mave-player>
<script type="module">
import { Player } from "https://cdn.video-dns.com/npm/@maveio/components/dist/react.js";
</script>
<Player embed="ubg50Cq5Ilpnar1"></Player>
<script type="module">
import { Player } from "https://cdn.video-dns.com/npm/@maveio/components/+esm";
</script>
<mave-player embed="ubg50Cq5Ilpnar1"></mave-player>