You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-grid-1/Overview.bs
+28-1
Original file line number
Diff line number
Diff line change
@@ -1368,7 +1368,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
1368
1368
Applies to: <a>grid containers</a>
1369
1369
Inherited: no
1370
1370
Percentages: refer to corresponding dimension of the content area
1371
-
Computed value: the keyword ''grid-template-columns/none'' or a list, alternating each item as either a (potentially empty) list of identifiers or a ''minmax()'' or ''repeat()'' notation, representing each <<track-size>> as a ''minmax()'' notation with each <<length-percentage>> computed
1371
+
Computed value: the keyword ''grid-template-columns/none'' or a [=computed track list=]
1372
1372
Animation type: by computed value type
1373
1373
</pre>
1374
1374
@@ -1787,6 +1787,33 @@ Flexible Lengths: the ''fr'' unit</h4>
1787
1787
(nor are they compatible with <<length>>s, like some <<percentage>> values),
1788
1788
so they cannot be represented in or combined with other unit types in ''calc()'' expressions.
0 commit comments