[Webkit-unassigned] [Bug 17583] table column and text misalignment because of fixed table layout and undefined table width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 12:02:08 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17583


webkit at blaut.biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #4 from webkit at blaut.biz  2008-02-28 12:02 PDT -------
Per the paragraph: 'The table's width may be specified explicitly with the
'width' property. A value of 'auto' (for both 'display: table' and 'display:
inline-table') means use the automatic table layout algorithm. However, if the
table is a block-level table ('display: table') in normal flow, a UA may (but
does not have to) use the algorithm of 10.3.3 to compute a width and apply
fixed table layout even if the specified width is 'auto'." from CSS 2.1 spec
[http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout]  the bug is
INVALID.

Webkit does NOT have to expand width for the table without explicitly 'width'
property set. Per spec all of browsers renders it correctly but differently.
Opera 9.50 behaves in this case like Webkit.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list