Skip to content

Commit 52742e9

Browse files
committed
[css-grid-1] Add reminder note about fit-content/auto being treated like max-content to the section where it matters the most.
1 parent 64494c0 commit 52742e9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css-grid-1/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,6 +3989,10 @@ Resolve Intrinsic Track Sizes</h3>
39893989
all intrinsic <a>base sizes</a> and <a>growth limits</a>
39903990
will have been resolved to absolute lengths.
39913991

3992+
Note: [[#algo-terms|Remember that]] ''fit-content()'' and ''auto'' [=max track sizing functions=]
3993+
are treated the same as ''max-content''
3994+
except where explicitly specified otherwise.
3995+
39923996
<!--
39933997
When the <a>grid container</a> is being sized under a <a>min-content constraint</a>,
39943998
a track with a flexible <a>min track sizing function</a>

0 commit comments

Comments
 (0)