- From: poot <cvsmail@w3.org>
- Date: Mon, 15 Aug 2011 17:00:01 -0400
- To: public-html-diffs@w3.org
hixie: Forgot to fix this when making muted='' apply to <audio>. (whatwg r6463) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5164&r2=1.5165&f=h http://html5.org/tools/web-apps-tracker?from=6462&to=6463 =================================================================== 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 21:00:03 UTC