Skip to content

Commit

Permalink
Bug 1523582 Part 2 - Make -moz-column-content a BFC when column-span …
Browse files Browse the repository at this point in the history
…is enabled. r=dbaron

Based on CSS working group's resolution in
w3c/csswg-drafts#2582 (comment),
column-boxes are BFC.

Add NS_BLOCK_FORMATTING_CONTEXT_STATE_BITS to -moz-column-content, but
only for the new multicol layout.

Differential Revision: https://phabricator.services.mozilla.com/D43904

UltraBlame original commit: 1e447195b68c5012751e90497ba97a6421e3669e
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent c5ad547 commit 1e8d7de
Show file tree
Hide file tree
Showing 2 changed files with 20,778 additions and 179 deletions.
2 changes: 2 additions & 0 deletions layout/base/nsCSSFrameConstructor.cpp
Expand Up @@ -47691,6 +47691,8 @@ aColumnContent
AddStateBits
(
NS_FRAME_HAS_MULTI_COLUMN_ANCESTOR
|
NS_BLOCK_FORMATTING_CONTEXT_STATE_BITS
)
;
SetInitialSingleChild
Expand Down

0 comments on commit 1e8d7de

Please sign in to comment.