Skip to content

Commit

Permalink
[css-grid-1] Add a note clarifying intention of prioritization of tra…
Browse files Browse the repository at this point in the history
…cks when distributing past growth limits. #3621
  • Loading branch information
fantasai committed Nov 2, 2019
1 parent a6d8950 commit 66d84cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4277,6 +4277,12 @@ Distributing Extra Space Across Spanned Tracks</h4>
until it reaches the limit specified as the ''fit-content()'' argument,
after which it is treated as having a <a>fixed sizing function</a> of that argument.

Note: This step prioritizes the distribution of space
for accommodating space required
by the tracks’ [=min track sizing functions=]
beyond their current growth limits
based on the types of their [=max track sizing functions=].

<li>
For each affected track,
if the track’s |item-incurred increase| is larger than the track’s |planned increase|
Expand Down

0 comments on commit 66d84cd

Please sign in to comment.