@@ -197,8 +197,8 @@ for a given positioned element.
197
197
which sets the implicit anchor element.
198
198
199
199
[=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=] .
202
202
203
203
[=Pseudo-elements=]
204
204
have the same [=implicit anchor element=]
@@ -324,7 +324,7 @@ given an <dfn>anchor specifier</dfn>,
324
324
which is either a <<dashed-ident>>
325
325
(and a [=tree-scoped reference=] )
326
326
that should match an 'anchor-name' value elsewhere on the page,
327
- or the keyword ''implicit '' ,
327
+ or the keyword ''auto '' ,
328
328
or nothing (a missing specifier).
329
329
330
330
Note: The general rule captured by these conditions
@@ -351,7 +351,7 @@ in anchor positioning.
351
351
for |query el|
352
352
given the |query el|'s [=default anchor specifier=] .
353
353
354
- 2. If |anchor spec| is ''implicit '' :
354
+ 2. If |anchor spec| is ''auto '' :
355
355
1. If the Popover API defines an [=implicit anchor element=] for |query el|
356
356
which is an [=acceptable anchor element=] for |query el|,
357
357
return that element.
0 commit comments