Skip to content

Commit 82727cd

Browse files
committed
[css3-grid-layout] Corrected latest version link (css-grid-1 instead
of css-grid) and two fragment IDs from css3-writing-modes.
1 parent 7fe8db6 commit 82727cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-grid/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>CSS Grid Layout Module Level 1</h1>
66
Level: 1
77
Group: csswg
88
ED: http://dev.w3.org/csswg/css-grid/
9-
TR: http://www.w3.org/TR/css-grid/
9+
TR: http://www.w3.org/TR/css-grid-1/
1010
Previous version: http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/
1111
Previous version: http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/
1212
Editor: Tab Atkins Jr., Google, http://www.xanthir.com/contact/
@@ -376,9 +376,9 @@ <h2 id='grid-concepts'>
376376
into which <a>grid items</a> (representing the <a>grid container</a>’s content) can be placed.
377377
There are two sets of <a>grid lines</a>:
378378
one set defining <dfn export title="grid column | column">columns</dfn>
379-
that run along the <a href="http://www.w3.org/TR/css3-writing-modes/#block-axis">block axis</a> (the <dfn export>column axis</dfn>),
379+
that run along the <a href="http://www.w3.org/TR/css3-writing-modes/#block-axis-">block axis</a> (the <dfn export>column axis</dfn>),
380380
and an orthogonal set defining <dfn export title="grid row | row">rows</dfn>
381-
along the <a href="http://www.w3.org/TR/css3-writing-modes/#inline-axis">inline axis</a> (the <dfn export>row axis</dfn>).
381+
along the <a href="http://www.w3.org/TR/css3-writing-modes/#inline-axis-">inline axis</a> (the <dfn export>row axis</dfn>).
382382
[[!CSS3-WRITING-MODES]]
383383

384384
<!--

0 commit comments

Comments
 (0)