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
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1658,8 +1658,8 @@ Naming Grid Lines: the <css>[<<custom-ident>>*]</css> syntax</h4>
1658
1658
While <a>grid lines</a> can always be referred to by their numerical index,
1659
1659
<dfn export lt="line name">line names</dfn>
1660
1660
can make the <a>grid-placement properties</a> easier to understand and maintain.
1661
-
[=Line names=] can be <dfn lt="explicitly-created line name">explicitly-created</dfn> with the 'grid-template-rows' and 'grid-template-columns' properties,
1662
-
or [=implicitly-created line name|implicitly created=] by <a>named grid areas</a> with the 'grid-template-areas' property.
1661
+
[=Line names=] can be <dfn lt="explicitly-assigned line name">explicitly assigned</dfn> with the 'grid-template-rows' and 'grid-template-columns' properties,
1662
+
or [=implicitly-assigned line name|implicitly assigned=] by <a>named grid areas</a> with the 'grid-template-areas' property.
1663
1663
1664
1664
<div class='example'>
1665
1665
For example,
@@ -2166,22 +2166,22 @@ Serialization Of Template Strings</h4>
2166
2166
with all other white space elided.
2167
2167
2168
2168
<h4 id="implicit-named-lines">
2169
-
Implicitly-Created Line Names</h4>
2169
+
Implicitly-Assigned Line Names</h4>
2170
2170
2171
-
The 'grid-template-areas' property generates <dfn export lt="implicitly-created line name">implicitly-created line names</dfn> from the <a>named grid areas</a> in the template.
2172
-
For each <a>named grid area</a><var>foo</var>, four <a>implicitly-created line names</a> are created:
2171
+
The 'grid-template-areas' property generates <dfn export lt="implicitly-assigned line name">implicitly-assigned line names</dfn> from the <a>named grid areas</a> in the template.
2172
+
For each <a>named grid area</a><var>foo</var>, four <a>implicitly-assigned line names</a> are created:
2173
2173
two named <css><var>foo</var>-start</css>, naming the row-start and column-start lines of the <a>named grid area</a>,
2174
2174
and two named <css><var>foo</var>-end</css>, naming the row-end and column-end lines of the <a>named grid area</a>.
2175
2175
2176
-
These [=implicitly-created line names=] behave just like any other [=line names=],
2176
+
These [=implicitly-assigned line names=] behave just like any other [=line names=],
2177
2177
except that they do not appear in the value of 'grid-template-rows'/'grid-template-columns'.
2178
-
Even if an [=explicitly-created line name=] with the same name is defined,
2179
-
the [=implicitly-created line names=] are just more lines with the same name.
2178
+
Even if an [=explicitly-assigned line name=] with the same name is defined,
2179
+
the [=implicitly-assigned line names=] are just more lines with the same name.
2180
2180
2181
2181
<h4 id="implicit-named-areas">
2182
2182
Implicitly-Named Areas</h4>
2183
2183
2184
-
Since a <a>named grid area</a> is referenced by the <a>implicitly-created line names</a> it produces,
2184
+
Since a <a>named grid area</a> is referenced by the <a>implicitly-assigned line names</a> it produces,
2185
2185
explicitly adding named lines of the same form (''foo-start''/''foo-end'')
2186
2186
effectively creates a <a>named grid area</a>.
2187
2187
Such <dfn export lt="implicitly-named area">implicitly-named areas</dfn> do not appear in the value of 'grid-template-areas',
@@ -2279,7 +2279,7 @@ Explicit Grid Shorthand: the 'grid-template' property</h3>
2279
2279
</ul>
2280
2280
</object>
2281
2281
<figcaption>The grid created by the declarations above.
2282
-
(The “a/b-start/end” names are [=implicitly-created line name|implicitly created=] by the <a>named grid areas</a>.)
2282
+
(The “a/b-start/end” names are [=implicitly-assigned line name|implicitly assigned=] by the <a>named grid areas</a>.)
2283
2283
</figcaption>
2284
2284
</figure>
2285
2285
</div>
@@ -2956,7 +2956,7 @@ Line-based Placement: the 'grid-row-start', 'grid-column-start', 'grid-row-end',
2956
2956
if there is a <a>named line</a> with the name <css><<custom-ident>>-start</css> (for 'grid-*-start') / <css><<custom-ident>>-end</css> (for 'grid-*-end'),
2957
2957
contributes the first such line to the <a>grid item</a>’s <a>placement</a>.
2958
2958
2959
-
Note: <a>Named grid areas</a> automatically generate [=implicitly-created line names=] of this form,
2959
+
Note: <a>Named grid areas</a> automatically generate [=implicitly-assigned line names=] of this form,
2960
2960
so specifying ''grid-row-start: foo'' will choose the start edge of that <a>named grid area</a>
2961
2961
(unless another line named ''foo-start'' was explicitly specified before it).
2962
2962
@@ -5129,7 +5129,7 @@ Clarifications</h4>
5129
5129
</blockquote>
5130
5130
<blockquote>
5131
5131
<p>The 'grid-auto-columns' and 'grid-auto-rows' properties specify
5132
-
the size of <del>such implicitly-created tracks</del>
5132
+
the size of <del>such implicit tracks</del>
5133
5133
<ins>tracks not assigned a size
5134
5134
by 'grid-template-rows' or 'grid-template-columns'.</ins>
Copy file name to clipboardExpand all lines: css-grid-2/Overview.bs
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1736,8 +1736,8 @@ Naming Grid Lines: the <css>[<<custom-ident>>*]</css> syntax</h4>
1736
1736
While <a>grid lines</a> can always be referred to by their numerical index,
1737
1737
<dfn export lt="line name">line names</dfn>
1738
1738
can make the <a>grid-placement properties</a> easier to understand and maintain.
1739
-
[=Line names=] can be <dfn lt="explicitly-created line name">explicitly-created</dfn> with the 'grid-template-rows' and 'grid-template-columns' properties,
1740
-
or [=implicitly-created line name|implicitly created=] by <a>named grid areas</a> with the 'grid-template-areas' property.
1739
+
[=Line names=] can be <dfn lt="explicitly-assigned line name">explicitly assigned</dfn> with the 'grid-template-rows' and 'grid-template-columns' properties,
1740
+
or [=implicitly-assigned line name|implicitly assigned=] by <a>named grid areas</a> with the 'grid-template-areas' property.
1741
1741
1742
1742
<div class='example'>
1743
1743
For example,
@@ -2312,22 +2312,22 @@ Serialization Of Template Strings</h4>
2312
2312
with all other white space elided.
2313
2313
2314
2314
<h4 id="implicit-named-lines">
2315
-
Implicitly-Created Line Names</h4>
2315
+
Implicitly-Assigned Line Names</h4>
2316
2316
2317
-
The 'grid-template-areas' property generates <dfn export lt="implicitly-created line name">implicitly-created line names</dfn> from the <a>named grid areas</a> in the template.
2318
-
For each <a>named grid area</a><var>foo</var>, four <a>implicitly-created line names</a> are created:
2317
+
The 'grid-template-areas' property generates <dfn export lt="implicitly-assigned line name">implicitly-assigned line names</dfn> from the <a>named grid areas</a> in the template.
2318
+
For each <a>named grid area</a><var>foo</var>, four <a>implicitly-assigned line names</a> are created:
2319
2319
two named <css><var>foo</var>-start</css>, naming the row-start and column-start lines of the <a>named grid area</a>,
2320
2320
and two named <css><var>foo</var>-end</css>, naming the row-end and column-end lines of the <a>named grid area</a>.
2321
2321
2322
-
These [=implicitly-created line names=] behave just like any other [=line names=],
2322
+
These [=implicitly-assigned line names=] behave just like any other [=line names=],
2323
2323
except that they do not appear in the value of 'grid-template-rows'/'grid-template-columns'.
2324
-
Even if an [=explicitly-created line name=] with the same name is defined,
2325
-
the [=implicitly-created line names=] are just more lines with the same name.
2324
+
Even if an [=explicitly-assigned line name=] with the same name is defined,
2325
+
the [=implicitly-assigned line names=] are just more lines with the same name.
2326
2326
2327
2327
<h4 id="implicit-named-areas">
2328
2328
Implicitly-Named Areas</h4>
2329
2329
2330
-
Since a <a>named grid area</a> is referenced by the <a>implicitly-created line names</a> it produces,
2330
+
Since a <a>named grid area</a> is referenced by the <a>implicitly-assigned line names</a> it produces,
2331
2331
explicitly adding named lines of the same form (''foo-start''/''foo-end'')
2332
2332
effectively creates a <a>named grid area</a>.
2333
2333
Such <dfn export lt="implicitly-named area">implicitly-named areas</dfn> do not appear in the value of 'grid-template-areas',
@@ -2425,7 +2425,7 @@ Explicit Grid Shorthand: the 'grid-template' property</h3>
2425
2425
</ul>
2426
2426
</object>
2427
2427
<figcaption>The grid created by the declarations above.
2428
-
(The “a/b-start/end” names are [=implicitly-created line name|implicitly created=] by the <a>named grid areas</a>.)
2428
+
(The “a/b-start/end” names are [=implicitly-assigned line name|implicitly assigned=] by the <a>named grid areas</a>.)
2429
2429
</figcaption>
2430
2430
</figure>
2431
2431
</div>
@@ -3108,7 +3108,7 @@ Line-based Placement: the 'grid-row-start', 'grid-column-start', 'grid-row-end',
3108
3108
if there is a <a>named line</a> with the name <css><<custom-ident>>-start</css> (for 'grid-*-start') / <css><<custom-ident>>-end</css> (for 'grid-*-end'),
3109
3109
contributes the first such line to the <a>grid item</a>’s <a>placement</a>.
3110
3110
3111
-
Note: <a>Named grid areas</a> automatically generate [=implicitly-created line names=] of this form,
3111
+
Note: <a>Named grid areas</a> automatically generate [=implicitly-assigned line names=] of this form,
3112
3112
so specifying ''grid-row-start: foo'' will choose the start edge of that <a>named grid area</a>
3113
3113
(unless another line named ''foo-start'' was explicitly specified before it).
3114
3114
@@ -3554,7 +3554,7 @@ Subgrids</h2>
3554
3554
<li id="subgrid-line-name-inheritance">
3555
3555
Since <a>subgrids</a> can be placed before their contents are placed,
3556
3556
the [=subgridded=] lines
3557
-
automatically receive the [=explicitly-created line names=]
3557
+
automatically receive the [=explicitly-assigned line names=]
3558
3558
specified on the corresponding lines of the parent <a>grid</a>.
3559
3559
3560
3560
These names are in <em>addition</em> to
@@ -3563,13 +3563,13 @@ Subgrids</h2>
3563
3563
<li id="subgrid-area-inheritance">
3564
3564
When a <a>subgrid</a> overlaps a <a>named grid area</a> in its parent
3565
3565
that was created by a 'grid-template-areas' property declaration,
3566
-
[=implicitly-created line names=] are assigned
3566
+
[=implicitly-assigned line names=] are assigned
3567
3567
to represent the parent’s <a>named grid area</a>
3568
3568
within the <a>subgrid</a>.
3569
3569
3570
3570
Note: If a <a>named grid area</a>
3571
3571
only partially overlaps the <a>subgrid</a>,
3572
-
its [=implicitly-created line names=]
3572
+
its [=implicitly-assigned line names=]
3573
3573
will be assigned
3574
3574
to the first and/or last line of the <a>subgrid</a>
0 commit comments