- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Aug 2011 20:59:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12260 Modified Files: Overview.html Log Message: Forgot to fix this when making muted='' apply to <audio>. (whatwg r6463) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5164 retrieving revision 1.5165 diff -u -d -r1.5164 -r1.5165 --- Overview.html 15 Aug 2011 20:56:32 -0000 1.5164 +++ Overview.html 15 Aug 2011 20:59:50 -0000 1.5165 @@ -26996,10 +26996,10 @@ volume.</li> </ol></div><p>The <dfn id="attr-media-muted" title="attr-media-muted"><code>muted</code></dfn> - attribute on the <code><a href="#the-video-element">video</a></code> element is a <a href="#boolean-attribute">boolean - attribute</a> that controls the default state of the audio - channel of the <a href="#media-resource">media resource</a>, potentially overriding - user preferences.<div class="impl"> + attribute on <a href="#media-element" title="media element">media elements</a> is a + <a href="#boolean-attribute">boolean attribute</a> that controls the default state of + the audio channel of the <a href="#media-resource">media resource</a>, potentially + overriding user preferences.<div class="impl"> <p>When a <a href="#media-element">media element</a> is created, if it has a <code title="attr-media-muted"><a href="#attr-media-muted">muted</a></code> attribute specified, the user agent must set the <code title="dom-media-muted"><a href="#dom-media-muted">muted</a></code> IDL
Received on Monday, 15 August 2011 20:59:56 UTC