@@ -877,7 +877,8 @@ Overflow Alignment: the ''safe'' and ''unsafe'' keywords and scroll safety limit
877
877
(though we hope so, and believe it to be likely),
878
878
so UAs should pass any feedback on this point to the WG.
879
879
UAs that have not implemented the “smart” default behavior
880
- must behave as ''unsafe'' .
880
+ must behave as ''safe'' for 'align-content' on [=block containers=]
881
+ and ''unsafe'' otherwise.
881
882
</dl>
882
883
883
884
@@ -954,6 +955,9 @@ The 'justify-content' and 'align-content' Properties</h3>
954
955
The <a>block axis</a> .
955
956
If a <<content-distribution>> is specified
956
957
its <a>fallback alignment</a> is used instead.
958
+ If no <<overflow-position>> is specified,
959
+ and the [=block container=] is not a [=scroll container=] ,
960
+ then alignment is ''align-content/safe'' .
957
961
<tr>
958
962
<th> 'justify-content' Axis
959
963
<td>
@@ -2457,6 +2461,8 @@ Changes</h2>
2457
2461
<li> Only apply the special margin-edge baseline rule for [=scroll container=] [=block containers=]
2458
2462
when 'baseline-source' is its [=initial value=] .
2459
2463
(<a href="https://github.com/w3c/csswg-drafts/issues/8214">Issue 8214</a> )
2464
+ <li> Made [=block containers=] default to ''safe'' alignment.
2465
+ (<a href="https://github.com/w3c/csswg-drafts/issues/8992">Issue 8992</a> )
2460
2466
</ul>
2461
2467
2462
2468
Changes since the <a href="https://www.w3.org/TR/2021/WD-css-align-3-20211224/">24 December 2021 Working Draft</a> include:
0 commit comments