@@ -926,7 +926,8 @@ Clamping Overly Large Grids</h3>
926926
927927 Since memory is limited,
928928 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),
930931 dropping all lines outside that limit.
931932 If a grid item is placed outside this limit,
932933 its grid area must be <a>clamped</a> to within this limited grid.
@@ -4256,6 +4257,20 @@ Major Changes</h4>
42564257 to be resolved against the block dimension;
42574258 they must be resolved against the inline dimension, as for blocks.
42584259 (<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>
42594274 </ul>
42604275
42614276<h4 id="clarify-2017">
0 commit comments