@@ -1479,14 +1479,6 @@ Repeat-to-fill: ''auto-fill'' and ''auto-fit'' repetitions</h5>
14791479 (This can result in <em> all</em> tracks being dropped,
14801480 if they're all empty.)
14811481
1482- Issue: In order to simplify implementation and testing requirements for Level 1,
1483- the <<auto-repeat>> syntax only accepts a single <<fixed-size>> .
1484- Now that we have gutters, most use cases for auto-repetition will need only one track size.
1485- However, if there are important use cases for having a full track listing,
1486- the CSSWG is not opposed to expanding the syntax;
1487- please send such use cases to www-style@w3.org
1488- for consideration.
1489-
14901482 For the purpose of finding the number of auto-repeated tracks,
14911483 the UA must floor the track size to a UA-specified value
14921484 to avoid division by zero.
@@ -2354,18 +2346,10 @@ Establishing Subgrids: the ''subgrid'' 'display' value</h3>
23542346 (Note: the act of scrolling does not affect layout.)
23552347
23562348 <li>
2357- If the <a>subgrid</a> has an explicit <a>grid position</a> as well as an explicit <a>grid span</a> ,
2358- it also automatically receives the line names specified for its parent <a>grid</a> .
2359- (In such cases the author can rely on the names specified in the parent grid,
2360- and does not need to duplicate those names in each subgrid declaration.)
2361-
2362- Issue: People should review how subgrid line names are assigned, to ensure it is sane and useful.
2349+ Since <a>subgrids</a> can be placed before their contents are placed,
2350+ their lines automatically receive the line names specified on the parent <a>grid</a> .
23632351 </ul>
23642352
2365- Issue: Need to expand grid-auto-rows/columns to allow for multi-track repetition,
2366- so you can auto-generate properly-sized subgridded rows
2367- in cases such as a catalog listing.
2368-
23692353<!--
23702354████████ ██ ███ ██████ ████ ██ ██ ██████
23712355██ ██ ██ ██ ██ ██ ██ ██ ███ ██ ██ ██
0 commit comments