[html5] r6301 - [e] (0) urge feedback Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12525

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 14 16:42:07 PDT 2011


Author: ianh
Date: 2011-07-14 16:42:05 -0700 (Thu, 14 Jul 2011)
New Revision: 6301

Modified:
   complete.html
   index
   source
Log:
[e] (0) urge feedback
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12525

Modified: complete.html
===================================================================
--- complete.html	2011-07-14 23:35:12 UTC (rev 6300)
+++ complete.html	2011-07-14 23:42:05 UTC (rev 6301)
@@ -39154,8 +39154,13 @@
      <td>Probably a non-layout table
    <tbody><tr><td>The use of the <code title=attr-table-summary><a href=#attr-table-summary>summary</a></code> attribute
      <td>Not a good indicator (both layout and non-layout tables have historically been given this attribute)
-  </table></div>
+  </table><p class=note>It is quite possible that the above suggestions are
+  wrong. Implementors are urged to provide feedback elaborating on
+  their experiences with trying to create a layout table detection
+  heuristic.</p>
 
+  </div>
+
   <hr><dl class=domintro><dt><var title="">table</var> . <code title=dom-table-caption><a href=#dom-table-caption>caption</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href=#the-caption-element>caption</a></code> element.</p>

Modified: index
===================================================================
--- index	2011-07-14 23:35:12 UTC (rev 6300)
+++ index	2011-07-14 23:42:05 UTC (rev 6301)
@@ -39026,8 +39026,13 @@
      <td>Probably a non-layout table
    <tbody><tr><td>The use of the <code title=attr-table-summary><a href=#attr-table-summary>summary</a></code> attribute
      <td>Not a good indicator (both layout and non-layout tables have historically been given this attribute)
-  </table></div>
+  </table><p class=note>It is quite possible that the above suggestions are
+  wrong. Implementors are urged to provide feedback elaborating on
+  their experiences with trying to create a layout table detection
+  heuristic.</p>
 
+  </div>
+
   <hr><dl class=domintro><dt><var title="">table</var> . <code title=dom-table-caption><a href=#dom-table-caption>caption</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href=#the-caption-element>caption</a></code> element.</p>

Modified: source
===================================================================
--- source	2011-07-14 23:35:12 UTC (rev 6300)
+++ source	2011-07-14 23:42:05 UTC (rev 6301)
@@ -43515,6 +43515,11 @@
      <td>Not a good indicator (both layout and non-layout tables have historically been given this attribute)
   </table>
 
+  <p class="note">It is quite possible that the above suggestions are
+  wrong. Implementors are urged to provide feedback elaborating on
+  their experiences with trying to create a layout table detection
+  heuristic.</p>
+
   </div>
 
   <hr>




More information about the Commit-Watchers mailing list