@@ -1338,7 +1338,7 @@ Centering on the Anchor: the ''anchor-center'' alignment value {#anchor-center}
13381338--------------------------------------------------------------
13391339
13401340<pre class=propdef>
1341- Name : justify-self, align-self, justify-items, align-items
1341+ Name : justify-self, align-self
13421342New Values : anchor-center
13431343</pre>
13441344
@@ -1351,7 +1351,7 @@ but a common case for anchored positioning--
13511351centering over the [=anchor box=] --
13521352requires careful and somewhat complex set-up to achieve.
13531353
1354- The new <dfn value for="justify-self, align-self, justify-items, align-items ">anchor-center</dfn> value
1354+ The new <dfn value for="justify-self, align-self">anchor-center</dfn> value
13551355makes this case extremely simple:
13561356if the positioned box has a [=default anchor box=] ,
13571357then it is centered (insofar as possible)
@@ -2699,6 +2699,8 @@ Changes {#changes}
26992699Significant changes since the <a href="https://www.w3.org/TR/2026/WD-css-anchor-position-1-20260130/">30 January 2026 Working Draft</a> :
27002700* Mark 'position-area' as discretely animatable.
27012701 (<a href="https://github.com/w3c/csswg-drafts/issues/13577">Issue 13577</a> )
2702+ * Remove ''anchor-center'' from 'align-items' and 'justify-items' because those properties have no effect on absolutely-positioned boxes anyway.
2703+ (<a href="https://github.com/w3c/csswg-drafts/issues/13514">Issue 13514</a> )
27022704
27032705Significant changes since the <a href="https://www.w3.org/TR/2025/WD-css-anchor-position-1-20251222/">22 December 2025 Working Draft</a> :
27042706
0 commit comments