Open
Bug 1710883
Opened 5 years ago
Updated 4 years ago
[css-multicol] Definition of adjacent spanners, when to create column boxes
Categories
(Core :: Layout: Columns, defect)
Core
Layout: Columns
Tracking
()
NEW
People
(Reporter: mozilla-apprentice, Unassigned)
References
Details
Attachments
(1 file)
|
701 bytes,
text/html
|
Details |
A resolution was made for csswg-drafts/#6265.
[css-multicol] Definition of adjacent spanners, when to create column boxes
- RESOLVED: Confirm that abspos elemetns do not create column boxes and this adjacent spanners sep by abspos will collapse margins
Comment 1•5 years ago
|
||
Here's a testcase based on Rachel Andrew's codepen from the github issue.
The expectation is that the two multicol elements should look the same. In both cases, the margins for the two spanners should collapse together. (But they don't right now, because we create a wrapper for the abspos element, which blocks the margin-collapsing code when it's exploring for adjacent margins to collapse with.)
Updated•4 years ago
|
Blocks: column-span
You need to log in
before you can comment on or make changes to this bug.
Description
•