File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 '>
108108Masonry 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,
You can’t perform that action at this time.
0 commit comments