Skip to content

Commit 4ac5959

Browse files
committed
[css-grid-1] 'implicit named line' => 'implicitly-named line', and dfn 'explicitly-named line' as well.
1 parent d8c62a9 commit 4ac5959

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

css-grid-1/Overview.bs

+14-12
Original file line numberDiff line numberDiff line change
@@ -1655,8 +1655,8 @@ Naming Grid Lines: the <css>[<<custom-ident>>*]</css> syntax</h4>
16551655
While <a>grid lines</a> can always be referred to by their numerical index,
16561656
<dfn export lt="named line">named lines</dfn>
16571657
can make the <a>grid-placement properties</a> easier to understand and maintain.
1658-
Lines can be explicitly named in the 'grid-template-rows' and 'grid-template-columns' properties,
1659-
or <a href="#implicit-named-lines">implicitly named</a> by creating <a>named grid areas</a> with the 'grid-template-areas' property.
1658+
Lines can be <dfn lt="explicitly-named line">explicitly named</dfn> in the 'grid-template-rows' and 'grid-template-columns' properties,
1659+
or [=implicitly-named lines|implicitly named=] by creating <a>named grid areas</a> with the 'grid-template-areas' property.
16601660

16611661
<div class='example'>
16621662
For example,
@@ -2160,25 +2160,25 @@ Serialization Of Template Strings</h4>
21602160
with all other white space elided.
21612161

21622162
<h4 id="implicit-named-lines">
2163-
Implicit Named Lines</h4>
2163+
Implicitly-Named Lines</h4>
21642164

2165-
The 'grid-template-areas' property creates <dfn export lt="implicit named line">implicit named lines</dfn> from the <a>named grid areas</a> in the template.
2166-
For each <a>named grid area</a> <var>foo</var>, four <a>implicit named lines</a> are created:
2165+
The 'grid-template-areas' property creates <dfn export lt="implicitly-named line">implicitly-named lines</dfn> from the <a>named grid areas</a> in the template.
2166+
For each <a>named grid area</a> <var>foo</var>, four <a>implicitly-named lines</a> are created:
21672167
two named <css><var>foo</var>-start</css>, naming the row-start and column-start lines of the <a>named grid area</a>,
21682168
and two named <css><var>foo</var>-end</css>, naming the row-end and column-end lines of the <a>named grid area</a>.
21692169

21702170
These named lines behave just like any other named line,
21712171
except that they do not appear in the value of 'grid-template-rows'/'grid-template-columns'.
2172-
Even if an explicit line of the same name is defined,
2173-
the implicit named lines are just more lines with the same name.
2172+
Even if an [=explicitly-named line=] of the same name is defined,
2173+
the [=implicitly-named lines=] are just more lines with the same name.
21742174

21752175
<h4 id="implicit-named-areas">
2176-
Implicit Named Areas</h4>
2176+
Implicitly-Named Areas</h4>
21772177

2178-
Since a <a>named grid area</a> is referenced by the <a>implicit named lines</a> it produces,
2178+
Since a <a>named grid area</a> is referenced by the <a>implicitly-named lines</a> it produces,
21792179
explicitly adding named lines of the same form (''foo-start''/''foo-end'')
21802180
effectively creates a <a>named grid area</a>.
2181-
Such <dfn export lt="implicit named area">implicit named areas</dfn> do not appear in the value of 'grid-template-areas',
2181+
Such <dfn export lt="implicitly-named area">implicitly-named areas</dfn> do not appear in the value of 'grid-template-areas',
21822182
but can still be referenced by the <a>grid-placement properties</a>.
21832183

21842184
<!--
@@ -2273,7 +2273,7 @@ Explicit Grid Shorthand: the 'grid-template' property</h3>
22732273
</ul>
22742274
</object>
22752275
<figcaption>The grid created by the declarations above.
2276-
(The “a/b-start/end” names are created <a href="#implicit-named-lines">implicitly</a> by the <a>named grid areas</a>.)
2276+
(The “a/b-start/end” names are created [=implicitly-named line|implicitly=] by the <a>named grid areas</a>.)
22772277
</figcaption>
22782278
</figure>
22792279
</div>
@@ -2949,7 +2949,7 @@ Line-based Placement: the 'grid-row-start', 'grid-column-start', 'grid-row-end',
29492949
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'),
29502950
contributes the first such line to the <a>grid item</a>’s <a>placement</a>.
29512951

2952-
Note: <a>Named grid areas</a> automatically generate <a>implicit named lines</a> of this form,
2952+
Note: <a>Named grid areas</a> automatically generate <a>implicitly-named lines</a> of this form,
29532953
so specifying ''grid-row-start: foo'' will choose the start edge of that <a>named grid area</a>
29542954
(unless another line named ''foo-start'' was explicitly specified before it).
29552955

@@ -4927,8 +4927,10 @@ Major Changes</h4>
49274927

49284928
<p><ins>Otherwise, the used <a>automatic minimum size</a> is <del>otherwise</del> zero, as usual.</p>
49294929
</blockquote>
4930+
49304931
<wpt>
49314932
layout-algorithm/grid-flex-track-intrinsic-sizes-003.html
4933+
layout-algorithm/flex-and-intrinsic-sizes-002.html
49324934
</wpt>
49334935
</ul>
49344936
<h4 id="minor-2017">

0 commit comments

Comments
 (0)