[Webkit-unassigned] [Bug 5789] iframe with height in % within table is not rendered.

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Apr 21 13:45:50 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=5789





------- Comment #15 from sam.weinig at gmail.com  2006-04-21 13:45 PDT -------
(In reply to comment #14)

Hyatt,
Your absolutly correct that a container height of 0px would result in the
incorrect behavior.  This was done to match the horizontal behavior which is
also wrong.  Just test the horizontal corollary to your example,

<div style="width: 0px"><img style="height:50%"></div>

and notice that the image is not 0 width.

A better/correct behavior would be to check if the containing block has a
non-auto height instead of a positive height.  Do you think that width should
be changed as well?


-- 
Configure bugmail: http://bugzilla.opendarwin.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