[CSS2.1] Table-layout: fixed

Hello,

Table-layout: fixed in CSS 2.1 spec is inconsistent with all current browser behavior.


>From section 17.5.2.1

"If a subsequent row has more columns than the greater of the number determined by the table-column elements and the number determined by the first row, then additional columns must not be rendered. When using 'table-layout: fixed', authors should not omit columns from the first row."

None of the browsers actually omit additional columns in tables.
If table width is auto, all additional columns are rendered.
If table width has a value other than auto, then additional columns are rendered but space is distributed as needed.


Therefore we propose changing the wording in the spec from

"...then additional columns must not be rendered"

To

"...then additional columns may not be rendered"


Thanks,
Saloni
-------------------------------------
Saloni Mira Rai
IE Developer Experience PM
425-421-8505

Received on Tuesday, 16 September 2008 19:43:56 UTC