Skip to content

Commit 0624498

Browse files
committed
[css-align-3] Anonymous block boxes are always justify-self:normal. w3c#11461
1 parent 0400daa commit 0624498

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css-align-3/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,6 +1476,8 @@ Inline-Axis (or Main-Axis) Self-Alignment: the 'justify-self' property</h3>
14761476
and the used value of the margin properties are therefore not adjusted to correct for the over-constraint.
14771477

14781478
This property does not apply to floats.
1479+
1480+
Anonymous block boxes always behave as ''justify-self/normal''.
14791481
</table>
14801482

14811483
<div class="example">
@@ -2542,6 +2544,8 @@ Changes</h2>
25422544
* Change safe alignment to cause the container to fall back to ''flex-start'',
25432545
so it is correctly safe for a scrollable reversed flexbox.
25442546
(<a href="https://github.com/w3c/csswg-drafts/issues/11937">Issue 11937</a>)
2547+
* Defined anonymous block boxes to always act like ''justify-self: normal''.
2548+
(<a href="https://github.com/w3c/csswg-drafts/issues/11461">Issue 11461</a>)
25452549

25462550
See also <a href="https://www.w3.org/TR/2025/WD-css-align-3-20250311/#changes">previous changes</a>.
25472551

0 commit comments

Comments
 (0)