From 7e3210673537d1bf79c788a6ddd25b54e461111e Mon Sep 17 00:00:00 2001 From: Anders Hartvoll Ruud Date: Mon, 13 Oct 2025 13:20:11 +0200 Subject: [PATCH] [css-anchor-position-1] Loose matching for target anchor name 97eef7bb375a5f603f487f8649a36428c21dbcf0 intended to allow cross-shadow anchoring, but didn't adjust the same-tree-root requirement in "determine target anchor element". --- css-anchor-position-1/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-anchor-position-1/Overview.bs b/css-anchor-position-1/Overview.bs index bcd0ec7304c..abd3a869054 100644 --- a/css-anchor-position-1/Overview.bs +++ b/css-anchor-position-1/Overview.bs @@ -421,7 +421,7 @@ in anchor positioning. * |el| is an [=anchor element=] with an [=anchor name=] of |anchor spec|. - * |el|'s [=anchor name=] and |anchor spec| are both associated with the same [=tree=] [=tree/root=]. + * |el|'s [=anchor name=] [=tree-scoped name/loosely matched|loosely matches=] |anchor spec|. Note: The [=anchor name=] is a [=tree-scoped name=], while |anchor spec| is a [=tree-scoped reference=].