Skip to content

Commit 0c0127c

Browse files
authored
[css-anchor-position-1] Loose matching for target anchor name (#12941)
97eef7b intended to allow cross-shadow anchoring, but didn't adjust the same-tree-root requirement in "determine target anchor element".
1 parent 36207d1 commit 0c0127c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ in anchor positioning.
421421

422422
* |el| is an [=anchor element=] with an [=anchor name=] of |anchor spec|.
423423

424-
* |el|'s [=anchor name=] and |anchor spec| are both associated with the same [=tree=] [=tree/root=].
424+
* |el|'s [=anchor name=] [=tree-scoped name/loosely matched|loosely matches=] |anchor spec|.
425425

426426
Note: The [=anchor name=] is a [=tree-scoped name=],
427427
while |anchor spec| is a [=tree-scoped reference=].

0 commit comments

Comments
 (0)