Skip to content

Commit 9ddd5a0

Browse files
committed
[css-grid-1] Clarify that fallback alignment is a 'behaves as' sorta thing. Also note that the baseline-cycle determination doesn't change over the course of the algorithm.
1 parent e031ff5 commit 9ddd5a0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

css-grid-1/Overview.bs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3388,7 +3388,12 @@ Inline-axis Alignment: the 'justify-self' and 'justify-items' properties</h3>
33883388
(whose size is therefore dependent on both the item's size and baseline alignment,
33893389
creating a cyclic dependency),
33903390
that item does not participate in baseline alignment,
3391-
and instead uses its <a>fallback alignment</a>.
3391+
and instead uses its <a>fallback alignment</a>
3392+
as if that were originally specified.
3393+
3394+
Note: Whether the fallback alignment is used or not
3395+
does not change over the course of layout:
3396+
if a cycle exists, it exists.
33923397

33933398
<h3 id='column-align'>
33943399
Block-axis Alignment: the 'align-self' and 'align-items' properties</h3>
@@ -3404,7 +3409,8 @@ Block-axis Alignment: the 'align-self' and 'align-items' properties</h3>
34043409
(whose size is therefore dependent on both the item's size and baseline alignment,
34053410
creating a cyclic dependency),
34063411
that item does not participate in baseline alignment,
3407-
and instead uses its <a>fallback alignment</a>.
3412+
and instead uses its <a>fallback alignment</a>
3413+
as if that were originally specified.
34083414

34093415
<h3 id='grid-align'>
34103416
Aligning the Grid: the 'justify-content' and 'align-content' properties</h3>

0 commit comments

Comments
 (0)