Skip to content

Commit b735329

Browse files
committed
[css-anchor-1] Fix broken handling of non-Popover implicit anchors #12636
1 parent 5e43940 commit b735329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ in anchor positioning.
368368
otherwise return nothing.
369369

370370
2. If |anchor spec| is ''position-anchor/auto'':
371-
1. If the Popover API defines an [=implicit anchor element=] for |query el|
372-
which is an [=acceptable anchor element=] for |query el|,
371+
1. If |query el| has an [=implicit anchor element=]
372+
that is an [=acceptable anchor element=],
373373
return that element.
374374

375375
2. Otherwise, return nothing.

0 commit comments

Comments
 (0)