Skip to content

Commit 36fdec9

Browse files
committed
[css-grid-3][editorial] Fix links
1 parent fc0b6c6 commit 36fdec9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-grid-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Value Definitions</h3>
104104
also accept the <a>CSS-wide keywords</a> as their property value.
105105
For readability they have not been repeated explicitly.
106106

107-
<h2 id='masonry-layout'>
107+
<h2 id='grid-template-masonry'>
108108
Masonry Layout</h2>
109109

110110
<pre class='propdef partial'>
@@ -115,7 +115,7 @@ Masonry Layout</h2>
115115
Inherited: no
116116
Percentages: refer to corresponding dimension of the content area
117117
Computed value: the keyword ''grid-template-columns/none'' or the keyword ''grid-template-columns/masonry'' or a [[computed track list]]
118-
Animation type: see [[css-grid-2#propdef-grid-template-columns|CSS Grid Level 2]]
118+
Animation type: see [[css-grid-2#track-sizing|CSS Grid Level 2]]
119119
</pre>
120120

121121
[=Masonry layout=] can be applied to [=grid containers=]
@@ -127,7 +127,7 @@ Masonry Layout</h2>
127127
Line names and track sizes can be specified on the [=grid container=],
128128
and [=grid items=] can be placed into the tracks and span them
129129
using 'grid-column' / 'grid-row' as usual.
130-
The [=alignment properties=] work the same as in a regular [=grid container=]
130+
The [=box alignment properties=] work the same as in a regular [=grid container=]
131131
in the [=grid axis=].
132132

133133
In the [=masonry axis=] however,

0 commit comments

Comments
 (0)