Skip to content

Commit 8498898

Browse files
committed
[css-grid-1][css-grid-2] Fix links #1168
1 parent 798a035 commit 8498898

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

css-grid-1/Overview.bs

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Title: CSS Grid Layout Module Level 1
33
Shortname: css-grid
44
Level: 1
5-
Status: ED
5+
Status: CRD
66
Work Status: Testing
77
Group: csswg
88
TR: https://www.w3.org/TR/css-grid-1/
@@ -3954,15 +3954,16 @@ Track Sizing Terminology</h3>
39543954
If the track was sized with a ''minmax()'' function,
39553955
this is the first argument to that function.
39563956
If the track was sized with a <<flex>> value or ''fit-content()'' function,
3957-
''auto''.
3957+
''grid-template-columns/auto''.
39583958
Otherwise, the track's sizing function.
39593959

39603960
<dt><dfn>max track sizing function</dfn>
39613961
<dd>
39623962
If the track was sized with a ''minmax()'' function,
39633963
this is the second argument to that function.
39643964
Otherwise, the track's sizing function.
3965-
In all cases, treat ''auto'' and ''fit-content()'' as ''max-content'',
3965+
In all cases, treat ''grid-template-columns/auto'' and ''fit-content()''
3966+
as ''grid-template-columns/max-content'',
39663967
except where specified otherwise for ''fit-content()''.
39673968

39683969
<dt><dfn>available grid space</dfn>
@@ -3976,7 +3977,9 @@ Track Sizing Terminology</h3>
39763977
then the <a>available grid space</a> is that constraint
39773978
(and is indefinite).
39783979

3979-
Note: ''auto'' sizes that indicate content-based sizing (e.g. the height of a block-level box in horizontal writing modes) are equivalent to ''max-content''.
3980+
Note: ''auto'' sizes that indicate content-based sizing
3981+
(e.g. the height of a block-level box in horizontal writing modes)
3982+
are equivalent to ''max-content''.
39803983

39813984
In all cases, clamp the <a>available grid space</a>
39823985
according to the <a>grid container's</a> min/max-width/height properties,

css-grid-2/Overview.bs

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Title: CSS Grid Layout Module Level 2
33
Shortname: css-grid
44
Level: 2
5-
Status: ED
5+
Status: CRD
66
Work Status: Testing
77
Group: csswg
88
TR: https://www.w3.org/TR/css-grid-2/
@@ -4643,15 +4643,16 @@ Track Sizing Terminology</h3>
46434643
If the track was sized with a ''minmax()'' function,
46444644
this is the first argument to that function.
46454645
If the track was sized with a <<flex>> value or ''fit-content()'' function,
4646-
''auto''.
4646+
''grid-template-columns/auto''.
46474647
Otherwise, the track's sizing function.
46484648

46494649
<dt><dfn>max track sizing function</dfn>
46504650
<dd>
46514651
If the track was sized with a ''minmax()'' function,
46524652
this is the second argument to that function.
46534653
Otherwise, the track's sizing function.
4654-
In all cases, treat ''auto'' and ''fit-content()'' as ''max-content'',
4654+
In all cases, treat ''grid-template-columns/auto'' and ''fit-content()''
4655+
as ''grid-template-columns/max-content'',
46554656
except where specified otherwise for ''fit-content()''.
46564657

46574658
<dt><dfn>available grid space</dfn>
@@ -4665,7 +4666,9 @@ Track Sizing Terminology</h3>
46654666
then the <a>available grid space</a> is that constraint
46664667
(and is indefinite).
46674668

4668-
Note: ''auto'' sizes that indicate content-based sizing (e.g. the height of a block-level box in horizontal writing modes) are equivalent to ''max-content''.
4669+
Note: ''auto'' sizes that indicate content-based sizing
4670+
(e.g. the height of a block-level box in horizontal writing modes)
4671+
are equivalent to ''max-content''.
46694672

46704673
In all cases, clamp the <a>available grid space</a>
46714674
according to the <a>grid container's</a> min/max-width/height properties,
@@ -5449,7 +5452,7 @@ Changes since the <a href="https://www.w3.org/TR/2020/CRD-css-grid-2-20201218/">
54495452
</ul>
54505453
</blockquote>
54515454
<li>
5452-
Also incorporated <a href="https://www.w3.org/TR/css-grid-1/#changes">all changes to CSS Grid Level 1 since its previous publication</a>.
5455+
Also incorporated <a href="https://www.w3.org/TR/2025/CRD-css-grid-1-20250326/#changes-202012">all changes to CSS Grid Level 1 since its previous publication</a>.
54535456
</ul>
54545457

54555458
<h3 id="changes-202008">

0 commit comments

Comments
 (0)