NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 768 - add audio attribute to video element
add audio attribute to video element
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Michael[tm] Smith
http://html5.org/tools/web-apps-track...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-09 07:46 CET by Michael[tm] Smith
Modified: 2010-12-12 18:56 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael[tm] Smith 2010-11-09 07:46:32 CET
http://dev.w3.org/html5/spec/video.html#attr-media-audio

[[
The audio attribute on the video element controls the default state of the audio channel of the media resource, potentially overriding user preferences.

The audio attribute, if specified, must have a value that is an unordered set of unique space-separated tokens, which are ASCII case-insensitive. The tokens must be from the following list (currently, only one allowed token is defined):

muted
Causes the user agent to override the user's preferences, if any, and always default the video to muted.

A future version of this specification will probably introduce new values here, e.g. to control the default volume, or to select a default audio track.
]]