Skip to content

Commit f26566b

Browse files
authored
Fix typo in description for column in item-track-direction (#11677)
1 parent 6cd22b8 commit f26566b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css-grid-3/Overview.bs

+8-8
Original file line numberDiff line numberDiff 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
::

0 commit comments

Comments
 (0)