Skip to content

Commit 14ec40d

Browse files
committed
[css-align-3] Add safe to fallback of space-evenly and space-around. #5088
1 parent 774c00c commit 14ec40d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-align-3/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ Distributed Alignment: the ''<content-distribution>/stretch'', ''space-between''
714714
alt="For example, given three items, all excess space is split into sixths and distributed: one sixth at the start, one at the end, and two sixths (one third) each between the first two and between the last two items.">
715715
</figure>
716716

717-
The default [=fallback alignment=] for this value is ''center''.
717+
The default [=fallback alignment=] for this value is ''safe center''.
718718

719719
<dt><dfn>space-evenly</dfn>
720720
<dd>
@@ -730,7 +730,7 @@ Distributed Alignment: the ''<content-distribution>/stretch'', ''space-between''
730730
alt="For example, given three items, all excess space is split into fourths and distributed: to the start, to the end, to between the first two, and to between the last two items.">
731731
</figure>
732732

733-
The default [=fallback alignment=] for this value is ''center''.
733+
The default [=fallback alignment=] for this value is ''safe center''.
734734

735735
<dt><dfn>stretch</dfn>
736736
<dd>
@@ -2397,6 +2397,8 @@ Changes</h2>
23972397
<ul>
23982398
<li>Allowed reordering of ''[ first | last ]'' and ''align-self/baseline'' components of <<baseline-position>>.
23992399
(<a href="https://github.com/w3c/csswg-drafts/issues/5235">Issue 5235</a>)
2400+
<li>Make [=fallback alignment=] of ''space-around'' and ''space-evenly'' include ''safe''.
2401+
(<a href="https://github.com/w3c/csswg-drafts/issues/5088">Issue 5088</a>)
24002402
</ul>
24012403

24022404
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-align-3-20181206/">6 December 2018 Working Draft</a> include:

0 commit comments

Comments
 (0)