We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534f792 commit c223e32Copy full SHA for c223e32
css-grid-1/Overview.bs
@@ -4018,6 +4018,10 @@ Resolve Intrinsic Track Sizes</h3>
4018
In all cases, if a track’s <a>growth limit</a> is now less than its <a>base size</a>,
4019
increase the <a>growth limit</a> to match the <a>base size</a>.
4020
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
+
4025
<li id="algo-spanning-items">
4026
<strong>Increase sizes to accommodate spanning items crossing content-sized tracks:</strong>
4027
Next, consider the items with a span of 2
0 commit comments