Skip to content

Commit 147200a

Browse files
committed
[css-align-3] Make space-between's fallback safe, per WG resolution. w3c#10154
1 parent 951bab3 commit 147200a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-align-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ Distributed Alignment: the ''<content-distribution>/stretch'', ''space-between''
711711
alt="For example, given three items, all excess space is split in two and distributed: one half between the first two and one half between the last two items.">
712712
</figure>
713713

714-
The default [=fallback alignment=] for this value is ''flex-start''.
714+
The default [=fallback alignment=] for this value is ''safe flex-start''.
715715
<span class='note'>(For layout modes other than flex layout, ''flex-start'' is identical to ''start''.)</span>
716716

717717
<dt><dfn>space-around</dfn>

0 commit comments

Comments
 (0)