Skip to content

Commit 66d84cd

Browse files
committed
[css-grid-1] Add a note clarifying intention of prioritization of tracks when distributing past growth limits. #3621
1 parent a6d8950 commit 66d84cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css-grid-1/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4277,6 +4277,12 @@ Distributing Extra Space Across Spanned Tracks</h4>
42774277
until it reaches the limit specified as the ''fit-content()'' argument,
42784278
after which it is treated as having a <a>fixed sizing function</a> of that argument.
42794279

4280+
Note: This step prioritizes the distribution of space
4281+
for accommodating space required
4282+
by the tracks’ [=min track sizing functions=]
4283+
beyond their current growth limits
4284+
based on the types of their [=max track sizing functions=].
4285+
42804286
<li>
42814287
For each affected track,
42824288
if the track’s |item-incurred increase| is larger than the track’s |planned increase|

0 commit comments

Comments
 (0)