Closed
Bug 1951482
Opened 7 months ago
Closed 3 months ago
Check if the existing Grid Sizing Algoithm Step 1 and 2 match current spec
Categories
(Core :: Layout: Grid, task)
Core
Layout: Grid
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: TYLin, Unassigned)
References
()
Details
This bug aims to investigate whether our existing implementation of 12.1. Grid Sizing Algorithm Steps 1 and 2 match the specification. This investigation will serve as the foundation for re-resolving Steps 3 and 4 in bug 1300366.
Updated•7 months ago
|
Whiteboard: [grid-percentages:m1]
Updated•5 months ago
|
Whiteboard: [grid-percentages:m1]
Reporter | ||
Comment 1•3 months ago
|
||
nsGridContainerFrame::CalculateTrackSizesForAxis() is the helper function that implements the Grid Sizing Algorithm Step 1 to 4. I think the helper looks good as is.
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•