Skip to content

Commit 312796b

Browse files
committed
[css-grid-2] Fix up references to implicitly named lines. #5393
1 parent 9b153f4 commit 312796b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-grid-2/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,14 @@ Characteristics of a Subgrid Item</h3>
218218

219219
Note: If a <a>named grid area</a>
220220
only partially overlaps the <a>subgrid</a>,
221-
its <a lt="implicit named lines">implicit names</a>
221+
its [=implicitly-created line names=]
222222
will be assigned
223223
to the first and/or last line of the <a>subgrid</a>
224224
such that a <a>named grid area</a> exists
225225
representing that partially overlapped area of the <a>subgrid</a>;
226-
thus the <a>implicit named lines</a> of the <a>subgrid</a>
226+
thus the [=line name=] assignments of the <a>subgrid</a>
227227
might not always correspond exactly
228-
to the <a>implicit named lines</a> of the parent <a>grid</a>.
228+
to the [=line name=] assignments of the parent <a>grid</a>.
229229

230230
These names are also in <em>addition</em> to
231231
any line names specified locally on the subgrid.

0 commit comments

Comments
 (0)