Skip to content

Commit 8b98983

Browse files
committed
[css-grid-1] Since auto minimum is clamped even in cases where it wouldn't trigger overflow, elide the informative text stating that purpose from the sentence describing the clamping. Requested by Oriol. #3705
1 parent 9f0ac6f commit 8b98983

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css-grid-1/Overview.bs

+2
Original file line numberDiff line numberDiff line change
@@ -1260,8 +1260,10 @@ Automatic Minimum Size of Grid Items</h3>
12601260
else its <a>content size suggestion</a>,
12611261
see below.
12621262
However,
1263+
<!--
12631264
to prevent the <a>content-based minimum size</a>
12641265
from forcing overflow of its fixed-size grid area,
1266+
-->
12651267
if in a given dimension
12661268
the <a>grid item</a> spans only <a>grid tracks</a>
12671269
that have a <a lt="fixed sizing function">fixed</a> <a>max track sizing function</a>,

0 commit comments

Comments
 (0)