Skip to content

Commit 64494c0

Browse files
committed
[css-grid-1] Remove redundant/confusing mentions of fit-content(), since the actual handling for this case is already built into the called algo. #4549
1 parent 1af009a commit 64494c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

css-grid-1/Overview.bs

-4
Original file line numberDiff line numberDiff line change
@@ -4109,8 +4109,6 @@ Resolve Intrinsic Track Sizes</h3>
41094109
If the track has a ''max-content'' <a>max track sizing function</a>,
41104110
set its <a>growth limit</a>
41114111
to the maximum of the items’ <a>max-content contributions</a>.
4112-
For ''fit-content()'' maximums,
4113-
furthermore clamp this <a>growth limit</a> by the ''fit-content()'' argument.
41144112
</dl>
41154113

41164114
In all cases, if a track’s <a>growth limit</a> is now less than its <a>base size</a>,
@@ -4230,8 +4228,6 @@ Resolve Intrinsic Track Sizes</h3>
42304228
a <a>max track sizing function</a> of ''max-content''
42314229
by <a href="#extra-space">distributing extra space</a> as needed
42324230
to account for these items' <a>max-content contributions</a>.
4233-
However, limit the growth of any ''fit-content()'' tracks
4234-
by their ''fit-content()'' argument.
42354231
</ol>
42364232

42374233
Repeat incrementally for items with greater spans until all items have been considered.

0 commit comments

Comments
 (0)