[wpt-sync] Sync PR 43276 - [GridNG] Honor specified intrinsic sizes in CompleteTrackSizingAlgorithm
Categories
(Core :: Layout: Grid, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43276 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43276
Details from upstream follow.
Ethan Jimenez (from Dev Box) <ethavar@microsoft.com> wrote:
[GridNG] Honor specified intrinsic sizes in CompleteTrackSizingAlgorithm
Previously, whenever we calculated the initial fragment geometry of
a subgrid, if its intrinsic size was required to determine its
available space we would default to use an intrinsic fragment
geometry, making the inline size always indefinite.However, it's desirable to compute its actual min/max sizes during
the execution ofCompleteTrackSizingAlgorithm
, since tracks might
change their definitions when their available space changes from
indefinite to definite, e.g., percentage tracks.Adding test coverage to the WPT suite for this issue.
Bug: 1475008
Change-Id: I46b207a4eb42781c2147df5710791dc579db3303
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5047584
Commit-Queue: Ethan Jimenez \<ethavar@microsoft.com>
Reviewed-by: Ian Kilpatrick \<ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1228211}
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Comment 4•1 year ago
|
||
bugherder |
Description
•