Skip to content

Commit fd4149e

Browse files
committed
[css-grid] Per WG resolution, recommend 10k tracks in each direction as a minimum. Also fix Bikeshed errors. Fixes #2261.
1 parent afabfed commit fd4149e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

css-grid-1/Overview.bs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ Clamping Overly Large Grids</h3>
929929
Since memory is limited,
930930
UAs may clamp the possible size of the <a>grid</a>
931931
to be within a UA-defined limit
932-
(which should be at least one million tracks),
932+
(which should be at least ten thousand tracks on each side of line 1),
933933
dropping all lines outside that limit.
934934
If a grid item is placed outside this limit,
935935
its grid area must be <a>clamped</a> to within this limited grid.
@@ -4294,8 +4294,6 @@ Clarifications</h4>
42944294
that span across its corresponding <a>grid line</a></ins>.
42954295
</blockquote>
42964296
<blockquote>
4297-
<h3>Track Sizing Terminology</h3>
4298-
42994297
<p class="note"><ins>Note: Remember that <a href="#gutters">gutters</a> are treated as fixed-size tracks--
43004298
tracks with their min and max sizing functions both set to the gutter’s used size--
43014299
for the purpose of the grid sizing algorithm.
@@ -4314,7 +4312,7 @@ Major Changes</h4>
43144312

43154313
<ul>
43164314
<li id="change-2016-defer-subgrid">
4317-
Deferred ''subgrid'' feature to Level 2
4315+
Deferred <css>subgrid</css> feature to Level 2
43184316
due to lack of implementation and desire for further discussion.
43194317
(<a href="https://github.com/w3c/csswg-drafts/issues/958">Issue 958</a>)
43204318

0 commit comments

Comments
 (0)