WCAG 1.2.9: Audio-only (Live)
The WCAG (Web Content Accessibility Guidelines) 2.0 and 2.1 Success Criterion 1.2.9, titled Audio-only (Live), is a Level A requirement that addresses the accessibility of real-time audio content. Its core principle is to ensure that for any live content that is audio-only, an equivalent alternative is provided to make it accessible to individuals who cannot perceive the audio.
Specifically, the criterion states: "An alternative for live audio-only content is provided." This means that if your website or application broadcasts live information solely through sound, there must be a way for users to access that information through another modality, typically text or sign language.
Understanding WCAG 1.2.9: Audio-only (Live)
To fully grasp this criterion, it’s important to understand its key components:
Why WCAG 1.2.9 Matters for Accessibility
Accessibility Impact
The absence of an alternative for live audio-only content creates significant barriers, making the information inaccessible to a substantial portion of the audience. This criterion ensures that all users have equitable access to real-time information, regardless of their sensory abilities or environmental conditions.
Affected User Groups
WCAG Success Criteria and Requirements
WCAG 1.2.9 is a Level A criterion, meaning it is a fundamental requirement for basic web accessibility. To satisfy this criterion, the following must be met:
Practical Guidelines for Compliance
Implementing WCAG 1.2.9 effectively requires careful planning for real-time content delivery. Here are the primary methods for achieving compliance:
1. Providing Live Text Transcripts (Real-time Captioning)
This is the most common and often preferred method. A live text transcript displays the spoken content and relevant non-speech audio information as text in real-time.
2. Providing Sign Language Interpretation
For audiences who primarily communicate using sign language (e.g., American Sign Language – ASL), a live video feed of a sign language interpreter can be provided.
3. Other Considerations for Live Alternatives
Examples of Correct and Incorrect Implementations
Correct Implementation: Live Text Transcript
This example shows an audio player alongside a dedicated area where a live text transcript is displayed in real-time, updated via JavaScript. The aria-describedby attribute links the audio element to the transcript for assistive technologies, and role="log" aria-live="polite" ensures screen readers announce new content.
Correct Implementation: Sign Language Interpretation
Here, a live audio stream is accompanied by an embedded video frame displaying a live sign language interpreter.
Incorrect Implementation: No Alternative Provided
This common pitfall shows a live audio stream without any accompanying text transcript, sign language interpretation, or other alternative.
Reason for Failure: There is no alternative provided for the live audio content, making it inaccessible to users who cannot hear the audio.
Best Practices and Common Pitfalls
Best Practices
Common Pitfalls
Conclusion
WCAG 1.2.9: Audio-only (Live) is a critical component of building inclusive web experiences. By providing live text transcripts or sign language interpretation for real-time audio content, organizations can ensure that individuals who are deaf, hard of hearing, or face other challenges can fully participate and access important information. Adhering to this Level A success criterion is not just about compliance; it's about fostering an equitable and accessible digital environment for everyone.
Related posts
- WCAG 5.2.3: Complete processes
- WCAG 5.2.4: Only Accessibility-Supported Ways of Using Technologies
- WCAG 5.2.5: Non-Interference
- WCAG 5.3.1: Required elements of the conformity declaration
- WCAG 5.3.2: Optional Components of a Conformance Claim
Still looking for answers?
Ask our experts using online chat