Skip to content

Commit 316bd8c

Browse files
committed
[css-grid-1][editorial] fix linking errors
1 parent d70c234 commit 316bd8c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-grid-1/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ WPT Path Prefix: css/css-grid/
4242
<pre class="link-defaults">
4343
spec:css-align-3;
4444
type:value;
45+
text:center; for:align-self;
4546
text:stretch; for:align-self
4647
text:stretch; for:align-content
4748
text:space-between; for:justify-content
@@ -2814,7 +2815,7 @@ Numeric Indexes and Spans</h4>
28142815
Named Lines and Spans</h4>
28152816

28162817
Instead of counting lines by number,
2817-
<a>named lines</a> can be referenced by their name:
2818+
lines can be referenced by their [=line name=]:
28182819

28192820
<div class='example'>
28202821
<pre>
@@ -2825,7 +2826,7 @@ Named Lines and Spans</h4>
28252826
</pre>
28262827
</div>
28272828

2828-
Note: Note that if a <a>named grid area</a> and a <a>named line</a> have the same name,
2829+
Note: Note that if a <a>named grid area</a> has the same name as a [=line name=],
28292830
the placement algorithm will prefer to use <a>named grid area</a>’s lines instead.
28302831

28312832
If there are multiple lines of the same name,
@@ -2954,7 +2955,7 @@ Line-based Placement: the 'grid-row-start', 'grid-column-start', 'grid-row-end',
29542955
<dt><dfn id='grid-placement-slot'><<custom-ident>></dfn>
29552956
<dd>
29562957
First attempt to match the <a>grid area</a>’s edge to a <a>named grid area</a>:
2957-
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'),
2958+
if there is a [=grid line=] whose [=line name=] is <css><<custom-ident>>-start</css> (for 'grid-*-start') / <css><<custom-ident>>-end</css> (for 'grid-*-end'),
29582959
contributes the first such line to the <a>grid item</a>’s <a>placement</a>.
29592960

29602961
Note: <a>Named grid areas</a> automatically generate [=implicitly-assigned line names=] of this form,

0 commit comments

Comments
 (0)