- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Jul 2011 14:46:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11636
Modified Files:
spec.html the-iframe-element.html
Log Message:
Authoring conformance criteria for muted='' (whatwg r6321)
[updated by splitter]
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- the-iframe-element.html 22 Jul 2011 07:46:35 -0000 1.78
+++ the-iframe-element.html 22 Jul 2011 14:46:26 -0000 1.79
@@ -7592,9 +7592,10 @@
volume.</p></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.</p><div class="impl">
+ attribute on the <code><a href="#the-video-element">video</a></code> element is a <a href="common-microsyntaxes.html#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.</p><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
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1569
retrieving revision 1.1570
diff -u -d -r1.1569 -r1.1570
--- spec.html 22 Jul 2011 07:46:34 -0000 1.1569
+++ spec.html 22 Jul 2011 14:46:26 -0000 1.1570
@@ -347,7 +347,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5051.
+This is revision 1.5052.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 22 July 2011 14:46:34 UTC