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/Overview.src.html
+52-52Lines changed: 52 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -973,7 +973,7 @@ <h3 id='track-sizing'>
973
973
974
974
975
975
<h4id='named-lines'>
976
-
Named Grid Lines</h4>
976
+
Named Grid Lines: the ''(<var><ident></var>*)'' syntax</h4>
977
977
978
978
<p>
979
979
While <i>grid lines</i> can always be referred to by their numerical index,
@@ -1084,58 +1084,9 @@ <h4 id='fr-unit'>
1084
1084
The maximum of those is used as the ''1fr'' length,
1085
1085
which is then multiplied by each <i>grid track</i>’s flex factor to determine its final size.
1086
1086
1087
-
<h4id='resolved-track-list'>
1088
-
Resolved Values</h4>
1089
-
1090
-
<p>
1091
-
The <ahref="http://www.w3.org/TR/cssom/#resolved-values">resolved value</a> of the 'grid-template-rows' and 'grid-template-columns' properties is the used value,
1092
-
serialized as follows:
1093
-
1094
-
<ul>
1095
-
<li>
1096
-
Every track listed,
1097
-
whether implicitly or explicitly created.
1098
-
1099
-
<li>
1100
-
Every track size given as a length in pixels,
1101
-
regardless of sizing function.
1102
-
1103
-
<li>
1104
-
A contiguous run of two or more tracks that have the same size and associated line names
In general, resolved values are the computed values,
1133
-
except for a small list of legacy 2.1 properties.
1134
-
Do we really want these properties to return the used value here?
1135
-
1136
1087
1137
1088
<h4id="subgrids">
1138
-
Subgrids</h4>
1089
+
Subgrids: the ''subgrid'' keyword</h4>
1139
1090
1140
1091
<p>
1141
1092
A <i>grid item</i> can itself be a <i>grid container</i> by giving it ''display: grid'';
@@ -1227,6 +1178,55 @@ <h4 id="subgrids">
1227
1178
<pclass='issue'>
1228
1179
Do we want to allow ''repeat()'' when specifying named lines for subgrids?
1229
1180
1181
+
<h4id='resolved-track-list'>
1182
+
Resolved Values</h4>
1183
+
1184
+
<p>
1185
+
The <ahref="http://www.w3.org/TR/cssom/#resolved-values">resolved value</a> of the 'grid-template-rows' and 'grid-template-columns' properties is the used value,
1186
+
serialized as follows:
1187
+
1188
+
<ul>
1189
+
<li>
1190
+
Every track listed,
1191
+
whether implicitly or explicitly created.
1192
+
1193
+
<li>
1194
+
Every track size given as a length in pixels,
1195
+
regardless of sizing function.
1196
+
1197
+
<li>
1198
+
A contiguous run of two or more tracks that have the same size and associated line names
0 commit comments