From 107914387f6dca287ad5c4138936b5eb3890e594 Mon Sep 17 00:00:00 2001 From: "Trevor R. Bostic" <32486143+tbostic32@users.noreply.github.com> Date: Mon, 12 Dec 2022 09:57:50 -0500 Subject: [PATCH] Update video-captions-f51b46.md First cut at updates to the video element auditory content has captions rule. Includes: - Update to applicability to remove silence - Update to test case descriptions - Replace "baked in" with "open captions" --- _rules/video-captions-f51b46.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_rules/video-captions-f51b46.md b/_rules/video-captions-f51b46.md index 717fe694214..b171e1f78f6 100755 --- a/_rules/video-captions-f51b46.md +++ b/_rules/video-captions-f51b46.md @@ -37,7 +37,7 @@ acknowledgments: ## Applicability -This rule applies to every [non-streaming](#non-streaming-media-element) `video` element that is [visible][] where the video contains [audio](#audio-output). +This rule applies to every [non-streaming](#non-streaming-media-element) `video` element that is [visible][] where the video contains [audio](#audio-output) that is not only silence. ## Expectation @@ -68,7 +68,7 @@ There are no accessibility support issues known. #### Passed Example 1 -A video element that has captions for all the audio baked into it. +A video element that has open captions for all of the audio content. ```html @@ -76,7 +76,7 @@ A video element that has captions for all the audio baked into it. #### Passed Example 2 -A video element with an associated track element that contain captions for all the audio. +A video element with an associated track element that contains captions for all of the audio content. ```html @@ -96,7 +96,7 @@ A video element without any form of captions. #### Failed Example 2 -A video element with an associated track element that contain incorrect captions. +A video element with an associated track element that contains incorrect captions. Specifically, the captions flip the role of the mouse and computer by saying, "Not being able to use your mouse because your computer doesn't work is frustrating." ```html @@ -106,7 +106,7 @@ A video element with an associated track element that contain incorrect captions #### Failed Example 3 -A video element with a text on the same page that described the audio in the video. +A video element with text on the same page that describes the audio in the video. ```html @@ -119,7 +119,7 @@ A video element with a text on the same page that described the audio in the vid #### Failed Example 4 -A video element with an explicitly associated text on the same page that described the audio in the video. +A video element with an explicitly associated text on the same page that describes the audio in the video. ```html
@@ -119,7 +119,7 @@ A video element with a text on the same page that described the audio in the vid #### Failed Example 4 -A video element with an explicitly associated text on the same page that described the audio in the video. +A video element with an explicitly associated text on the same page that describes the audio in the video. ```html