- From: poot <cvsmail@w3.org>
- Date: Fri, 22 Jul 2011 10:26:30 -0400
- To: public-html-diffs@w3.org
hixie: Authoring conformance criteria for muted='' (whatwg r6321)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5051&r2=1.5052&f=h
http://html5.org/tools/web-apps-tracker?from=6320&to=6321
===================================================================
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:36 UTC