[wpt-sync] Sync PR 30110 - Fix column spanner inline-size:auto issues.
Categories
(Core :: Layout: Columns, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox93 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 30110 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/30110
Details from upstream follow.
b'Morten Stenshorne <mstensho@chromium.org>' wrote:
Fix column spanner inline-size:auto issues.
We weren't setting up the constraint space correctly, since we passed
the writing-mode of the multicol container at a place where we should
have passed that of the spanner.When a child establishes an orthogonal writing-mode root, we also need
to set up the "orthogonal fall-back inline-size", and this was missing
for spanners.Finally, we were setting inline-size:auto behavior to "stretch"
unconditionally for spanners, but this is wrong for e.g. replaced
content.Bug: 1202073, 829028
Change-Id: Idb76a8170b47ad0bf5810aca8c6ea977b45b1b5e
Reviewed-on: https://chromium-review.googlesource.com/3110186
WPT-Export-Revision: d16b39cc7d278664ddf609f5ab0510c982fdccbb
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 5•5 years ago
|
||
Comment 6•5 years ago
|
||
| bugherder | ||
Description
•