- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Jul 2011 14:26:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6185
Modified Files:
Overview.html
Log Message:
Authoring conformance criteria for muted='' (whatwg r6321)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5051
retrieving revision 1.5052
diff -u -d -r1.5051 -r1.5052
--- Overview.html 22 Jul 2011 07:24:50 -0000 1.5051
+++ Overview.html 22 Jul 2011 14:26:11 -0000 1.5052
@@ -27184,9 +27184,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 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 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">
<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 Friday, 22 July 2011 14:26:16 UTC