[wpt-sync] Sync PR 28991 - [css-flex] Make initial block-size indefinite in column flex in min/max.
Categories
(Core :: Layout: Flexbox, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28991 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28991
Details from upstream follow.
b'Ian Kilpatrick <ikilpatrick@chromium.org>' wrote:
[css-flex] Make initial block-size indefinite in column flex in min/max.
This changes the behaviour of ComputeMinMaxSizes within a column flexbox.
Previously we'd allow the initial block-size of a child to resolve,
allowing grandchildren to size against that definite block-size.This change the behaviour to act more like the "measure" phase within
column flexboxes, e.g. the initial block-size for children is indefinite.Change-Id: I84ac87b1976d4eba95d9efe2e53e92b657e044a5
Reviewed-on: https://chromium-review.googlesource.com/2878647
WPT-Export-Revision: ef9bd219e3e8ad1667f96f5931a8d908e53fab6d
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Comment 5•3 years ago
|
||
bugherder |
Description
•