- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 30 Apr 2011 12:41:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv17463/elements Modified Files: video.html Log Message: video audio=muted -> video muted Index: video.html =================================================================== RCS file: /sources/public/html5/markup/elements/video.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- video.html 13 Dec 2010 08:58:40 -0000 1.16 +++ video.html 30 Apr 2011 12:41:01 -0000 1.17 @@ -74,19 +74,9 @@ upon reaching the end.</dd> </dl> <dl> - <dt id="video.attrs.audio">audio</dt> - <dd>Represents default states of the audio channel of the video, + <dt id="video.attrs.muted">muted</dt> + <dd>Represents the default state of the audio channel of the video, potentially overriding user preferences.</dd> - <dd>If any - values are given in the - <a href="#common.data.audio-states-list">list of audio states</a>, - they instruct the UA to set default audio states, as follows: - <ul> - <li><code>muted</code>: instructs the UA to override the - user’s preferences, if any, and always default the initial audio - mutedness state to muted</li> - </ul> - </dd> </dl> </div> <div id="dom-interface">HTMLVideoElement</div>
Received on Saturday, 30 April 2011 12:41:04 UTC