From 9325f0befdb5168887ffa7b2df7d5b4c7d204a8b Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Tue, 5 May 2026 12:46:41 +0100 Subject: [PATCH] updated the intial value and syntax of position-anchor property --- css/properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/properties.json b/css/properties.json index 397e4d52..75b951d0 100644 --- a/css/properties.json +++ b/css/properties.json @@ -9266,7 +9266,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position" }, "position-anchor": { - "syntax": "auto | none | ", + "syntax": "normal | auto | none | | match-parent", "media": "visual", "inherited": false, "animationType": "discrete", @@ -9274,7 +9274,7 @@ "groups": [ "CSS Anchor Positioning" ], - "initial": "none", + "initial": "normal", "appliesto": "absolutelyPositionedElements", "computed": "asSpecified", "order": "perGrammar",