Skip to content

Commit 7bf19b9

Browse files
committed
[css-grid-2] Fix linking.
1 parent 0f74517 commit 7bf19b9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

css-grid-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2662,7 +2662,8 @@ Placing Grid Items</h2>
26622662
<dt><dfn export local-lt="span|row span|column span">grid span</dfn>
26632663
<dd>
26642664
How many <a>grid tracks</a> the <a>grid item</a> occupies in each axis.
2665-
A <a>grid item</a>’s <a>grid span</a> is always <dfn export lt="definite grid span|definite row span|definite column span|definite span">definite</dfn>,
2665+
In Level 1,
2666+
a <a>grid item</a>’s <a>grid span</a> is always <dfn export lt="definite grid span|definite row span|definite column span|definite span">definite</dfn>,
26662667
defaulting to 1 in each axis if it can't be otherwise determined for that axis.
26672668
</dl>
26682669

css-grid-2/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ Establishing a Subgrid</h3>
119119

120120
The <<line-name-list>> argument allows local naming of the grid lines propagated from the parent grid:
121121
if a <<line-name-list>> is given,
122-
the specified <<line-names>>s are assigned to the subgrid’s <a>explicit grid lines</a>,
122+
the specified <<line-names>>s are assigned to
123+
the lines of the subgrid’s <a>explicit grid</a>,
123124
one per line, starting with line 1.
124125
Excess <<line-names>> are ignored.
125126

@@ -176,7 +177,7 @@ Characteristics of a Subgrid Item</h3>
176177
(regardless of its 'grid-template-*' properties).
177178

178179
<li>
179-
If it has an <a>indefinite grid span</a>
180+
If it has an <dfn>indefinite grid span</dfn>
180181
(i.e. either the '*-start' or '*-end' value
181182
of its <a>grid-placement properties</a> in the subgridded axis
182183
is ''grid-row-start/auto'')

0 commit comments

Comments
 (0)