@@ -1253,7 +1253,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
12531253 If <var> max</var> < <var> min</var> ,
12541254 then <var> max</var> is ignored and ''minmax(min,max)'' is treated as <var> min</var> .
12551255 As a maximum, a <<flex>> value sets the track's <a>flex factor</a> ;
1256- it is invalid as a minimum
1256+ it is invalid as a minimum.
12571257
12581258 Note: A future level of this spec may allow <<flex>> minimums,
12591259 and will update the <a>track sizing algorithm</a> to account for this correctly
@@ -4118,14 +4118,6 @@ Acknowledgements</h2>
41184118Changes</h2>
41194119
41204120 <ul>
4121- <li>
4122- Simplify subgrids so that their placement can happen before sizing.
4123- <li> Make ''subgrid'' a 'display' value rather than a 'grid-template-*' value,
4124- disallowing single-axis subgridding.
4125- (Single-axis subgridding may be added in the future,
4126- but with a different syntax.)
4127- <li> Remove ability to name lines within a subgrid
4128- (though this may be added back in a future level).
41294121 <li>
41304122 Internal table cell display types are <a>blockified</a>
41314123 instead of wrapped in an anonymous table.
@@ -4146,11 +4138,24 @@ Changes</h2>
41464138 in a manner consistent with <a href="https://lists.w3.org/Archives/Public/www-style/2016Mar/0333.html">author expectations</a> )
41474139 <li>
41484140 Fix errors and add clarifications to <a href="#auto-repeat">auto-repeat</a> definition.
4141+ <li>
4142+ Simplify subgrids so that their placement can happen before sizing.
4143+ <li>
4144+ Make ''subgrid'' a 'display' value rather than a 'grid-template-*' value,
4145+ disallowing single-axis subgridding.
4146+ (Single-axis subgridding may be added in the future,
4147+ but with a different syntax.)
4148+ <li>
4149+ Remove ability to name lines within a subgrid
4150+ (though this may be added back in a future level).
4151+ <li>
4152+ Allow multiple track listings in 'grid-auto-rows' and 'grid-auto-columns'
4153+ to facilitate use of subgrids with auto-flow.
41494154 <li>
41504155 Fix handling of assumed names of <a>implicit grid lines</a>
41514156 to account for the “search direction”.
41524157 <li>
4153- Added back error handling for when the start and end lines are identical.
4158+ Add back error handling for when the start and end lines are identical.
41544159 <li>
41554160 Corrected errors in finding the size of the implicit grid
41564161 in the <a>auto-placement algorithm</a> .
0 commit comments