[Webkit-unassigned] [Bug 13374] Problem with calculating row height with spanned cells (Picture Overlaps Text)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 00:59:03 PST 2008


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


webkit at blaut.biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|NeedsReduction              |HasReduction
            Summary|Picture Overlaps Text       |Problem with calculating row
                   |                            |height with spanned cells
                   |                            |(Picture Overlaps Text)




------- Comment #10 from webkit at blaut.biz  2008-02-06 00:59 PDT -------
Chasen, thank you for creating reduced test case :) I created further reduction
which clearly shows differences between Webkit and Firefox in method of
calculating cell (row) height. If we consider :
http://www.w3.org/TR/CSS21/tables.html#height-layout paragraph:

"In CSS 2.1, the height of a cell box is the maximum of the table cell's
'height' property and the minimum height required by the content (MIN). A value
of 'auto' for 'height' implies that the value MIN will be used for layout. CSS
2.1 does not define what percentage values of 'height' refer to when specified
for table cells."

Based on above definition, in my opinion, Webkit and Opera calculating height
properly. But the following paragraph says:

"CSS 2.1 does not specify how cells that span more than one row affect row
height calculations except that the sum of the row heights involved must be
great enough to encompass the cell spanning the rows."

So I'm a bit confused :(


-- 
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