- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 21:20:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv9634
Modified Files:
Overview.src.html Overview.html
Log Message:
u Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12616
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- Overview.html 9 May 2011 21:10:10 -0000 1.139
+++ Overview.html 9 May 2011 21:20:10 -0000 1.140
@@ -1020,8 +1020,6 @@
<li><code>strike</code>
<li><code>tt</code>
-
- <li><code>u</code>
</ul>
<p>The following elements are not in HTML5 because using them damages
@@ -1277,6 +1275,8 @@
<!-- rev 5974 - -->
<ul>
+ <li>The <code>u</code> element is now conforming.
+
<li>The <code>summary</code> attribute on <code>table</code> is now
non-conforming.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- Overview.src.html 9 May 2011 21:10:10 -0000 1.116
+++ Overview.src.html 9 May 2011 21:20:10 -0000 1.117
@@ -815,8 +815,6 @@
<li><code>strike</code>
<li><code>tt</code>
-
- <li><code>u</code>
</ul>
<p>The following elements are not in HTML5 because using them damages
@@ -1072,6 +1070,7 @@
<h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - -->
<ul>
+ <li>The <code>u</code> element is now conforming.
<li>The <code>summary</code> attribute on <code>table</code> is now non-conforming.
<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.
Received on Monday, 9 May 2011 21:20:13 UTC