Skip to content

Commit 0b9c221

Browse files
committed
[css-grid-3] Fix description of row/column keyword. Expand description of normal keyword.
1 parent f26566b commit 0b9c221

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

css-grid-3/Overview.bs

+18-11
Original file line numberDiff line numberDiff line change
@@ -1273,10 +1273,7 @@ Item Flow Axis: 'item-track'/'item-direction'</h3>
12731273
<span class="option masonry">Track-oriented Option</span>
12741274
Represents placement into rows,
12751275
i.e. tracks or lines parallel to the [=inline axis=].
1276-
Items are placed in start-to-end order in the inline axis
1277-
in [=flex layout=] and [=grid layout=],
1278-
and in start-to-end order in the [=block axis=]
1279-
in [=masonry layout=].
1276+
Items fill those rows in start-to-end order.
12801277

12811278
<span class="option grid">Flow-oriented Option</span>
12821279
Represents row-primary item placement,
@@ -1289,10 +1286,7 @@ Item Flow Axis: 'item-track'/'item-direction'</h3>
12891286
<span class="option masonry">Track-oriented Option</span>
12901287
Represents placement into columns,
12911288
i.e. tracks or lines parallel to the [=block axis=].
1292-
Items are placed in start-to-end order in the block axis
1293-
in [=flex layout=] and [=grid layout=],
1294-
and in start-to-end order in the [=inline axis=]
1295-
in [=masonry layout=].
1289+
Items fill those columns in start-to-end order.
12961290

12971291
<span class="option grid">Flow-oriented Option</span>
12981292
Represents column-primary item placement,
@@ -1350,11 +1344,24 @@ Item Cross Axis Placement Mode: 'item-cross'/'item-wrap'</h3>
13501344

13511345
: <dfn>normal</dfn>
13521346
::
1353-
Items are placed in start-to-end order in the axis opposite to the [=primary track axis=].
1347+
Items are placed in start-to-end order
1348+
in the axis opposite to the [=primary track axis=].
1349+
1350+
In [=flex layout=] and [=grid layout=],
1351+
this controls the direction that new tracks
1352+
(flex lines or grid tracks)
1353+
are placed in.
1354+
1355+
In [=masonry layout=],
1356+
<span class="option masonry">for track-oriented syntax this controls which track is selected
1357+
when several are tied for equal height</span>;
1358+
<span class="option grid">for flow-oriented syntax this controls which direction
1359+
items fill their track in.</span>
13541360

13551361
: <dfn>reverse</dfn>
13561362
::
1357-
Items are placed in end-to-start order in the axis opposite to the [=primary track axis=].
1363+
Items are placed in end-to-start order
1364+
in the axis opposite to the [=primary track axis=].
13581365

13591366
: <dfn>wrap-reverse</dfn>
13601367
::
@@ -1565,4 +1572,4 @@ track-sizing/masonry-track-sizing-explicit-block.html
15651572
track-sizing/masonry-track-sizing-overflow-left-side.html
15661573
track-sizing/masonry-track-sizing-overflow-right-side.html
15671574
track-sizing/masonry-track-sizing-span-row.html
1568-
</wpt>
1575+
</wpt>

0 commit comments

Comments
 (0)