Skip to content

Commit 87d717a

Browse files
committed
[css-anchor-position] Remove lingering referenced to the 'implicit' keyword. w3c#10312
1 parent 458d494 commit 87d717a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-anchor-position-1/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ for a given positioned element.
197197
which sets the implicit anchor element.
198198

199199
[=Implicit anchor elements=] can be referenced
200-
with the ''implicit'' keyword,
201-
rather than referring to some 'anchor-name' value.
200+
with the ''auto'' keyword in 'position-anchor',
201+
or by omitting the anchor reference in [=anchor functions=].
202202

203203
[=Pseudo-elements=]
204204
have the same [=implicit anchor element=]
@@ -324,7 +324,7 @@ given an <dfn>anchor specifier</dfn>,
324324
which is either a <<dashed-ident>>
325325
(and a [=tree-scoped reference=])
326326
that should match an 'anchor-name' value elsewhere on the page,
327-
or the keyword ''implicit'',
327+
or the keyword ''auto'',
328328
or nothing (a missing specifier).
329329

330330
Note: The general rule captured by these conditions
@@ -351,7 +351,7 @@ in anchor positioning.
351351
for |query el|
352352
given the |query el|'s [=default anchor specifier=].
353353

354-
2. If |anchor spec| is ''implicit'':
354+
2. If |anchor spec| is ''auto'':
355355
1. If the Popover API defines an [=implicit anchor element=] for |query el|
356356
which is an [=acceptable anchor element=] for |query el|,
357357
return that element.

0 commit comments

Comments
 (0)