mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 21:57:29 +00:00
docs: improve intro of a11y guide (#1318)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user