Skip to content

Commit 2ad9b01

Browse files
committed
Merge pull request #12 from mrego/grid-item-placement-algorithm-fix-typo
[css-grid] Fix typo in the grid item row-locked placement algorithm
2 parents c04e6c4 + 13e77a0 commit 2ad9b01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,14 +2331,14 @@ Grid Item Placement Algorithm</h3>
23312331

23322332
: “sparse” packing (omitted ''dense'' keyword)
23332333
::
2334-
Set the row-start line of its <a>placement</a>
2334+
Set the column-start line of its <a>placement</a>
23352335
to the earliest (smallest positive index) line index
23362336
that ensures this item’s <a>grid area</a> will not overlap any <a>occupied</a> grid cells
23372337
and that is past any <a>grid items</a> previously placed in this row by this step.
23382338

23392339
: “dense” packing (''dense'' specified)
23402340
::
2341-
Set the row-start line of its <a>placement</a>
2341+
Set the column-start line of its <a>placement</a>
23422342
to the earliest (smallest positive index) line index
23432343
that ensures this item’s <a>grid area</a> will not overlap any <a>occupied</a> grid cells.
23442344

0 commit comments

Comments
 (0)