: u Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12616

: u Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12616

http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.139&r2=1.140&f=h

===================================================================
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:21:58 UTC