Skip to content

Commit

Permalink
[e] (0) try to fiddle with the spacing in the table section to make i…
Browse files Browse the repository at this point in the history
…t more readable

git-svn-id: http://svn.whatwg.org/webapps@6302 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 14, 2011
1 parent 9090e7d commit 60d83c9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 34 deletions.
21 changes: 10 additions & 11 deletions complete.html
Expand Up @@ -39024,22 +39024,18 @@ <h4 id=the-table-element><span class=secno>4.9.1 </span>The <dfn><code>table</co
</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>.</p>

<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.</p>
<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.</p>

<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
<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.</p>

Expand All @@ -39049,7 +39045,9 @@ <h4 id=the-table-element><span class=secno>4.9.1 </span>The <dfn><code>table</co
may report the contents of that attribute to the user.</p>
</div>

<hr><!--FORK--><p>Tables must not be used as layout aids.
<!--FORK-->

<p>Tables must not be used as layout aids.

Historically, some Web authors have misused tables in HTML as a way
to control their page layout. This usage is non-conforming, because
Expand Down Expand Up @@ -39113,8 +39111,9 @@ <h4 id=the-table-element><span class=secno>4.9.1 </span>The <dfn><code>table</co
borders should be drawn around cells of the table.</p>
<!--!--> <!-- http://www.w3.org/mid/BANLkTin+7AWUp0-7Jjt1+VJSa5vahJfL4w@mail.gmail.com -->


<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
Expand Down
21 changes: 10 additions & 11 deletions index
Expand Up @@ -38896,22 +38896,18 @@ function AddCloud(data, x, y) { ... }</pre>
</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>.</p>

<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.</p>
<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.</p>

<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
<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.</p>

Expand All @@ -38921,7 +38917,9 @@ function AddCloud(data, x, y) { ... }</pre>
may report the contents of that attribute to the user.</p>
</div>

<hr><!--FORK--><p>Tables must not be used as layout aids.
<!--FORK-->

<p>Tables must not be used as layout aids.

Historically, some Web authors have misused tables in HTML as a way
to control their page layout. This usage is non-conforming, because
Expand Down Expand Up @@ -38985,8 +38983,9 @@ function AddCloud(data, x, y) { ... }</pre>
borders should be drawn around cells of the table.</p>
<!--!--> <!-- http://www.w3.org/mid/BANLkTin+7AWUp0-7Jjt1+VJSa5vahJfL4w@mail.gmail.com -->


<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
Expand Down
18 changes: 6 additions & 12 deletions source
Expand Up @@ -43341,23 +43341,17 @@ function AddCloud(data, x, y) { ... }</pre>
more than one dimension, in the form of a <span
title="concept-table">table</span>.</p>

<div class="impl">
<p>The <code>table</code> element takes part in the <span>table
model</span>.</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.</p>
<p><span class="impl">The <code>table</code> element takes part in
the <span>table model</span>.</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.</p>

<div class="impl">
<p class="note">Precise rules for determining whether this
conformance requirement is met are described in the description of
the <span>table model</span>.</p>
</div>

<hr>

<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>
Expand All @@ -43370,8 +43364,6 @@ function AddCloud(data, x, y) { ... }</pre>
may report the contents of that attribute to the user.</p>
</div>

<hr>

<!--END w3c-html--><!--FORK-->

<p>Tables must not be used as layout aids.
Expand Down Expand Up @@ -43457,7 +43449,9 @@ function AddCloud(data, x, y) { ... }</pre>
borders should be drawn around cells of the table.</p>
<!--!--> <!-- http://www.w3.org/mid/BANLkTin+7AWUp0-7Jjt1+VJSa5vahJfL4w@mail.gmail.com -->


<div class="impl">
<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
Expand Down

0 comments on commit 60d83c9

Please sign in to comment.