-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Description
From https://drafts.csswg.org/css-grid/#extra-space, "Distribute space beyond growth limits":
- when handling
min-contentorautobase sizes [...]- when handling
max-contentbase sizes [...]- when handling any intrinsic growth limit [...]
However, both base sizes and growth limits are <length>s:
Each track has a base size, a
<length>which grows throughout the algorithm and which will eventually be the track’s final size, and a growth limit, a<length>which provides a desired maximum size for the base size.
I suspect it refers to the track sizing functions of the tracks that own the base sizes or growth limits. However, the tracks in the considered set may have different track sizing functions, so it doesn't make much sense to me.