hixie: urge feedback (whatwg r6301)

hixie: urge feedback (whatwg r6301)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5032&r2=1.5033&f=h
http://html5.org/tools/web-apps-tracker?from=6300&to=6301

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5032
retrieving revision 1.5033
diff -u -d -r1.5032 -r1.5033
--- Overview.html 14 Jul 2011 23:35:19 -0000 1.5032
+++ Overview.html 14 Jul 2011 23:42:11 -0000 1.5033
@@ -28731,7 +28731,12 @@
      <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><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>
+  </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>
     <p>Can be set, to replace the <code><a href="#the-caption-element">caption</a></code> element. If the

Received on Thursday, 14 July 2011 23:42:38 UTC