@@ -424,8 +424,8 @@ Intrinsic Tracks and repeat()</h4>
424424 with the following changes:
425425
426426 * Expand ''repeat()/auto-fill'' /''repeat()/auto-fit'' repeat functions once.
427- * Ignore item placement.
428- (That is, assume all items have ''masonry-track: auto'' .)
427+ * Ignore explicit item placement.
428+ (That is, assume all items have an [=automatic position=] .)
429429 * If a [=masonry item=] has a span larger than 1,
430430 then for each of its intrinsic sizes
431431 that it would contribute to the [=virtual masonry item=] ,
@@ -464,8 +464,8 @@ Intrinsic Tracks and repeat()</h4>
464464 both of the ''grid-template-rows/auto'' keywords
465465 will resolve to the same size under this heuristic layout;
466466 you can just figure out what
467- a ''masonry -template-tracks: auto''
468- and ''masonry -template-tracks: min-content''
467+ a ''grid -template-columns/ auto''
468+ and ''grid -template-columns/ min-content'' track sizes
469469 would each result in,
470470 and use those sizes.
471471 </details>
@@ -568,7 +568,7 @@ repeat(auto-areas)</h4>
568568 The new <dfn value for="repeat()">auto-areas</dfn> value for the ''repeat()'' notation
569569 represents the number of repetitions necessary
570570 for the total number of explicit tracks to match
571- the 'grid-template-areas' / 'masonry-template-areas' value
571+ the 'grid-template-areas' value
572572 in effect in the corresponding axis.
573573 If multiple tracks are listed for the repetition,
574574 the final repetition is truncated as necessary
@@ -580,13 +580,13 @@ repeat(auto-areas)</h4>
580580 (if there are already enough explicit tracks),
581581 and the final repetition can be partial.
582582
583- If 'grid-template-areas' / 'masonry-template-areas' is ''grid-template-areas/none'' ,
583+ If 'grid-template-areas' is ''grid-template-areas/none'' ,
584584 this value behaves as ''auto-fit'' .
585585
586586 Note: This value applies both to regular [=grid containers=] and to [=masonry containers=] .
587587
588588 ISSUE(10854): It's unclear if we actually need this value.
589- Note that the explicit grid already takes values from 'grid-auto-columns' /'grid-auto-rows' / 'masonry-auto-tracks'
589+ Note that the explicit grid already takes values from 'grid-auto-columns' /'grid-auto-rows'
590590 as needed to match the number of template areas.
591591
592592<h4 id="repeat-auto-fit">
0 commit comments