Skip to content

Commit c223e32

Browse files
committed
[css-grid-1] Note that span=1 item instructions are equivalent to, just a simplification of, the span=n instructions. #3616
1 parent 534f792 commit c223e32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-grid-1/Overview.bs

+4
Original file line numberDiff line numberDiff line change
@@ -4018,6 +4018,10 @@ Resolve Intrinsic Track Sizes</h3>
40184018
In all cases, if a track’s <a>growth limit</a> is now less than its <a>base size</a>,
40194019
increase the <a>growth limit</a> to match the <a>base size</a>.
40204020

4021+
Note: This step is a simplification of the steps below for handling spanning items,
4022+
and should yield the same behavior as running those instructions
4023+
on items with a span of 1.
4024+
40214025
<li id="algo-spanning-items">
40224026
<strong>Increase sizes to accommodate spanning items crossing content-sized tracks:</strong>
40234027
Next, consider the items with a span of 2

0 commit comments

Comments
 (0)