Skip to content

Commit 77937fa

Browse files
committed
[css-grid] Silence a bikeshed warning.
1 parent 35e0a18 commit 77937fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ <h3 data-level=6.3 id=grid-auto-position-property><span class=secno>6.3 </span><
16141614

16151615
<p> Interpret the two <a class=production data-link-type=type href=#typedef-grid-line>&lt;grid-line&gt;</a>s as if they were specified in <a class=property data-link-type=propdesc href=#propdef-grid-column-start title=grid-column-start>grid-column-start</a> and <a class=property data-link-type=propdesc href=#propdef-grid-row-start title=grid-row-start>grid-row-start</a>, respectively,
16161616
of a hypothetical <a href=#grid-item>grid item</a>,
1617-
treating <a class=css data-link-type=maybe href=#valuedef-auto>auto</a> as <span class=css data-link-type=maybe>1</span> for this purpose.
1617+
treating <a data-link-for=grid-row-start data-link-type=value>auto</a> as <span class=css data-link-type=maybe>1</span> for this purpose.
16181618
The resulting lines of the <a href=#grid-container>grid container</a>
16191619
become a <a href=#definite0>definite grid position</a> in both axises
16201620
for the auto-placed <a href=#grid-item>grid items</a>.

css-grid/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ <h3 id="grid-auto-position-property">
16151615

16161616
Interpret the two <<grid-line>>s as if they were specified in 'grid-column-start' and 'grid-row-start', respectively,
16171617
of a hypothetical <a>grid item</a>,
1618-
treating ''auto'' as ''1'' for this purpose.
1618+
treating <a value for=grid-row-start>auto</a> as ''1'' for this purpose.
16191619
The resulting lines of the <a>grid container</a>
16201620
become a <a>definite grid position</a> in both axises
16211621
for the auto-placed <a>grid items</a>.

0 commit comments

Comments
 (0)