Est.

Closed Captioning and Accessibility Requirements for Training Video

Training videos now legally require human-reviewed captions, not AI alone.

Staff Writer · · 10 min read
Cover illustration for “Closed Captioning and Accessibility Requirements for Training Video”
Quality Standards · September 16, 2026 · 10 min read · 2,304 words

Legal training video requires correct captioning, and that's a matter of code, not opinion. It's a matter of code. The rules governing accessible video have moved from vague best-practice guidance to specific, enforceable technical standards, and that shift changes what "compliant" actually means for anyone producing training content.

Which law applies to which organization, ADA, Section 508, WCAG, and the CVAA mapped to real training scenarios

The ADA never mentioned websites or video when it passed in 1990. Courts have spent three decades filling that silence, and in April 2024 a federal regulator closed most of the remaining gap with a final rule under Title II. That rule names WCAG 2.1 Level AA as the enforceable standard for state and local government web and video content. Not a suggestion. A legal floor.

Where an organization sits determines which door the law walks through.

Title I covers employers above a minimum employee threshold. If a company runs internal training or onboarding videos, those need to be accessible to employees with disabilities, full stop.

Title II covers state and local government bodies: public universities, courts, libraries, city agencies. Any video published on a government site needs captions, with limited exceptions.

Title III covers businesses open to the public. A company selling instructional or product-demo video as part of its service falls here, and the DOJ's 2024 rule, while written for public entities, is already shaping how private-sector cases get argued.

Section 508 applies to federal agencies and their contractors, with specific rules for pre-recorded video. Section 508 formally still points to WCAG 2.0 AA, not 2.1, even as the newer standard gains broader adoption elsewhere.

Section 504 applies to any school or university receiving federal funding, so higher-ed L&D teams often answer to more than one framework at once.

The CVAA and FCC rules grew out of broadcast and cable, but a 2024 FCC Report and Order extends "readily accessible" caption display requirements to TVs, set-top boxes, computers, phones, and tablets. Manufacturers and MVPDs have until August 17, 2026 to comply.

A private company running internal onboarding answers to Title I. That same company selling its software's training library as a product answers to Title III. A public university running both falls under Title II, Section 504, and possibly Section 508, all at once. None of these categories rule each other out, and ongoing litigation suggests plaintiffs' attorneys have noticed the overlap even where regulators haven't finished writing it down. Add the EU's Accessibility Act into the mix, and a multinational training program now answers to two continents' worth of enforcement at the same time.

What WCAG 2.1 AA requires of a training video, the specific criteria teams must meet

Guideline 1.2 is where the real work lives, and three success criteria matter most for training content.

Success criterion 1.2.2 requires captions on all prerecorded synchronized media. 1.2.4 addresses live media, relevant for live-streamed onboarding sessions. 1.2.5 requires audio descriptions for prerecorded video: a separate narration track that describes visual information the audio doesn't already cover.

Captions carry more than dialogue. They need sound effects, music cues, and speaker changes, anything meaningful happening on the audio track that a hearing viewer picks up without even noticing. The recognized industry benchmark for accuracy is 99%: correct spelling, correct punctuation, no paraphrasing, and tone that matches what the speaker actually meant. Sync matters too. Captions have to track the audio closely and must remain readable for viewers. Completeness means captions run from frame one through the final frame, no fading out before closing credits or instructions. And placement trips people up more than they'd expect: captions can't sit on top of a diagram, a shared screen, or a presenter's face during a software demo.

Audio description gets its own callout because software training lives and dies by visuals. If a tutorial shows a cursor clicking through five menu items without narrating each click, a screen-reader user misses the entire lesson. That's the exact gap 1.2.5 exists to close.

Section 508 stacks a few more requirements on top: a descriptive transcript, minimum color contrast ratios for on-screen text, and a video player that works entirely by keyboard. That last point trips up more teams than anything else on this list. Perfect captions mean nothing if a screen-reader user can't tab to the play button. The Described and Captioned Media Program, run by the National Association of the Deaf, boils good captioning down to five traits: accurate, consistent, clear, readable, and equal. Simple to say. Much harder to hit across a training library with hundreds of videos.

Why auto-generated captions don't meet the standard, and what a compliant review process looks like

Raw AI transcription doesn't clear the bar, and it isn't close. Automatic speech recognition output routinely drops punctuation, mangles proper nouns, skips non-speech audio cues, and sometimes just loses words. None of that is a knock on the technology. It's just what unedited ASR output looks like.

No statute writes "99%" into law, but that's the number courts, accessibility advocates, and vendors all point to when judging whether captions are compliant, and it works as the de facto line in any dispute. For software training specifically, the failure pattern is easy to predict: product names, feature labels, and UI terms are exactly the vocabulary an ASR model is worst at, since those words appear only rarely in the data the model was trained on.

The fix isn't complicated, though it takes discipline to enforce every time. AI generates a first-pass transcript, then a human reviewer checks it line by line before anything goes live. That review has to cover spelling, speaker identification, line breaks and readability, timing, on-screen positioning, and technical term accuracy, with extra attention on brand names and product terms, since those carry the highest error rate in ASR output by a wide margin.

File format plays into compliance too, and teams get this backwards more often than you'd think. Closed captions, delivered as WebVTT or SRT files, let viewers adjust font size, color, and contrast, which WCAG requires. Burning captions directly into the video, open captions, strips that control away. It might look cleaner in a demo reel, but it removes the viewer customization that WCAG requires.

None of this is a one-time task, either. Captions drift out of sync when a video gets re-edited, and LMS platforms update their players in ways that can quietly break caption support or keyboard navigation. Accessibility audits belong on the content calendar as a recurring line item that stays active indefinitely.

Caption file formats, video player requirements, and the technical checklist before publishing

Four formats cover almost every use case, and picking the wrong one is a common last-minute failure point.

SRT is the most widely supported format across platforms, plain text with timestamps, nothing fancy. WebVTT is the web standard, and it supports styling and positioning, which makes it a strong pick for LMS platforms and web-based training delivery. SCC is the broadcast standard, relevant only if a team is distributing through cable or broadcast channels. TTML is XML-based with more advanced features, and shows up in some enterprise and streaming environments.

Before any video goes into production, confirm the LMS or video host actually accepts the format being planned. Finding out post-production that the intranet player only reads SRT, after captions were built in TTML, is an expensive way to learn that lesson.

Player compliance comes down to three checks. Full keyboard navigability means play, pause, volume, and caption toggle are all reachable without a mouse. A visible focus indicator lets users see what's currently selected. Screen reader compatibility means assistive technology can read the control labels correctly.

Before publishing, run down this list: captions accurate to 99%, synced and complete start to finish, delivered as a closed-caption file rather than burned in, a player that meets keyboard and screen-reader requirements, audio descriptions where visuals aren't otherwise narrated, color contrast that meets minimum thresholds on any on-video text, and a descriptive transcript available alongside the video. A platform upgrade can silently break keyboard navigation that worked fine the week before, so re-verify player compliance after every platform update, not just at initial launch.

The production tools available for building a compliant captioning workflow

Tooling splits into three layers: services built specifically for captioning, full production platforms that build captioning into the creation process, and hybrid human-plus-AI services aimed at squeezing out maximum accuracy.

On the caption-specific side, a few names come up over and over. 3Play Media leans enterprise, with deep compliance focus and platform integrations suited to large organizations. Some tools blend automated transcription with human proofreading in interfaces built for individual creators. Verbit plugs directly into existing workflows, with integrations for Zoom, Microsoft Teams, YouTube, Vimeo, and various LMS platforms. Closed Caption Creator generates captions using AI transcription engines like Deepgram, Speechmatics, and AssemblyAI, with automated translation support across multiple languages.

For teams building the training video itself, skip the caption-only tools and pick a production platform that generates captions, voiceover, and documentation inside the same workflow. That's the better path, because it removes the handoff moment where captions get delayed, deprioritized, or quietly skipped for being treated as a separate task from the video itself. A workflow built around screen capture, AI script cleanup, natural-sounding voiceover, smart zoom, captions, and an exported SOP means accessibility and documentation come out of the same session, instead of getting produced as two disconnected compliance chores.

Translation matters here too, and teams underweight it constantly. If global teams only get captions in English, that's a failure under the EAA and a real limit on how far training content reaches. Multilingual support should be a selection criterion when picking a tool, not something discovered after the fact when a regional office asks why their onboarding video has no captions in the language they need.

Whatever tool gets picked, the underlying model stays the same. AI handles speed and volume, and human review closes the accuracy gap that keeps raw ASR output below the 99% line.

Why most training video viewers who use captions don't have a hearing impairment, and its implications for content strategy

Roughly 15% of the world's population lives with some degree of hearing loss, more than 1.5 billion people. That group isn't who's actually turning captions on most, though. A 2006 UK study of television viewers found that roughly four out of five regular caption users had no hearing impairment at all.

The reasons are mundane and universal, including a noisy open-plan office, a commuter watching on a train with the sound off, a non-native speaker following along more easily with text on screen, and someone who just concentrates better while reading along. None of these are edge cases. They're the default viewing conditions for a large share of any training audience, which means designing captions only for deaf and hard-of-hearing viewers misses most of who's actually using them.

There's a learning angle too. Students, English language learners, and viewers with attention differences show better retention and focus with captions on, a pattern reflected in student surveys examining caption use and comprehension. For L&D teams tracking completion rates and quiz scores, it's a measurable lever... It's a measurable lever.

Captions also make video searchable. A library of fifty uncaptioned training videos forces someone to scroll and guess. A captioned library lets someone search a keyword and land on the exact clip. At training-library scale, that's the difference between content people actually use and content that sits there unwatched.

The instinct to treat captioning as a legal checkbox gets the priority backwards. It's a feature that raises completion rates, comprehension, and findability for the entire audience, disabled and non-disabled viewers alike, and the legal requirement is really just catching up to what good production already demands.

Building captioning into the training video production process rather than bolting it on afterward

The most expensive mistake in this whole process is sequencing. Finish the video, then start captioning, then discover the LMS doesn't support the file format, then re-edit and resync. Every handoff in that chain adds delay and adds a chance for something to go wrong.

Captioning at the source flips that order. If the script gets written and cleaned before the video is even recorded, the caption file comes from the script directly, instead of getting reverse-engineered from messy audio after the fact. Accuracy starts higher, and human review takes less time because there's less to fix.

Video and documentation should come out of the same session, too. When a screen recording produces both the training video and a written SOP at once, one review pass catches caption errors and documentation errors together, instead of running two separate audits for content that's really the same lesson in two formats.

Accessibility review belongs in the publishing checklist as a standing step that stays in place permanently. Videos get re-edited. Platforms update their players. Caption files drift out of sync without anyone touching them directly. A workflow that checks for this on a schedule catches problems before a user, or a regulator, does. For teams working across languages, multilingual captioning needs to live inside the production platform from the start, not get bolted on afterward as a separate localization scramble that doubles the workload every time a new video goes live.

The deadlines are fixed points on a calendar: April 2027 for the earliest state and local government compliance window, August 17, 2026 for FCC device requirements. The backlog of uncaptioned training content isn't fixed, and it only grows the longer teams wait. Start now, and there's runway to fix things properly. Wait, and the retroactive cleanup lands on top of whatever's already in production. The teams that hit these deadlines without a scramble will be the ones that already made captioning a default step in the workflow.

Sources

  1. FCC Adopts New Accessibility Rules for Closed Captioning Settings | Davis Wright Tremaine
  2. Video Accessibility Compliance 2025: Your Complete Guide to Closed Caption Requirements
  3. U.S. Laws for Video Accessibility: ADA, Section 508, CVAA, and FCC Mandates
  4. Section 508 Video Compliance: Complete Guide | accessiBe
  5. 3playmedia.com
  6. fcc.gov
  7. gotranscript.com

More in Quality Standards