- From: poot <cvsmail@w3.org>
- Date: Mon, 09 May 2011 17:06:27 -0400
- To: public-html-diffs@w3.org
: muted Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12615
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.136&r2=1.137&f=h
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- Overview.html 9 May 2011 20:55:03 -0000 1.136
+++ Overview.html 9 May 2011 21:02:59 -0000 1.137
@@ -1277,6 +1277,9 @@
<!-- rev 5974 - -->
<ul>
+ <li>The <code>audio</code> attribute on <code>video</code> was changed to
+ a boolean <code>muted</code> attribute.
+
<li>The <code>Content-Language</code> meta pragma is now non-conforming.
</ul>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- Overview.src.html 9 May 2011 20:55:03 -0000 1.113
+++ Overview.src.html 9 May 2011 21:02:59 -0000 1.114
@@ -1071,6 +1071,7 @@
<h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - -->
<ul>
+ <li>The <code>audio</code> attribute on <code>video</code> was changed to a boolean <code>muted</code> attribute.
<li>The <code>Content-Language</code> meta pragma is now non-conforming.
</ul>
Received on Monday, 9 May 2011 21:06:28 UTC