NEW 192465
[BFC][MarginCollapsing] Extend margin collapsing rules.
https://bugs.webkit.org/show_bug.cgi?id=192465
Summary [BFC][MarginCollapsing] Extend margin collapsing rules.
zalan
Reported 2018-12-06 07:44:02 PST
ssia
Attachments
Patch (22.25 KB, patch)
2018-12-06 07:45 PST, zalan
koivisto: review+
zalan
Comment 1 2018-12-06 07:45:54 PST
Antti Koivisto
Comment 2 2018-12-06 09:39:50 PST
Comment on attachment 356727 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=356727&action=review > Source/WebCore/layout/blockformatting/BlockFormattingContext.h:108 > + static bool marginTopCollapsesWithParent(const LayoutState&, const Box&); > + static bool marginTopCollapsesWithSibling(const Box&); > + static bool marginBottomCollapsesWithSibling(const Box&); > + static bool marginsCollapseThrough(const Box&); Word 'margin' in these is a bit redundant.
Ahmad Saleem
Comment 3 2022-10-09 06:04:52 PDT
It seems this r+ patch didn't landed and I checked via Webkit GitHub. @Alan - is this needed? Thanks!
Note You need to log in before you can comment on or make changes to this bug.