html5/spec Overview.html,1.4554,1.4555

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

Modified Files:
	Overview.html 
Log Message:
This requirement was technically wrong for some edge cases like <table><tr></tr></table>. Doesn't affect conformance checkers since they had more precise rules. (whatwg r5687)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4554
retrieving revision 1.4555
diff -u -d -r1.4554 -r1.4555
--- Overview.html	30 Nov 2010 02:07:49 -0000	1.4554
+++ Overview.html	30 Nov 2010 20:15:42 -0000	1.4555
@@ -26879,11 +26879,12 @@
   contain data and which are merely being used for layout. This
   specification does not define a precise heuristic.</p>
 
-  </div><p>Tables have rows and columns given by their descendants. A table
-  must not have an empty row or column<span class="impl">, as
-  described in the description of the <a href="#table-model">table
-  model</a></span>. <!-- conformance criteria for detecting this
-  are in the table model section --><p id="table-descriptions">For tables that consist of more than just
+  </div><p>Tables have rows, columns, and cells given by their descendants.
+  The rows and columns form a grid; a table's cells must completely
+  cover that grid without overlap. <span class="impl note">Precise
+  rules for determining whether this conformance requirement is met
+  are described in the description of the <a href="#table-model">table
+  model</a>.</span><p id="table-descriptions">For tables that consist of more than just
   a grid of cells with headers in the first row and headers in the
   first column, and for any table in general where the reader might
   have difficulty understanding the content, authors should include

Received on Tuesday, 30 November 2010 20:15:49 UTC