[Webkit-unassigned] [Bug 16788] setting the height on a td has no effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 01:47:41 PST 2008


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


webkit at blaut.biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at blaut.biz
             Status|UNCONFIRMED                 |RESOLVED
          Component|New Bugs                    |Layout and Rendering
         OS/Version|Mac OS X 10.4               |All
           Platform|PC                          |All
         Resolution|                            |INVALID




------- Comment #1 from webkit at blaut.biz  2008-02-19 01:47 PDT -------
You set table height to 320px so the only cell in the table should have also
320px minus border-spacing, padding etc.  As the result computed height of td
is 312px. And it's true in all tested engines: Webkit, Gecko and Presto. Red
background of cell indicates real height of td. You set height of descendant
div as 50% so it's calculated based on the definition: "The percentage is
calculated with respect to the height of the generated box's containing block."
[http://www.w3.org/TR/CSS21/visudet.html#propdef-height]. Containing block for
the div is td. So a computed height value for the div element should be 156px
as it is in Webkit. Other browsers fail this case. The bug report is INVALID.


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