File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1287,18 +1287,18 @@ Item Flow Axis: 'item-track'/'item-direction'</h3>
12871287 : <dfn>column</dfn>
12881288 ::
12891289 <span class="option masonry"> Track-oriented Option</span>
1290- Represents placement into rows ,
1291- i.e. tracks or lines parallel to the [=inline axis=] .
1292- Items are placed in start-to-end order in the inline axis
1290+ Represents placement into columns ,
1291+ i.e. tracks or lines parallel to the [=block axis=] .
1292+ Items are placed in start-to-end order in the block axis
12931293 in [=flex layout=] and [=grid layout=] ,
1294- and in start-to-end order in the [=block axis=]
1294+ and in start-to-end order in the [=inline axis=]
12951295 in [=masonry layout=] .
12961296
12971297 <span class="option grid"> Flow-oriented Option</span>
1298- Represents row -primary item placement,
1299- i.e. placing items start-to-end in the [=inline axis=] ,
1300- producing flex row lines in [=flex layout=] ,
1301- and column grid tracks in [=masonry layout=] .
1298+ Represents column -primary item placement,
1299+ i.e. placing items start-to-end in the [=block axis=] ,
1300+ producing flex column lines in [=flex layout=] ,
1301+ and row grid tracks in [=masonry layout=] .
13021302
13031303 : <dfn>row-reverse</dfn>
13041304 ::
You can’t perform that action at this time.
0 commit comments