Skip to content

Commit 1e1e4a5

Browse files
[css-anchor-position-1] Change implicit anchor element example (w3c#9014)
Co-authored-by: Tab Atkins Jr <jackalmage@gmail.com>
1 parent 48b1bc0 commit 1e1e4a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ a particular element is an <dfn>implicit anchor element</dfn>
160160
for a given positioned element.
161161

162162
<p class=example>
163-
For example, the Popover API allows a popover
164-
to declare what element is anchoring it.
163+
For example, the HTML spec defines an <{html-global/anchor}> attribute
164+
which allows an element to declare what element it is anchored to.
165165
This makes the declared element the [=implicit anchor element=]
166-
for the popover.
166+
for the element with the attribute.
167167

168168
[=Implicit anchor elements=] can be referenced
169169
with the ''implicit'' keyword,

0 commit comments

Comments
 (0)