W3CWeb Accessibility Initiative Home

Toggle EMBED audio

On this page: Test 1 | References | About these tests

Nearby: More HTML 4.01 Tests | UAAG 1.0 Test Suite

UAAG 1.0 Requirement

Checkpoint 3.2 Toggle audio, video, animated images (Priority 1 )
Provision 1 : Allow configuration not to render audio, video, or animated image content, except on explicit user request.

Test 1 :

Procedure

  1. Configure the user agent to not render the audio content that is automatically rendered when this page loads.
  2. Configure the user agent to only render this audio content upon explicit user request.

Run test

Embedded audio volume control:

Expected results

  1. The user agent can be configured to render the audio content of this page only upon explicit user request.
  2. The user agent may satisfy this checkpoint by making audio silent, but this technique is not recommended.

Source code

<p src="../images/homer.wav" controls="volumelever" type="audio/basic" autostart="true" loop="true" width="100" height="50">Embedded audio volume control:</p>
<embed src="../images/homer.wav" controls="volumelever" type="audio/basic" autostart="true" loop="true" width="100" height="50"></embed>

References

  1. specification for EMBED is not part of the HTML 4.01 specification

About this test suite

This test is part of a test suite for the User Agent Accessibility Guidelines (UAAG) 1.0 . This work is conducted by the User Agent Accessibility Guidelines Working Group , which is part of W3C's Web Accessibility Initiative (WAI) . Please send comments on this test to w3c-wai-ua@w3.org ( public archive ).


Test created by:

Last modified: $Date: 2003/04/02 23:46:34 $ by $Author: jongund $