[html5] r3343 - [e] (0) Clarify meaning of 'css tables'. (credit: og)

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 30 18:43:44 PDT 2009


Author: ianh
Date: 2009-06-30 18:43:42 -0700 (Tue, 30 Jun 2009)
New Revision: 3343

Modified:
   index
   source
Log:
[e] (0) Clarify meaning of 'css tables'. (credit: og)

Modified: index
===================================================================
--- index	2009-06-30 04:50:20 UTC (rev 3342)
+++ index	2009-07-01 01:43:42 UTC (rev 3343)
@@ -67,7 +67,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 30 June 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 1 July 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -25936,8 +25936,8 @@
   tables used for layout.</p>
 
   <p class=note>There are a variety of alternatives to using HTML
-  tables for layout, primarily using CSS positioning and CSS
-  tables.</p>
+  tables for layout, primarily using CSS positioning and the CSS table
+  model.</p>
 
   <p>User agents that do table analysis on arbitrary content are
   encouraged to find heuristics to determine which tables actually

Modified: source
===================================================================
--- source	2009-06-30 04:50:20 UTC (rev 3342)
+++ source	2009-07-01 01:43:42 UTC (rev 3343)
@@ -28543,8 +28543,8 @@
   tables used for layout.</p>
 
   <p class="note">There are a variety of alternatives to using HTML
-  tables for layout, primarily using CSS positioning and CSS
-  tables.</p>
+  tables for layout, primarily using CSS positioning and the CSS table
+  model.</p>
 
   <p>User agents that do table analysis on arbitrary content are
   encouraged to find heuristics to determine which tables actually




More information about the Commit-Watchers mailing list