Skip to content

Commit b4d72dd

Browse files
committed
[css-grid] Specify how to handle two equal grid lines.
1 parent 916a024 commit b4d72dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2545,6 +2545,8 @@ Grid Placement Conflict Handling</h4>
25452545
If the <a>placement</a> for a <a>grid item</a> contains two lines,
25462546
and the <a>start</a> line is further end-ward than the <a>end</a> line,
25472547
swap the two lines.
2548+
If the <a>start</a> line is <em>equal</em> to the <a>end</a> line,
2549+
remove the <a>end</a> line.
25482550

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

0 commit comments

Comments
 (0)