[Webkit-unassigned] [Bug 23963] Margin collapsing should not occur at the foreignObject boundary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 16 10:59:34 PST 2009


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





------- Comment #3 from simon.fraser at apple.com  2009-02-16 10:59 PDT -------
dhyatt: we actually don't even let <html> collapse margins with its children
[10:57am] dhyatt: could probably just ditch the isRenderView check and replace
with !parent() || !parent()->isBoxModelObject()
dhyatt: but before doing that would need to see if the <html> in a foreign
object collapses with the <body>
dhyatt: <html style="margin:100px;"><body style="margin:100px">Hello world
dhyatt: in safari that will leave 200px of space above hello world


-- 
Configure bugmail: https://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