Skip to content

Commit eaca5d3

Browse files
committed
[css-grid-1][css-grid-2][editorial] Clarify that tracks can't be *fully* intrinsic, but can have an intrinsic length (if paired with a fixed in minmax()). w3c#7238
1 parent 4bc828a commit eaca5d3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

css-grid-1/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1757,8 +1757,9 @@ Syntax of ''repeat()''</h5>
17571757
* The ''repeat()'' notation can’t be nested.
17581758
* Automatic repetitions (''auto-fill'' or ''auto-fit'')
17591759
cannot be combined with
1760-
<a lt="intrinsic sizing function">intrinsic</a>
1761-
or <a lt="flexible sizing function">flexible</a> sizes.
1760+
fully <a lt="intrinsic sizing function">intrinsic</a>
1761+
or <a lt="flexible sizing function">flexible</a> sizes
1762+
(see grammar).
17621763

17631764
Thus the precise syntax of the ''repeat()'' notation
17641765
has several forms:

css-grid-2/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1841,8 +1841,9 @@ Syntax of ''repeat()''</h5>
18411841
* The ''repeat()'' notation can’t be nested.
18421842
* Automatic repetitions (''auto-fill'' or ''auto-fit'')
18431843
cannot be combined with
1844-
<a lt="intrinsic sizing function">intrinsic</a>
1845-
or <a lt="flexible sizing function">flexible</a> sizes.
1844+
fully <a lt="intrinsic sizing function">intrinsic</a>
1845+
or <a lt="flexible sizing function">flexible</a> sizes
1846+
(see grammar).
18461847

18471848
Thus the precise syntax of the ''repeat()'' notation
18481849
has several forms:

0 commit comments

Comments
 (0)