[html5] r5687 - [a] (0) This requirement was technically wrong for some edge cases like <table>< [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Nov 30 12:15:36 PST 2010
Author: ianh
Date: 2010-11-30 12:15:33 -0800 (Tue, 30 Nov 2010)
New Revision: 5687
Modified:
complete.html
index
source
Log:
[a] (0) 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.
Modified: complete.html
===================================================================
--- complete.html 2010-11-30 02:07:41 UTC (rev 5686)
+++ complete.html 2010-11-30 20:15:33 UTC (rev 5687)
@@ -34770,11 +34770,12 @@
</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>
+ <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>
<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
Modified: index
===================================================================
--- index 2010-11-30 02:07:41 UTC (rev 5686)
+++ index 2010-11-30 20:15:33 UTC (rev 5687)
@@ -34750,11 +34750,12 @@
</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>
+ <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>
<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
Modified: source
===================================================================
--- source 2010-11-30 02:07:41 UTC (rev 5686)
+++ source 2010-11-30 20:15:33 UTC (rev 5687)
@@ -38505,11 +38505,12 @@
</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 <span>table
- model</span></span>. <!-- conformance criteria for detecting this
- are in the table model section --></p>
+ <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 <span>table
+ model</span>.</span></p>
<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
More information about the Commit-Watchers
mailing list