Skip to content

Commit 1fe141f

Browse files
committed
[css2] Edited as per issue w3c#34 in
http://www.damowmow.com/temp/csswg/css21/issues-cr --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402254
1 parent c8961f6 commit 1fe141f

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

css2/tables.src

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: tables.src,v 2.75 2004-03-08 18:40:45 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.76 2004-07-05 15:16:49 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -550,6 +550,17 @@ row-group; the
550550
user agents must shorten it until it fits.
551551
</ol>
552552

553+
<p>The edges of the rows, columns, row groups and column groups in the
554+
<a href="#collapsing-borders">collapsing borders model</a> coincide
555+
with the hypothetical grid lines on which the borders of the cells are
556+
centered. (And thus, in this model, the rows together exactly cover
557+
the table, leaving no gaps; ditto for the columns.) In the <a
558+
href="#separated-borders">separated borders model,</a> the edges
559+
coincide with the <a href="box.html#border-edge">border edges</a> of
560+
cells. (And thus, in this model, there may be gaps between the rows,
561+
columns, row groups or column groups, corresponding to the <span
562+
class="propinst-border-spacing">'border-spacing'</span> property.)
563+
553564
<div class="note">
554565
<p><em><strong>Note.</strong> Table cells may be
555566
positioned, but this is not recommended: absolute and fixed
@@ -647,17 +658,6 @@ through.
647658
</li>
648659
</ol>
649660

650-
<p>The edges of the rows, columns, row groups and column groups in the
651-
<a href="#collapsing-borders">collapsing borders model</a> coincide
652-
with the hypothetical grid lines on which the borders of the cells are
653-
centered. (And thus, in this model, the rows together exactly cover
654-
the table, leaving no gaps; ditto for the columns.) In the <a
655-
href="#separated-borders">separated borders model,</a> the edges
656-
coincide with the <a href="box.html#border-edge">border edges</a> of
657-
cells. (And thus, in this model, there may be gaps between the rows,
658-
columns, row groups or column groups, corresponding to the <span
659-
class="propinst-border-spacing">'border-spacing'</span> property.)
660-
661661
<div class="html-example">
662662
<P>In the following example, the first row contains four cells, but
663663
the second row contains no cells, and thus the table background shines
@@ -781,7 +781,7 @@ determined as follows:</p>
781781
for that column.
782782

783783
<li>Otherwise, a cell in the first row with a value other than 'auto'
784-
for the <span class="propinst-width">'width'</span> property sets the
784+
for the <span class="propinst-width">'width'</span> property determines the
785785
width for that column. If the cell spans more than one column, the
786786
width is divided over the columns.
787787

0 commit comments

Comments
 (0)