@@ -1788,13 +1788,13 @@ Flexible Lengths: the ''fr'' unit</h4>
1788
1788
so they cannot be represented in or combined with other unit types in ''calc()'' expressions.
1789
1789
1790
1790
<!--
1791
- ██████ ███████ ██ ██ ████████ ██ ██ ████████ ████████ ████████
1791
+ ██████ ███████ ██ ██ ████████ ██ ██ ████████ ████████ ████████
1792
1792
██ ██ ██ ██ ███ ███ ██ ██ ██ ██ ██ ██ ██ ██
1793
1793
██ ██ ██ ████ ████ ██ ██ ██ ██ ██ ██ ██ ██
1794
1794
██ ██ ██ ██ ███ ██ ████████ ██ ██ ██ ██████ ██ ██
1795
1795
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
1796
1796
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
1797
- ██████ ███████ ██ ██ ██ ███████ ██ ████████ ████████
1797
+ ██████ ███████ ██ ██ ██ ███████ ██ ████████ ████████
1798
1798
-->
1799
1799
1800
1800
<h4 id='computed-track-list'>
@@ -3413,6 +3413,8 @@ Inline-axis Alignment: the 'justify-self' and 'justify-items' properties</h3>
3413
3413
that item does not participate in baseline alignment,
3414
3414
and instead uses its <a>fallback alignment</a>
3415
3415
as if that were originally specified.
3416
+ For this purpose, <<flex>> track sizes count as “intrinsically-sized”
3417
+ when the [=grid container=] has an [=indefinite=] size in the relevant axis.
3416
3418
3417
3419
Note: Whether the fallback alignment is used or not
3418
3420
does not change over the course of layout:
@@ -3434,6 +3436,8 @@ Block-axis Alignment: the 'align-self' and 'align-items' properties</h3>
3434
3436
that item does not participate in baseline alignment,
3435
3437
and instead uses its <a>fallback alignment</a>
3436
3438
as if that were originally specified.
3439
+ For this purpose, <<flex>> track sizes count as “intrinsically-sized”
3440
+ when the [=grid container=] has an [=indefinite=] size in the relevant axis.
3437
3441
3438
3442
<h3 id='grid-align'>
3439
3443
Aligning the Grid: the 'justify-content' and 'align-content' properties</h3>
0 commit comments