html5/spec Overview.html,1.2481,1.2482

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8354

Modified Files:
	Overview.html 
Log Message:
Clarify meaning of 'css tables'. (credit: og) (whatwg r3343)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2481
retrieving revision 1.2482
diff -u -d -r1.2481 -r1.2482
--- Overview.html	30 Jun 2009 04:50:25 -0000	1.2481
+++ Overview.html	1 Jul 2009 01:43:48 -0000	1.2482
@@ -174,7 +174,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 30 June 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 1 July 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -267,7 +267,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 30 June 2009 Editor's Draft.
+  This specification is the 1 July 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -22898,8 +22898,8 @@
   results. In particular, users of accessibility tools like screen
   readers are likely to find it very difficult to navigate pages with
   tables used for layout.<p class="note">There are a variety of alternatives to using HTML
-  tables for layout, primarily using CSS positioning and CSS
-  tables.<p>User agents that do table analysis on arbitrary content are
+  tables for layout, primarily using CSS positioning and the CSS table
+  model.<p>User agents that do table analysis on arbitrary content are
   encouraged to find heuristics to determine which tables actually
   contain data and which are merely being used for layout. This
   specification does not define a precise heuristic.<p>Tables have rows and columns given by their descendants. A table

Received on Wednesday, 1 July 2009 01:44:00 UTC