Skip to content

Commit 0ab34fe

Browse files
committed
[css-flexbox-1] Fix fallback alignment for align-content:stretch
The commit b6c01a4 meant to edit only `space-*` values. Also, CSS Align spec has `align-content:stretch` fallback value as `flex-start` per https://drafts.csswg.org/css-align-3/#valdef-align-content-stretch
1 parent 680afde commit 0ab34fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎css-flexbox-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2233,7 +2233,7 @@ Packing Flex Lines: the 'align-content' property</h3>
22332233
<dd>
22342234
Lines stretch to take up the remaining space.
22352235
If the leftover free-space is negative,
2236-
this value falls back to <a value for=align-content>safe flex-start</a>.
2236+
this value falls back to <a value for=align-content>flex-start</a>.
22372237
Otherwise,
22382238
the free-space is split equally between all of the lines,
22392239
increasing their cross size.

0 commit comments

Comments
 (0)