File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
40494049revision 1, CR version of 23 April 2009.</a> These corrections have the
40504050status 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 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>
Original file line number Diff line number Diff line change 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
820820determined by the table-column elements and the number determined by
821821the first row, then
822- additional columns must not be rendered. When using 'table-layout:
822+ additional columns may not be rendered. CSS 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:
823825fixed', 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
You can’t perform that action at this time.
0 commit comments