WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Captions not in Text-Format

for

From: wolfgang.berndorfer@zweiterblick.at
Date: Sep 5, 2022 12:46AM


Again example https://brenopolanski.github.io/html5-video-webvtt-example/:
... is embedded as <video> and the captions implemented with <track />.
https://html.spec.whatwg.org/multipage/media.html#the-track-element

I tested in Chrome 105 and Jaws/Fusion 2022:
When the video shows subtitles, there is a text found by the SR, e.g. " Aprendi a me virar e você volto".
So the captions are rendered as text and can be found with a SR though not as easy as I wished.

> The WCAG level A and AA success criteria are designed for people who either have a visual impairment or a hearing impairment, but not both. Therefore neither the captions nor the caption files are intended for screen reader users at level AA, so it is not surprising that there is no way to read them.

Why not surprising? Screen readers may and do perform more than WCAG requires.
;-)

-----Original Message-----
From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of Steve Green
Sent: Sunday, September 4, 2022 9:37 AM
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: Re: [WebAIM] Captions not in Text-Format

The WCAG level A and AA success criteria are designed for people who either have a visual impairment or a hearing impairment, but not both. Therefore neither the captions nor the caption files are intended for screen reader users at level AA, so it is not surprising that there is no way to read them. Are there any media players that do allow captions to be read?

At WCAG level AAA, success criterion 1.2.8 requires that you provide all of the visual and auditory information in text form, so there is no need to interact with the media player at all.

There is an issue with regard to SC 1.4.5 (Images of Text) that I had not considered before. Open captions clearly fail this success criterion, but what if closed captions have been implemented in a media player that does not allow any customisation of the captions' appearance? Arguably, the captions are effectively no more than images of text.

Steve


-----Original Message-----
From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of <EMAIL REMOVED>
Sent: 03 September 2022 11:58
To: 'WebAIM Discussion List' < <EMAIL REMOVED> >
Subject: Re: [WebAIM] Captions not in Text-Format

Thank you, Steve for clarification concerning SC 1.4.5 and the hint to SC 1.2.8!

So, caption files seem to be the solution for the realization of captions. Or are there any other mechanisms to pass 1.4.5 in videos?

And what do we know about captions for SR users?

In my third question I didn't mean that the caption file should be read with the SR, just like I do not read the HTML Code. My question is, how these files are rendered and supported by UA/AT.

I just started to learn about WebVTT and tried out the first example that Google brought:
https://brenopolanski.github.io/html5-video-webvtt-example/
I found a way in Chrome with JAWS to navigate to the caption text. Don't ask me how I found the captions again after pressing pause or play…

There seems to be no mechanism available to jump to a caption in JAWS and NVDA. And a mechanism that puts out the current caption at my braille display, while I listen to a video, has to be found yet.

Are captions underestimated by AT?

Wolfgang


-----Original Message-----
From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of Steve Green
Sent: Friday, September 2, 2022 4:40 PM
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: Re: [WebAIM] Captions not in Text-Format

The WCAG definition of captions includes images of text embedded in video. The WCAG definition of an image of text states "text that has been rendered in a non-text form (e.g., an image)", which obviously fails the level AA success criterion 1.4.5 (Images of Text) even though the definition does not specifically mention video content. If you are only aiming to meet WCAG level A, this does not matter.
See https://www.w3.org/TR/WCAG21/#dfn-captions and https://www.w3.org/TR/WCAG21/#dfn-images-of-text

The WCAG level AAA success criterion 1.2.8 is specifically designed to address the requirements of people with both visual and hearing impairments. It requires that you provide all of the information in the synchronized media (both visual and auditory) in text form, presumably because this can be used with appropriate output devices such as Braille displays.

The WebVTT file would not usually be sufficient to meet SC 1.2.8 because it is not likely to contain the information that is presented visually in the video. The file also contains all the timing information, which would result in a lot of noise for screen reader users whether they are using audio output or a Braille display.

Steve Green
Managing Director
Test Partners Ltd


-----Original Message-----
From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of <EMAIL REMOVED>
Sent: 02 September 2022 14:30
To: 'WebAIM Discussion List' < <EMAIL REMOVED> >
Subject: [WebAIM] Captions not in Text-Format

Captions may be provided in a caption-file OR as pure graphic in a video.
The definition says: "synchronized visual and/OR text alternative."

So pure graphical captions pass SC 1.2.2 and 1.2.4.



But what about people who are hard of hearing AND visually impaired?

And what about SR users who want to find out the correct spelling of an unknown term or name?



"For optimum accessibility, provide a separate caption file of the description of visual information."

( <https://www.w3.org/WAI/media/av/captions/>
https://www.w3.org/WAI/media/av/captions/)



1. Are graphical captions an issue for SC 1.4.5 Images of text? Neither the
Understanding examples nor techs suggest that.

2. Is there any other SC that covers the problem?

3. Is a caption file (WebVTT, .) the obvious text alternative regarding to SR support?



Thanks for clarification!



Wolfgang