Skip to content

Commit 7f925b7

Browse files
committed
[css-grid] Tweak id. Fix typo.
1 parent 8b38b4c commit 7f925b7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css-grid/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h2 class="no-num no-toc no-ref" id=contents><span class=content>Table of conten
118118
Subgrids: the <span data-link-for=grid-template-rows data-link-type=value>subgrid</span> keyword</a><li><a href=#resolved-track-list><span class=secno>5.1.5</span>
119119
Resolved Values</a></ul><li><a href=#grid-template-areas-property><span class=secno>5.2</span>
120120
Named Areas: the <span class=property data-link-type=propdesc title=grid-template-areas>grid-template-areas</span> property</a><ul class=toc><li><a href=#implicit-named-lines><span class=secno>5.2.1</span>
121-
Implicit Named Lines</a></ul><li><a href=#grid-template-property><span class=secno>5.3</span>
121+
Implicit Named Lines</a></ul><li><a href=#explicit-grid-shorthand><span class=secno>5.3</span>
122122
Grid Definition Shorthand: the <span class=property data-link-type=propdesc title=grid-template>grid-template</span> property</a></ul><li><a href=#implicit-grids><span class=secno>6</span>
123123
The Implicit Grid</a><ul class=toc><li><a href=#auto-tracks><span class=secno>6.1</span>
124124
Sizing Auto-generated Rows and Columns: the <span class=property data-link-type=propdesc title=grid-auto-rows>grid-auto-rows</span> and <span class=property data-link-type=propdesc title=grid-auto-columns>grid-auto-columns</span> properties</a><li><a href=#grid-auto-flow-property><span class=secno>6.2</span>
@@ -1297,8 +1297,8 @@ <h4 data-level=5.2.1 id=implicit-named-lines><span class=secno>5.2.1 </span><spa
12971297
Even if an explicit line of the same name is defined,
12981298
the implicit named lines are just more lines with the same name.
12991299

1300-
<h3 data-level=5.3 id=grid-template-property><span class=secno>5.3 </span><span class=content>
1301-
Grid Definition Shorthand: the <a class=property data-link-type=propdesc href=#propdef-grid-template title=grid-template>grid-template</a> property</span><a class=section-link href=#grid-template-property>§</a></h3>
1300+
<h3 data-level=5.3 id=explicit-grid-shorthand><span class=secno>5.3 </span><span class=content>
1301+
Grid Definition Shorthand: the <a class=property data-link-type=propdesc href=#propdef-grid-template title=grid-template>grid-template</a> property</span><a class=section-link href=#explicit-grid-shorthand>§</a></h3>
13021302

13031303
<table class=propdef><tr><th>Name:<td><dfn data-dfn-type=property data-export="" id=propdef-grid-template>grid-template</dfn><tr><th>Value:<td>none | <a class=production data-link-type=propdesc href=#propdef-grid-template-columns title=grid-template-columns>&lt;‘grid-template-columns’&gt;</a> / <a class=production data-link-type=propdesc href=#propdef-grid-template-rows title=grid-template-rows>&lt;‘grid-template-rows’&gt;</a> |<br> [ <a class=production data-link-type=type href=#typedef-track-list>&lt;track-list&gt;</a> / ]? [ <a class=production data-link-type=type href=#typedef-line-names>&lt;line-names&gt;</a>? <a class=production data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#string-value>&lt;string&gt;</a> [ <a class=production data-link-type=type href=#typedef-track-size>&lt;track-size&gt;</a> <a class=production data-link-type=type href=#typedef-line-names>&lt;line-names&gt;</a> ]? ]+<tr><th>Initial:<td>see individual properties<tr><th>Applies to:<td><a href=#grid-container>grid containers</a><tr><th>Inherited:<td>see individual properties<tr><th>Percentages:<td>see individual properties<tr><th>Media:<td>visual<tr><th>Computed value:<td>see individual properties</table>
13041304
<p>
@@ -1602,7 +1602,7 @@ <h4 data-level=6.2.1 id=auto-placement-algo><span class=secno>6.2.1 </span><span
16021602
<ol>
16031603
<li>Step 2 needs to take into account the major-axis spans of every item as well. Otherwise, extra-wide single items can create new columns late in auto-placement.
16041604

1605-
<li>Step 4 needs to verify that placement also doesn't cause the item to generate new columns. Currently, it only verifies that placement wont' overlap anything else.
1605+
<li>Step 4 needs to verify that placement also doesn't cause the item to generate new columns. Currently, it only verifies that placement won't overlap anything else.
16061606
</ol>
16071607
</div>
16081608

css-grid/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ <h4 id="implicit-named-lines">
12481248
Even if an explicit line of the same name is defined,
12491249
the implicit named lines are just more lines with the same name.
12501250

1251-
<h3 id='grid-template-property'>
1251+
<h3 id='explicit-grid-shorthand'>
12521252
Grid Definition Shorthand: the 'grid-template' property</h3>
12531253

12541254
<pre class='propdef'>
@@ -1594,7 +1594,7 @@ <h4 id='auto-placement-algo'>
15941594
<ol>
15951595
<li>Step 2 needs to take into account the major-axis spans of every item as well. Otherwise, extra-wide single items can create new columns late in auto-placement.
15961596

1597-
<li>Step 4 needs to verify that placement also doesn't cause the item to generate new columns. Currently, it only verifies that placement wont' overlap anything else.
1597+
<li>Step 4 needs to verify that placement also doesn't cause the item to generate new columns. Currently, it only verifies that placement won't overlap anything else.
15981598
</ol>
15991599
</div>
16001600

0 commit comments

Comments
 (0)