-
Notifications
You must be signed in to change notification settings - Fork 44
Test for WCAG technique G87: Providing closed captions #93
Comments
A first simple check would be to check if a srt-file or webvtt is provided, but sadly that doesn't say that if no subtitling is provided a video should fail. It can be a video without dialogues and important sounds. So test would be:
|
Talked with Arjan and this test could better handle the detection of (valid) caption files only, so if a technique is used. |
Ok, this will leave the test to discovering caption files:
|
…owsers only. Tested subtitles for language. #93
Great that html5 video is covered. I think a object embed is not covered yet. Is for example this video covered? The html includes: A test would be:
|
We could add .mp4 as well to check for in the param. |
I'm starting a |
Great idea. we could then also add a condition test whether it is live or recorded video. |
Merged in video-captions branch, any additional use cases we need to capture? |
The objective of this technique is to provide a way for people who have hearing impairments or otherwise have trouble hearing the dialogue in synchronized media material to be able to view the material and see the dialogue and sounds - without requiring people who are not deaf to watch the captions. With this technique all of the dialogue and important sounds are embedded as text in a fashion that causes the text not to be visible unless the user requests it. As a result they are visible only when needed. This requires special support for captioning in the user agent.
Procedure
The text was updated successfully, but these errors were encountered: