[Webkit-unassigned] [Bug 9774] exeter.edu renders improperly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 14 03:33:43 PST 2006


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





------- Comment #13 from mitz at webkit.org  2006-11-14 03:33 PDT -------
(In reply to comment #12)
> I'm not so sure about this.  Why should anonymous blocks be skipped?
> 

We talked about it on IRC. The spec doesn't say anything about it, but Firefox
and Opera do it even in strict mode. However, the patch is incomplete since it
addresses percentage 'top' and 'bottom' but not percentage 'height' (the latter
skips anonymous blocks in quirks mode, but only because it skips all block with
height: auto in that mode); starting from the nonAnonymousContainingBlock in
calcPercentageHeight should solve that. The layout test should cover percentage
height.


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