[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:57:10 PST 2009


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





------- Comment #2 from simon.fraser at apple.com  2009-02-16 10:57 PDT -------
Notes from irc:

[10:54am] dhyatt:if (!parent()->isBoxModelObject())
[10:54am] dhyatt: would be good enough i would think
[10:55am] dhyatt: m_canCollapseWithChildren = !block->isRenderView() &&
!block->isRoot() && !block->isPositioned() &&
[10:55am] dhyatt:         !block->isFloating() && !block->isTableCell() &&
!block->hasOverflowClip() && !block->isInlineBlockOrInlineTable();
[10:55am] dhyatt: line 91 of RenderBlock.cpp


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