@@ -575,33 +575,6 @@ Track Repetition: the ''repeat()'' notation</h3>
575575 This specification introduces new keywords and masonry-specific behavior
576576 for the ''repeat()'' notation.
577577
578- <h4 id="repeat-auto-areas">
579- repeat(auto-areas)</h4>
580-
581- The new <dfn value for="repeat()">auto-areas</dfn> value for the ''repeat()'' notation
582- represents the number of repetitions necessary
583- for the total number of explicit tracks to match
584- the 'grid-template-areas' value
585- in effect in the corresponding axis.
586- If multiple tracks are listed for the repetition,
587- the final repetition is truncated as necessary
588- to produce the correct number of tracks.
589-
590- Note: Unlike ''repeat()/auto-fit'' --
591- which always repeats at least once and always repeats the track listing entirely--
592- the number of repetitions for ''repeat()/auto-areas'' can be zero
593- (if there are already enough explicit tracks),
594- and the final repetition can be partial.
595-
596- If 'grid-template-areas' is ''grid-template-areas/none'' ,
597- this value behaves as ''auto-fit'' .
598-
599- Note: This value applies both to regular [=grid containers=] and to [=masonry containers=] .
600-
601- ISSUE(10854): It's unclear if we actually need this value.
602- Note that the explicit grid already takes values from 'grid-auto-columns' /'grid-auto-rows'
603- as needed to match the number of template areas.
604-
605578<h4 id="repeat-auto-fit">
606579repeat(auto-fit)</h4>
607580
@@ -1565,29 +1538,14 @@ Additions Since Level 2</h3>
15651538Recent Changes</h3>
15661539
15671540 The following changes have been made since the
1568- <a href='https://www.w3.org/TR/2024/WD-css-grid-3-20241003/'>3 October 2024 Working Draft</a> :
1569-
1570- * Dropped the masonry-specific track template and placement properties.
1571- (<a href="https://github.com/w3c/csswg-drafts/issues/11243">Issue 11243</a> )
1572- * Introduced 'item-flow' and the 'item-*' longhands,
1573- replacing <css> masonry-flow</css> and related properties.
1574- (<a href="https://github.com/w3c/csswg-drafts/issues/11480">Issue 11480</a> )
1575- * Renamed <css> masonry-slack</css> to <css> item-slack</css>
1541+ <a href='https://www.w3.org/TR/2025/WD-css-grid-3-20250917/'>17 September 2025 Working Draft</a> :
15761542
1577- The following changes have been made since the
1578- <a href='https://www.w3.org/TR/2025/WD-css-grid-3-20250207/
1579- '>7 February 2025 Working Draft</a> :
1580-
1581- * Renamed <css> item-slack</css> to 'item-tolerance'
1582- and gave it an initial value of ''item-tolerance/normal'' .
1583- (<a href="https://github.com/w3c/csswg-drafts/issues/10884">Issue 10884</a> ,
1584- <a href="https://github.com/w3c/csswg-drafts/issues/12111">Issue 12111</a> )
1585- * Added a placeholder for a [=masonry layout=] 'display' value.
1543+ * Defined a new inner display type, ''display/grid-lanes'' , to establish [=masonry layout=] .
15861544 (<a href="https://github.com/w3c/csswg-drafts/issues/12022">Issue 12022</a> )
1587- * Defined [[#masonry-dense-packing|dense packing]] for [=masonry layout=] .
1588- (<a href="https://github.com/w3c/csswg-drafts/issues/9326 ">Issue 9326 </a> )
1589- * Tweaked baseline alignment to export the highest/lowest among the first/last items of every track.
1590- ( <a href="https://github.com/w3c/csswg-drafts/issues/9530">Issue 9530 </a> )
1545+ * Dropped the unnecessary <css> auto-areas </css> value from ''repeat()'' .
1546+ (<a href="https://github.com/w3c/csswg-drafts/issues/10854 ">Issue 10854 </a> )
1547+
1548+ See also <a href="https://www.w3.org/TR/2025/WD-css-grid-3-20250917/#recent-changes">earlier changes </a> .
15911549
15921550<wpt hidden>
15931551abspos/column-grid-lanes-alignment.html
0 commit comments