Skip to content

Commit 73ae282

Browse files
committed
[css-align] Per WG resolution, the default overflow alignment is 'true' for all layout modes.
1 parent cf16ec6 commit 73ae282

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

css-align/Overview.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,7 @@ Overflow Alignment: the ''safe'' and ''true'' keywords</h3>
398398
while "safe" alignment changes the alignment mode in overflow situations in an attempt to avoid data loss.
399399

400400
If the <a>overflow alignment</a> isn't explicitly specified,
401-
the default <a>overflow alignment</a> is determined by the layout mode.
402-
Document-centric layout modes, such as block layout, default to "safe" <a>overflow alignment</a>,
403-
while design-centric layout modes, such as flex layout, default to "true" <a>overflow alignment</a>.
401+
the default <a>overflow alignment</a> is ''true''.
404402

405403
<pre class='prod'><dfn>&lt;overflow-position></dfn> = true | safe</pre>
406404

0 commit comments

Comments
 (0)