Skip to content

Commit 9930696

Browse files
committed
[css-align] Clarify that justify-content: stretch flex-end; on a flexbox ignores the 'flex-end' part, since the 'stretch' now behaves as 'flex-start' which doesn't care about fallback alignment.
1 parent f6eeab8 commit 9930696

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-align/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,8 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
556556

557557
The 'justify-content' property applies along the <a>main axis</a>,
558558
but since flexing in the <a>main axis</a> is controlled by 'flex',
559-
''<content-distribution>/stretch'' behaves as ''flex-start''.
559+
''<content-distribution>/stretch'' behaves as ''flex-start''
560+
(ignoring the specified <a>fallback alignment</a>, if any).
560561

561562
''justify-content/auto'' behaves as ''<content-distribution>/stretch''.
562563

0 commit comments

Comments
 (0)