Media Player Caption Control Level - player on page, but it does not play synchronized media (only audio)

Test Case Summary

Test Case ID

TC17.2-ic-dna-2

Test Case Description

Detect existence of a Media player that displays video with synchronized audio and has volume adjustment controls.

The code sample does not contain synchronized media player. There is an audio player. A successful test should identify a Does Not Apply for Baseline 17.2-MediaPlayerCCLevel.

Applicable ICT Baseline Test

17.2 Test Procedure for Captions (Prerecorded)

Baseline Test ID: 17.2-MediaPlayerCCLevel

Test Instruction: IC

Test Case Detail

Expected Baseline Result

DNA

There is no synchronized media player in the code sample. There is only an audio player.

Test Data

Single-Page URL

Embedded Code

Code


    <audio id="player2" preload="" tabindex="0">
      <source src="../assets/audio/demo_audioonly.ogg" type="audio/ogg">
      <source src="../assets/audio/demo_audioonly.mp3" type="audio/mpeg">  
        Your browser does not support the audio tag.
    </audio>
    <div id="controls"></div>
    

Test Case Instruction

Test Case Instruction
Test Instruction Instruction Detail Expected Test Case Result
IC-1 Media player that displays video with synchronized audio and has volume adjustment controls. None in test file.
Result If any of the above checks fail, then Baseline Requirement 17.2-MediaPlayerCCLevel fails. Does Not Apply