You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use case presented in this issue involves a <video> element which does not include any audio and is just there to show a QR code. Since there is no audio, should there still be captions for the video?
The text was updated successfully, but these errors were encountered:
I would presume that it wouldn't be 'required' to leave the captions on since there is no auditory information to convey. The principle is:
"The captions should convey all meaningful auditory information in the video including dialogue, musical cues, sound effects, and other relevant information for deaf users."
[https://dequeuniversity.com/rules/axe/4.10/video-caption]
Granted, it’s still essential to ensure the video content is accessible by providing a text alternative or a description that conveys the purpose of the video. This could be done by:
Adding a text description nearby (e.g., “QR code for access”).
Including a descriptive aria-label or alt text that mentions what the video displays.
[https://www.section508.gov/create/captions-transcripts/]
Axe-core does not fail videos without captions, although it reports them as needing manual review. Most videos do need captions, so when they don't have it, that is something something to look at.
Product
axe-core
Question
GoogleChrome/lighthouse#16244
In reference to this axe rule about video captions.
The use case presented in this issue involves a
<video>
element which does not include any audio and is just there to show a QR code. Since there is no audio, should there still be captions for the video?The text was updated successfully, but these errors were encountered: