- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 21:03:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv7761
Modified Files:
Overview.src.html Overview.html
Log Message:
muted Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12615
Index: Overview.html
===================================================================
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:03:03 UTC