File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments