Skip to content

Commit 3471fec

Browse files
committed
[css-grid] Fix link.
1 parent 2667e1f commit 3471fec

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
@@ -3030,7 +3030,7 @@ <h2 class="no-num heading settled heading" id=changes><span class=content>
30303030
<li>Renamed all the <a href=#placement>placement properties</a> and <a href=#grid-definition>grid-defining properties</a>.
30313031
<li>Added the <a class=property data-link-type=propdesc href=#propdef-grid-template title=grid-template>grid-template</a> and <a class=property data-link-type=propdesc href=#propdef-grid title=grid>grid</a> shorthands.
30323032
<li>Changed the syntax of <a href=#named-lines>named lines</a> to use parentheses and identifiers rather than strings.
3033-
<li>Made named grid areas <a href=#implict-named-lines>imply named grid lines</a>.
3033+
<li>Made named grid areas <a href=#implicit-named-lines>imply named grid lines</a>.
30343034
<li><a href=#auto-margins>Margin alignment</a> now matches <a href=http://www.w3.org/TR/css3-flexbox>Flexbox</a> and <a href=http://www.w3.org/TR/css3-align>Box Alignment</a>.
30353035
<li>Percentages are no longer resolved like they are in table layout.
30363036
<li>Refined <a href=#abspos-items>definitions of absolutely-positioned elements</a> whose containing block is a grid container.

css-grid/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3087,7 +3087,7 @@ <h2 class="no-num" id="changes">
30873087
<li>Renamed all the <a href="#placement">placement properties</a> and <a href="#grid-definition">grid-defining properties</a>.
30883088
<li>Added the 'grid-template' and 'grid' shorthands.
30893089
<li>Changed the syntax of <a href="#named-lines">named lines</a> to use parentheses and identifiers rather than strings.
3090-
<li>Made named grid areas <a href="#implict-named-lines">imply named grid lines</a>.
3090+
<li>Made named grid areas <a href="#implicit-named-lines">imply named grid lines</a>.
30913091
<li><a href="#auto-margins">Margin alignment</a> now matches <a href="http://www.w3.org/TR/css3-flexbox">Flexbox</a> and <a href="http://www.w3.org/TR/css3-align">Box Alignment</a>.
30923092
<li>Percentages are no longer resolved like they are in table layout.
30933093
<li>Refined <a href="#abspos-items">definitions of absolutely-positioned elements</a> whose containing block is a grid container.

0 commit comments

Comments
 (0)