File tree 1 file changed +8
-8
lines changed
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>
1287
1287
: <dfn>column</dfn>
1288
1288
::
1289
1289
<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
1293
1293
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=]
1295
1295
in [=masonry layout=] .
1296
1296
1297
1297
<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=] .
1302
1302
1303
1303
: <dfn>row-reverse</dfn>
1304
1304
::
You can’t perform that action at this time.
0 commit comments