docs: improve intro of a11y guide (#1318)

This commit is contained in:
Darius Cepulis
2026-04-13 15:18:15 -05:00
committed by GitHub
parent 9efc2ac118
commit f609373cd7
@@ -1,11 +1,13 @@
---
title: Accessibility
description: How Video.js approaches accessible media playback, covering standards, ARIA, keyboard, captions, contrast, touch targets, and user preferences.
description: How Video.js approaches accessibility, and what you should consider if you're deeply customizing your player
---
import DocsLink from '@/components/docs/DocsLink.astro';
Video.js handles accessibility out of the box so your player works for everyone.
Video.js is built with accessibility in mind so your player can reach the widest possible audience.
Here are some of the accessibility aspects we consider. You should consider them too if you're performing deeper customization.
## Standards we target