Open
Bug 1957502
Opened 1 month ago
Updated 28 days ago
Prototype the step 4 of Grid Sizing Algorithm
Categories
(Core :: Layout: Grid, task)
Core
Layout: Grid
Tracking
()
NEW
People
(Reporter: TYLin, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [grid-percentages:m1])
Step 4:
Next, if the min-content contribution of any grid item has changed based on the column sizes and alignment calculated in step 3, re-resolve the sizes of the grid rows with the new min-content and max-content contributions (once only).
To find the inline-axis available space for any items whose block-axis size contributions require it, use the grid column sizes calculated in the previous step. If the grid container’s inline size is definite, also apply justify-content to account for the effective column gap sizes.
Updated•28 days ago
|
Whiteboard: [grid-percentages:triage] → [grid-percentages:m1]
You need to log in
before you can comment on or make changes to this bug.
Description
•