File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3719,7 +3719,14 @@ Resolve Intrinsic Track Sizes</h3>
3719
3719
If an item uses multiple intrinsic size contributions,
3720
3720
it can have different shims for each one.
3721
3721
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>
3723
3730
3724
3731
Note: Note that both [[css-align-3#baseline-align-self|baseline self-aligned]]
3725
3732
and [[css-align-3#baseline-align-content|baseline content-aligned]] items
You can’t perform that action at this time.
0 commit comments