From d2ae19d723080976144565c757eb817927c0831b Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Mon, 11 Aug 2025 16:00:13 +0200 Subject: [PATCH 1/4] Addresses 1.2.8 concern in 1.2 Time-based Media Guideline --- understanding/20/time-based-media.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/understanding/20/time-based-media.html b/understanding/20/time-based-media.html index f5c517d10d..dda7f71b5b 100644 --- a/understanding/20/time-based-media.html +++ b/understanding/20/time-based-media.html @@ -40,6 +40,8 @@

Intent of Time-Based Media

audio-only or video-only, then all the rest of the success criteria apply.

+ +

Success criterion 1.2.8 Media Alternative (Prerecorded) is an exception. Although its short name does not include "video-only," it still applies to all prerecorded video-only media when aiming to meet WCAG Level AAA.

Media can also be live or From a4fec9b377251b1ace5df2cc24101499232e9d1f Mon Sep 17 00:00:00 2001 From: Bruce Bailey Date: Thu, 2 Oct 2025 19:02:34 -0400 Subject: [PATCH 2/4] short name -> name I ended up changing more than I had planned to! Use option to ignore white space. --- understanding/20/time-based-media.html | 109 +++++++++---------------- 1 file changed, 40 insertions(+), 69 deletions(-) diff --git a/understanding/20/time-based-media.html b/understanding/20/time-based-media.html index dda7f71b5b..65eafffc32 100644 --- a/understanding/20/time-based-media.html +++ b/understanding/20/time-based-media.html @@ -7,108 +7,79 @@

Understanding Time-Based Media

- -

Intent of Time-Based Media

- - -

The purpose of this guideline is to provide access to time-based and synchronized - media. This includes media that is: +

+ The purpose of this guideline is to provide access to time-based and synchronized media. + This includes media that is:

- - -

To make it easy for authors to quickly determine which success criteria apply to their - content, the type of media each success criterion applies to is included in its short - name. +

+ Media can be live or prerecorded. + The success criteria names tell you if a success criterion applies to live or prerecorded media.

- -

For - audio-only or - video-only media, you only need to apply the success criteria that say "audio-only" or "video-only" in their short name. If your media is not - audio-only or - video-only, then all the rest of the success criteria apply. +

+ To make it easy for authors to quickly determine which success criteria apply to their content, + the type of media each success criterion applies to is included in the name of the criterion.

- -

Success criterion 1.2.8 Media Alternative (Prerecorded) is an exception. Although its short name does not include "video-only," it still applies to all prerecorded video-only media when aiming to meet WCAG Level AAA.

- -

Media can also be - live or - prerecorded. Each of the success criterion short names clearly tells you if the success criterion - applies to - live or - prerecorded media. +

For audio-only or video-only media, + you only need to apply the success criteria that include "audio-only" or "video-only" in their name, + except that at Level AAA, 1.2.8 Media Alternative (Prerecorded) applies to video-only media. + If your media is not audio-only or video-only, then all of the other of the success criteria apply.

-

- Synchronized media is defined in the glossary as: - audio or video synchronized with another format for presenting information and/or with time-based interactive components, unless the media is a media alternative for text that is clearly labeled as such -

- + Synchronized media is defined in the glossary as:

+
audio or video synchronized with another format for presenting information and/or with time-based interactive components, + unless the media is a media alternative for text that is clearly labeled as such.

- -

Note that an audio file accompanied by interaction is covered here, as is a video-only +

+ Note that an audio file accompanied by interaction is covered here, as is a video-only file that involves interaction. These are covered because interaction must take place at a particular time. Having a text transcript that said, "for more information, click now," would not be very helpful since the reader would have no idea when the audio said, "now." As a result, synchronized captions would be needed.

- -

Sometimes, there is so much dialogue that audio description cannot fit into existing +

+ Sometimes, there is so much dialogue that audio description cannot fit into existing pauses in the dialogue. The option at Level A to provide an alternative for time-based media instead of audio description for synchronized media would allow access to all of the information in the synchronized media. This option also allows access to the visual information in non-visual form when audio description is not provided for some other reason.

- -

For synchronized media that includes interaction, interactive elements (for example - links) could be embedded in the alternative for time-based media. +

+ For synchronized media that includes interaction, interactive elements (for example, links) + could be embedded in the alternative for time-based media.

- -

This guideline also includes (at Level AAA) sign language interpretation for synchronized +

+ This guideline also includes (at Level AAA) sign language interpretation for synchronized media as well as an approach called extended audio description. In extended audio description, the video is frozen periodically to allow more audio description to take place than is possible in the existing pauses in the dialogue. This is a case where higher-level Success Criteria build upon the requirements of lower-level Success Criterion with the intention of having cumulative, progressively stronger, requirements. - -

-
-

Text alternatives and equivalents match the language of the content

-

Text alternatives and equivalents should match the human language of the original content (normally the default human language of the page). The 5.2 Conformance Requirements section, through the defined terms used there, states that success criteria be met through accessibility-supported ways (5.2.4), where the technology is used “in the human language of the content.” Where an alternative version is used (5.2.1), it is defined as something that “provides all of the same information and functionality in the same human language.”

-

For time-based media, that normally means that where the spoken language of the media is, for example, Spanish, the language used in captions, audio descriptions, and media alternatives will also be Spanish.

-

+

+ Text alternatives and equivalents should match the human language of the original content (normally the default human language of the page). + The 5.2 Conformance Requirements section, + through the defined terms used there, states that success criteria be met through accessibility-supported ways (5.2.4), + where the technology is used in the human language of the content. + Where an alternative version is used (5.2.1), it is defined as something that provides all of the same information and functionality in the same human language. +

+

+ For time-based media, that normally means that where the spoken language of the media is (for example) Spanish, + the language used in captions, audio descriptions, and media alternatives will also be Spanish. +

-

Additional Techniques (Advisory) for Time-Based Media

- -
- - - - - - - - - - From 34d71ce23566ed1550a47821ac5a5b58041206aa Mon Sep 17 00:00:00 2001 From: Bruce Bailey Date: Fri, 31 Oct 2025 13:47:16 -0400 Subject: [PATCH 3/4] Follow EO style guide for UL --- understanding/20/time-based-media.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/understanding/20/time-based-media.html b/understanding/20/time-based-media.html index 65eafffc32..b8312a0814 100644 --- a/understanding/20/time-based-media.html +++ b/understanding/20/time-based-media.html @@ -14,10 +14,10 @@

Intent of Time-Based Media

This includes media that is:

Media can be live or prerecorded. From a953c13e71fc0e384c651077364856fab37556f6 Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Tue, 4 Nov 2025 17:45:51 +0100 Subject: [PATCH 4/4] Update understanding/20/time-based-media.html Co-authored-by: Mike Gower --- understanding/20/time-based-media.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/understanding/20/time-based-media.html b/understanding/20/time-based-media.html index b8312a0814..8f420c80ba 100644 --- a/understanding/20/time-based-media.html +++ b/understanding/20/time-based-media.html @@ -29,7 +29,7 @@

Intent of Time-Based Media

For audio-only or video-only media, you only need to apply the success criteria that include "audio-only" or "video-only" in their name, - except that at Level AAA, 1.2.8 Media Alternative (Prerecorded) applies to video-only media. + except that at Level AAA, 1.2.8 Media Alternative (Prerecorded) also applies to video-only media. If your media is not audio-only or video-only, then all of the other of the success criteria apply.