Skip to content

Commit 99374b4

Browse files
committed
[css-grid] Fill in TODO for an example of multiple shims.
1 parent 558e46b commit 99374b4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

css-grid-1/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3719,7 +3719,14 @@ Resolve Intrinsic Track Sizes</h3>
37193719
If an item uses multiple intrinsic size contributions,
37203720
it can have different shims for each one.
37213721

3722-
Issue: Add example of multiple contributions/shims.
3722+
<div class=example>
3723+
For example, when the <a>grid container</a> has an <a>indefinite</a> size,
3724+
it is first laid out under min/max-content constraints to find the size,
3725+
then laid out "for real" with that size
3726+
(which can affect things like percentage tracks).
3727+
The "shims" added for each phase are independent,
3728+
and only affect the layout during that phase.
3729+
</div>
37233730

37243731
Note: Note that both [[css-align-3#baseline-align-self|baseline self-aligned]]
37253732
and [[css-align-3#baseline-align-content|baseline content-aligned]] items

0 commit comments

Comments
 (0)