Skip to content

Commit 83c6015

Browse files
committed
Add back the 'at least one million tracks' requirement, which we resolved on back in Jan 2015 and forgot to add back in. Related to #2261.
1 parent 8f2a80d commit 83c6015

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

css-grid-1/Overview.bs

+16-1
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)