Skip to content

Commit c441192

Browse files
committed
[css2] Issue 182.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403009
1 parent 2957bcf commit c441192

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

css2/tables.src

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: tables.src,v 2.119 2010-07-14 23:21:53 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.120 2010-08-04 16:00:58 bbos Exp $ -->
44
<head>
55
<title>Tables</title>
66
</head>
@@ -136,8 +136,9 @@ the second to the second column, etc.). Rows and columns may be
136136
grouped structurally and this grouping reflected in presentation
137137
(e.g., a border may be drawn around a group of rows).
138138

139-
<p>Thus, the table model consists of tables, captions, rows, row
140-
groups, columns, column groups, and cells.
139+
<p>Thus, the table model consists of tables, captions, rows, <span
140+
class=index-def>row groups</span> (including header groups and footer
141+
groups), columns, column groups, and cells.
141142

142143
<p>The CSS model does not require that the <a
143144
href="conform.html#doclanguage">document language</a> include elements
@@ -569,7 +570,7 @@ its own limitations on row and column spans.
569570
sentences.)
570571

571572
<li>A cell box cannot extend beyond the last row box of a table or
572-
row-group; the user agents must shorten it until it fits.
573+
row group; the user agents must shorten it until it fits.
573574
</ol>
574575

575576
<p>The edges of the rows, columns, row groups and column groups in the

0 commit comments

Comments
 (0)