Skip to content
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
4 changes: 2 additions & 2 deletions css-grid/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2331,14 +2331,14 @@ Grid Item Placement Algorithm</h3>

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

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

Expand Down