Skip to content

Commit

Permalink
[css-grid-1] Restore the first fit-content() clamping, which does ind…
Browse files Browse the repository at this point in the history
…eed need to stay around. Whoops. #4549
  • Loading branch information
tabatkins committed Jul 22, 2020
1 parent a829ea4 commit 4f4fde9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4120,6 +4120,8 @@ Resolve Intrinsic Track Sizes</h3>
If the track has a ''max-content'' <a>max track sizing function</a>,
set its <a>growth limit</a>
to the maximum of the items’ <a>max-content contributions</a>.
For ''fit-content()'' maximums,
furthermore clamp this <a>growth limit</a> by the ''fit-content()'' argument.
</dl>

In all cases, if a track’s <a>growth limit</a> is now less than its <a>base size</a>,
Expand Down

0 comments on commit 4f4fde9

Please sign in to comment.