@@ -31,8 +31,11 @@ spec: css-cascade-5
3131spec: css-grid-2;
3232 type: dfn;
3333 text: auto-placement algorithm
34+ text: automatic placement
3435 text: computed track list
3536 text: collapsed grid track
37+ text: min track sizing function
38+ text: max track sizing function
3639 type: value; text: grid; for: display
3740</pre>
3841
@@ -458,7 +461,7 @@ Intrinsic Tracks and repeat()</h4>
458461 * Ignore explicit item placement.
459462 (That is, assume all items have an [=automatic position=] .)
460463 * Do not [=collapsed grid track|collapse=] any tracks.
461- * Expand the repeated track listing to capture all possible automatic placements of each item,
464+ * Expand the repeated track listing to capture all possible [= automatic placements=] of each item,
462465 i.e. repeat the track listing <code> 2 + (<var ignore> largest span</var> - 2)/(<var ignore> number of tracks in repeat()</var> )</code> times,
463466 rounded <em> down</em> to a whole number.
464467
@@ -1605,8 +1608,8 @@ Recent Changes</h3>
16051608 (<a href="https://github.com/w3c/csswg-drafts/issues/12899">Issue 12899</a> )
16061609 * Floored the contribution of items to a track's [=running position=] at zero.
16071610 (<a href="https://github.com/w3c/csswg-drafts/issues/12918">Issue 12918</a> )
1608- * Renamed ''item-tolerance'' to ''flow-tolerance'' .
1609- (<a href="https://github.com/w3c/csswg-drafts/issues/10884">Issue 10884</a> )
1611+ * Renamed ''item-tolerance'' to ''flow-tolerance'' .
1612+ (<a href="https://github.com/w3c/csswg-drafts/issues/10884">Issue 10884</a> )
16101613
16111614 See also <a href="https://www.w3.org/TR/2025/WD-css-grid-3-20250917/#recent-changes">earlier changes</a> .
16121615
0 commit comments