Skip to content

Fix typo in description for column in item-track-direction #11677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions css-grid-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1287,18 +1287,18 @@ Item Flow Axis: 'item-track'/'item-direction'</h3>
: <dfn>column</dfn>
::
<span class="option masonry">Track-oriented Option</span>
Represents placement into rows,
i.e. tracks or lines parallel to the [=inline axis=].
Items are placed in start-to-end order in the inline axis
Represents placement into columns,
i.e. tracks or lines parallel to the [=block axis=].
Items are placed in start-to-end order in the block axis
in [=flex layout=] and [=grid layout=],
and in start-to-end order in the [=block axis=]
and in start-to-end order in the [=inline axis=]
in [=masonry layout=].

<span class="option grid">Flow-oriented Option</span>
Represents row-primary item placement,
i.e. placing items start-to-end in the [=inline axis=],
producing flex row lines in [=flex layout=],
and column grid tracks in [=masonry layout=].
Represents column-primary item placement,
i.e. placing items start-to-end in the [=block axis=],
producing flex column lines in [=flex layout=],
and row grid tracks in [=masonry layout=].

: <dfn>row-reverse</dfn>
::
Expand Down