Closed
Bug 1783953
Opened 2 years ago
Closed 2 years ago
Obey contain-intrinsic-size in multicol containers
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: Oriol, Assigned: Oriol)
References
Details
Attachments
(1 file)
When there is size containment, ColumnSetWrapperFrame.cpp determines the intrinsic inline size by ignoring contents and looking at column properties.
That's correct for contain-intrinsic-inline-size: none
, but otherwise the logic should ignore both contents and column properties, and just use the size from contain-intrinsic-inline-size
.
See CSSWG resolution in https://github.com/w3c/csswg-drafts/issues/7520#issuecomment-1202700898
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by oriol-bugzilla@hotmail.com:
https://hg.mozilla.org/integration/autoland/rev/1296e290657f
Obey contain-intrinsic-size in multicol containers. r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/35419 for changes under testing/web-platform/tests
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•