We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916a024 commit b4d72ddCopy full SHA for b4d72dd
1 file changed
css-grid/Overview.bs
@@ -2545,6 +2545,8 @@ Grid Placement Conflict Handling</h4>
2545
If the <a>placement</a> for a <a>grid item</a> contains two lines,
2546
and the <a>start</a> line is further end-ward than the <a>end</a> line,
2547
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.
2550
2551
If the <a>placement</a> contains two spans,
2552
remove the one contributed by the <a>end</a> <a>grid-placement property</a>.
0 commit comments