You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-grid/Overview.bs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1208,10 +1208,10 @@ Implied Minimum Size of Grid Items</h3>
1208
1208
imposed on <a>flex items</a> in their <a>main axis</a>.)
1209
1209
[[!CSS-FLEXBOX-1]]
1210
1210
However, if the <a>grid item</a> spans only <a>grid tracks</a>
1211
-
that have a <a lt="fixed sizing function">fixed</a><a>maximum sizing function</a>,
1211
+
that have a <a lt="fixed sizing function">fixed</a><a>max track sizing function</a>,
1212
1212
its <a>automatic minimum size</a> in that dimension
1213
1213
is further clamped to less than or equal to the size necessary
1214
-
to fit its margin box within the track (flooring at zero).
1214
+
to fit its margin box within the resulting <a>grid area</a> (flooring at zero).
1215
1215
1216
1216
<div class="note" id="min-size-opt">
1217
1217
Note that while a content-based minimum size is often appropriate,
@@ -4274,6 +4274,7 @@ Changes</h2>
4274
4274
4275
4275
<ul>
4276
4276
<li>Disallowed ''repeat()'' syntax in 'grid-template' shorthand syntax (since this is somewhat incompatible with the ASCII-art design of the syntax, and was never intended to be allowed).
4277
+
<li>Clamped <a>automatic minimum size</a> of grid items inside tracks with <a>fixed sizing functions</a>.
4277
4278
<li>Fixed handling of ''fit-content()'' in the track sizing algorithm.
4278
4279
<li>Made the handling of <a>collapsed tracks</a> more explicit.
4279
4280
<li>Fixed grammar error in definition of <<auto-track-list>>.
0 commit comments