- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Jul 2011 23:42:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22966
Modified Files:
Overview.html
Log Message:
urge feedback (whatwg r6301)
Index: Overview.html
===================================================================
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:16 UTC