: summary Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12619

: summary Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12619

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

===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- Overview.html 9 May 2011 21:05:55 -0000 1.138
+++ Overview.html 9 May 2011 21:10:10 -0000 1.139
@@ -1100,6 +1100,8 @@
     and <code>th</code>.
 
    <li><code>scope</code> attribute on <code>td</code>.
+
+   <li><code>summary</code> attribute on <code>table</code>.
   </ul>
 
   <p>In addition, HTML5 has none of the presentational attributes that were
@@ -1275,6 +1277,9 @@
   <!-- rev 5974 -  -->
 
   <ul>
+   <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.
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- Overview.src.html 9 May 2011 21:05:55 -0000 1.115
+++ Overview.src.html 9 May 2011 21:10:10 -0000 1.116
@@ -894,6 +894,8 @@
       attributes on <code>td</code> and <code>th</code>.
 
       <li><code>scope</code> attribute on <code>td</code>.
+      
+      <li><code>summary</code> attribute on <code>table</code>.
     </ul>
 
     <p>In addition, HTML5 has none of the presentational attributes
@@ -1070,6 +1072,7 @@
     <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 -  -->
 
     <ul>
+     <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.
     </ul>

Received on Monday, 9 May 2011 21:13:13 UTC