Audio & Video

This rule set is intended to act as a friendly reminder.

Videos will recieve a warning to ensure captions are available. Audio will recieve a warning to ensure the podcast/audio has a transcript. This condition does not test whether captions or transcripts are present.

Example #1 - Video

This condition tests for the presence of an HTML <video> tag, YouTube and Vimeo.

Example #2 - Audio

This condition tests for the presense of an HTML <audio> tag and SoundCloud.

Example #3 - HTML Video

Video Source: W3Schools

Example #4 - HTML Video with Track/CC

Pass: has a <track> element.

Video Source: MDN WebDocs

Example #5 - HTML Audio

Video Source: W3Schools