@@ -926,7 +926,8 @@ Clamping Overly Large Grids</h3>
926
926
927
927
Since memory is limited,
928
928
UAs may clamp the possible size of the <a>grid</a>
929
- to be within a UA-defined limit,
929
+ to be within a UA-defined limit
930
+ (which should be at least one million tracks),
930
931
dropping all lines outside that limit.
931
932
If a grid item is placed outside this limit,
932
933
its grid area must be <a>clamped</a> to within this limited grid.
@@ -4256,6 +4257,20 @@ Major Changes</h4>
4256
4257
to be resolved against the block dimension;
4257
4258
they must be resolved against the inline dimension, as for blocks.
4258
4259
(<a href="https://github.com/w3c/csswg-drafts/issues/2085">Issue 2085</a> )
4260
+
4261
+ <li id="change-2017-million-tracks">
4262
+ Specify a minimum number of tracks that a UA should support
4263
+ (absent memory pressure or similar).
4264
+ (<a href="https://github.com/w3c/csswg-drafts/issues/2261">Issue 2261</a> )
4265
+ <blockquote>
4266
+ <p> Since memory is limited,
4267
+ UAs may clamp the possible size of the <a>grid</a>
4268
+ to be within a UA-defined limit
4269
+ <ins> (which should be at least one million tracks)</ins> ,
4270
+ dropping all lines outside that limit.
4271
+ If a grid item is placed outside this limit,
4272
+ its grid area must be <a>clamped</a> to within this limited grid.
4273
+ </blockquote>
4259
4274
</ul>
4260
4275
4261
4276
<h4 id="clarify-2017">
0 commit comments