@@ -2620,12 +2620,25 @@ Significant changes since the <a href="https://www.w3.org/TR/2025/WD-css-anchor-
26202620 due to the ill-considered HTML UA default stylesheet rules for popovers.
26212621 Also drop the <css> dialog</css> alignment value which was the previous attempt to address this problem.
26222622 (<a href="https://github.com/w3c/csswg-drafts/issues/10258">Issue 10258</a> )
2623+ * Add ''position-anchor/none'' value to 'position-anchor'
2624+ and make it the initial value to avoid switching all absolutely positioned boxes that have an [=implicit anchor element=]
2625+ to using the [=scrollable containing block=] .
2626+ Note the initial value may change again, as the discussion is still open...
2627+ (<a href="https://github.com/w3c/csswg-drafts/issues/13067">Issue 13067</a> )
26232628* Clarify that ''flip-block'' , ''flip-inline'' , and ''flip-start'' use the [=writing mode=] of the [=containing block=] .
2624- (<a href="https://github.com/w3c/csswg-drafts/issues/12869">Issue 12869</a> )
2629+ (<a href="https://github.com/w3c/csswg-drafts/issues/12869">Issue 12869</a> ,
2630+ <a href="https://github.com/w3c/csswg-drafts/issues/13076">Issue 13076</a> )
26252631* Add 'clip-path' to the list of clipping effects considered for ''anchors-visible''
26262632 and clarify the timing of its checks.
26272633 (<a href="https://github.com/w3c/csswg-drafts/issues/12732">Issue 12732</a> )
26282634* Fix error where base styles were accidentally left out of the [=position options list=] .
26292635 (<a href="https://github.com/w3c/csswg-drafts/issues/12890">Issue 12890</a> )
2636+ * Clarify timing of ''anchors-visible'' checks.
2637+ (<a href="https://github.com/w3c/csswg-drafts/issues/12732">Issue 12732</a> )
2638+ * Clarify that the ''align-self/normal'' alignment resolution based on the 'position-area' value
2639+ affects the [=used value=] (which then keys into how overflow is handled per [[CSS-ALIGN-3]] ).
2640+ * Fix algorithm error requiring matching tree roots for anchor name matching,
2641+ since it is sometimes possible to match across shadow tree boundaries.
2642+ (<a href="https://github.com/w3c/csswg-drafts/issues/12941">Issue 12941</a> )
26302643
26312644See also <a href="https://www.w3.org/TR/2025/WD-css-anchor-position-1-20251007/#changes">Previous Changes</a> .
0 commit comments