You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-anchor-position-1/Overview.bs
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -503,7 +503,7 @@ Default Anchors: the 'position-anchor' property</h3>
503
503
504
504
<pre class=propdef>
505
505
Name: position-anchor
506
-
Value: normal | none | auto | <<anchor-name>>
506
+
Value: normal | none | auto | <<anchor-name>> | match-parent
507
507
Initial: normal
508
508
Applies to: [=absolutely positioned boxes=]
509
509
Inherited: no
@@ -536,6 +536,13 @@ and (by default) all [=anchor functions=] applied to this element.
536
536
::
537
537
The [=target anchor element=] selected by the specified <<anchor-name>>
538
538
is the box's [=default anchor element=].
539
+
540
+
: <dfn>match-parent</dfn>
541
+
::
542
+
Uses the same [=default anchor element=] as the parent--
543
+
or [=originating element=], if this is a [=pseudo-element=]--
544
+
if any, and if that would be an [=acceptable anchor element=].
545
+
Otherwise, the box has no [=default anchor element=].
539
546
</dl>
540
547
541
548
The [=principal box=] of the [=default anchor element=]
@@ -2697,9 +2704,11 @@ Changes {#changes}
2697
2704
=======
2698
2705
2699
2706
Significant changes since the <a href="https://un5gmtkzgkj46tygt32g.julianrbryant.com/TR/2026/WD-css-anchor-position-1-20260130/">30 January 2026 Working Draft</a>:
2700
-
* Mark 'position-area' as discretely animatable.
2707
+
* Added ''position-area/match-parent'' value to 'position-area'.
Significant changes since the <a href="https://un5gmtkzgkj46tygt32g.julianrbryant.com/TR/2025/WD-css-anchor-position-1-20251222/">22 December 2025 Working Draft</a>:
0 commit comments