Skip to content

Commit d479b96

Browse files
committed
[css-grid] Per f2f, misordered lines now just get swapped rather than dropped, in placement.
1 parent 5b7e6a1 commit d479b96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,8 +2460,8 @@ Line-based Placement: the 'grid-row-start', 'grid-column-start', 'grid-row-end',
24602460
Grid Placement Conflict Handling</h4>
24612461

24622462
If the <a>placement</a> for a <a>grid item</a> contains two lines,
2463-
and the <a>end</a> line's index is less than or equal to the <a>start</a> line's index,
2464-
remove the <a>end</a> line from the <a>placement</a>.
2463+
and the <a>start</a> line is further end-ward than the <a>end</a> line,
2464+
swap the two lines.
24652465

24662466
If the <a>placement</a> contains two spans,
24672467
remove the one contributed by the <a>end</a> <a>grid-placement property</a>.

0 commit comments

Comments
 (0)