- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Jul 2011 23:47:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23408
Modified Files:
Overview.html
Log Message:
try to fiddle with the spacing in the table section to make it more readable (whatwg r6302)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5033
retrieving revision 1.5034
diff -u -d -r1.5033 -r1.5034
--- Overview.html 14 Jul 2011 23:42:11 -0000 1.5033
+++ Overview.html 14 Jul 2011 23:47:39 -0000 1.5034
@@ -28660,22 +28660,20 @@
};</pre>
</dd>
</dl><p>The <code><a href="#the-table-element">table</a></code> element <a href="#represents">represents</a> data with
- more than one dimension, in the form of a <a href="#concept-table" title="concept-table">table</a>.<div class="impl">
- <p>The <code><a href="#the-table-element">table</a></code> element takes part in the <a href="#table-model">table
- model</a>.</p>
- </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.<div class="impl">
+ more than one dimension, in the form of a <a href="#concept-table" title="concept-table">table</a>.<p><span class="impl">The <code><a href="#the-table-element">table</a></code> element takes part in
+ the <a href="#table-model">table model</a>.</span> 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.<div class="impl">
<p class="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>.</p>
- </div><hr><p>Authors are encouraged to provide information describing how to
+ </div><p>Authors are encouraged to provide information describing how to
interpret complex tables. Guidance on how <a href="#table-descriptions-techniques">provide such information</a>
is given below.<div class="impl">
<p>If a <code><a href="#the-table-element">table</a></code> element has a <code title="attr-table-summary"><a href="#attr-table-summary">summary</a></code> attribute, and the user
agent has not classified the table as a layout table, the user agent
may report the contents of that attribute to the user.</p>
- </div><hr><p>Tables should not be used as layout aids.
+ </div><p>Tables should not be used as layout aids.
Historically, many Web authors have tables in HTML as a way to
control their page layout making it difficult to extract tabular
@@ -28698,7 +28696,7 @@
either be the empty string or the value "<code title="">1</code>".
The attribute is used by certain user agents as an indication that
borders should be drawn around cells of the table.</p><div class="impl">
- <p>Tables can be complicated to understand and navigate. To help
+ <hr><p>Tables can be complicated to understand and navigate. To help
users with this, user agents should clearly dilineate cells in a
table from each other, unless the user agent has classified the
table as a
Received on Thursday, 14 July 2011 23:47:44 UTC