From f609373cd7d8a3529f8e8bcf04af50e04ab36d38 Mon Sep 17 00:00:00 2001 From: Darius Cepulis Date: Mon, 13 Apr 2026 15:18:15 -0500 Subject: [PATCH] docs: improve intro of a11y guide (#1318) --- site/src/content/docs/concepts/accessibility.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/site/src/content/docs/concepts/accessibility.mdx b/site/src/content/docs/concepts/accessibility.mdx index 1e7c843b..745bf0c6 100644 --- a/site/src/content/docs/concepts/accessibility.mdx +++ b/site/src/content/docs/concepts/accessibility.mdx @@ -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