[Webkit-unassigned] [Bug 18126] incorrect layout as table height=100% doesnt affect webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 19:53:38 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=18126


Maxwell Terpstra <max at terpstra.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |max at terpstra.ca




--- Comment #2 from Maxwell Terpstra <max at terpstra.ca>  2010-06-17 19:53:38 PST ---
According to CSS2.1 (http://www.w3.org/TR/CSS21/visudet.html#x12), a percentage height in this context computes to "auto" (because the height of the containing block depends on it). It seems to me that this means Webkit's rendering is correct.

That being said, this appears to be an open issue in CSS3 (see http://www.w3.org/TR/2007/WD-css3-box-20070809/#the-lsquo0).  Also, since the other browsers display this differently, perhaps Wekbit should copy them in quirks-mode at least.

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



More information about the webkit-unassigned mailing list