@@ -675,6 +675,10 @@ Masonry Track Specification</h3>
675675<h4 id=masonry-intrinsic-repeat>
676676Intrinsic Tracks and repeat()</h4>
677677
678+ ISSUE(10915): Should we allow auto-repeated content-based tracks?
679+ Is this a reasonable definition for them?
680+ Should they work also in Grid Layout somehow?
681+
678682 In Grid Layout,
679683 all [=grid items=] are placed in the grid
680684 <em> before</em> the grid tracks are sized.
@@ -872,6 +876,8 @@ repeat(auto-areas)</h3>
872876 Note: This value applies both to regular [=grid containers=] and to [=masonry containers=] .
873877
874878 ISSUE(10854): It's unclear if we actually need this value.
879+ Note that the explicit grid already takes values from 'grid-auto-columns' /'grid-auto-rows' /'masonry-auto-tracks'
880+ as needed to match the number of template areas.
875881
876882<h4 id="repeat-auto-fit">
877883repeat(auto-fit)</h3>
@@ -1490,4 +1496,10 @@ Recent Changes</h3>
14901496 The following changes have been made since the
14911497 <a href='https://www.w3.org/TR/2024/WD-css-grid-3-20240919/'>First Public Working Draft</a> :
14921498
1493- * Minor editorial corrections, updated acknowledgements, and added an example.
1499+ * Drafted ability to mix ''auto-fill'' /''auto-fit'' ''repeat()'' values with content-based track sizes
1500+ in the [=grid-independent option=] and made it the initial behavior 'masonry-template-tracks' .
1501+ (Issues <a href="https://github.com/w3c/csswg-drafts/issues/10915">10915</a> ,
1502+ and <a href="https://github.com/w3c/csswg-drafts/issues/10869">10869</a> )
1503+ * Added ''masonry-slack: infinite'' .
1504+ (<a href="https://github.com/w3c/csswg-drafts/issues/10883">Issue 10883</a> )
1505+ * Minor corrections, updated acknowledgements, and added an example.
0 commit comments