Skip to content

Commit f0634bb

Browse files
committed
[css2] Added issue 72.
http://wiki.csswg.org/spec/css2.1#issue-72 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402950
1 parent b89e291 commit f0634bb

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

css2/changes.src

Lines changed: 12 additions & 2 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: changes.src,v 2.110 2009-05-19 17:25:35 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.111 2009-05-20 14:15:28 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -4049,8 +4049,18 @@ href="http://www.w3.org/TR/2009/CR-CSS2-20090423">CSS level 2
40494049
revision 1, CR version of 23 April 2009.</a> These corrections have the
40504050
status of a draft.
40514051

4052-
<p>There are no errata at this point.
4052+
<!--========================== issue 72 ==========================-->
40534053

4054+
<h3 id="s.17.5.2.1"><a
4055+
href="/TR/2009/CR-CSS2-20090423/tables.html#fixed-table-layout">
4056+
Section&nbsp;17.5.2.1 Fixed table layout</a></h3>
4057+
4058+
<p><span class=date>[2009-05-20]</span> UAs <em>may</em> render extra
4059+
columns if there are unexpect columns in later rows of a 'fixed' table
4060+
layout. In that case, the width of the columns and of the table is
4061+
undefined.
4062+
4063+
<!--===============================================================-->
40544064

40554065
</BODY>
40564066
</HTML>

css2/tables.src

Lines changed: 4 additions & 2 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.112 2009-05-15 17:31:39 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.113 2009-05-20 14:15:41 bbos Exp $ -->
44
<head>
55
<title>Tables</title>
66
</head>
@@ -819,7 +819,9 @@ should be distributed over the columns.
819819
<p>If a subsequent row has more columns than the greater of the number
820820
determined by the table-column elements and the number determined by
821821
the first row, then
822-
additional columns must not be rendered. When using 'table-layout:
822+
additional columns may not be rendered. CSS&nbsp;2.1 does not define
823+
the width of the columns and the table if they <em>are</em> rendered.
824+
When using 'table-layout:
823825
fixed', authors should not omit columns from the first row.
824826

825827
<p>In this manner, the user agent can begin to lay out the table once

0 commit comments

Comments
 (0)