Skip to content

Commit

Permalink
[css-grid-1] Clarify that fit-content() substitution rule only applie…
Browse files Browse the repository at this point in the history
…s to its max track sizing function. (We are not treating fit-content()'s min track sizing function as max-content ever! Related to #3621
  • Loading branch information
fantasai committed Nov 1, 2019
1 parent 4a3b7ac commit a6d8950
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4271,9 +4271,11 @@ Distributing Extra Space Across Spanned Tracks</h4>
all affected tracks.
</ul>

For this purpose, ''fit-content()'' tracks are treated as ''max-content''
until they reach the limit specified as the ''fit-content()'' argument,
after which they are treated as having a <a>fixed sizing function</a> of that argument.
For this purpose,
the [=max track sizing function=] of a ''fit-content()'' track
is treated as ''max-content''
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.

<li>
For each affected track,
Expand Down

0 comments on commit a6d8950

Please sign in to comment.