-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed Accepted as EditorialCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-grid-1
Description
From https://drafts.csswg.org/css-grid/#valdef-grid-template-columns-minmax
minmax(min, max)
Defines a size range greater than or equal tominand less than or equal tomax. Ifmax < min, then max is ignored andminmax(min,max)is treated asmin.
It's not clear whether the last sentence means that minmax(min,max) should be treated as min before starting the sizing algorithm, i.e. that both the initial min and max track sizing functions should be min, or whether it refers to
In all cases, if the growth limit is less than the base size, increase the growth limit to match the base size.
which keeps appearing along the algorithm, and the initial min and max track sizing functions will still be the specified values.
In the former case, please define how to perform the comparison if min and max are not both <length> or resolveable <percentage>.
Metadata
Metadata
Assignees
Labels
Closed Accepted as EditorialCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-grid-1