@@ -197,7 +197,7 @@ 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 ''auto'' keyword in 'position-anchor' ,
200
+ with the ''position-anchor/ auto'' keyword in 'position-anchor' ,
201
201
or by omitting the anchor reference in [=anchor functions=] .
202
202
203
203
[=Pseudo-elements=]
@@ -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 ''auto'' ,
327
+ or the keyword ''position-anchor/ 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 ''auto'' :
354
+ 2. If |anchor spec| is ''position-anchor/ 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.
@@ -481,7 +481,7 @@ is the element's <dfn>default anchor element</dfn>.
481
481
482
482
Its values are identical to the <<anchor-element>> term
483
483
in ''anchor()'' and ''anchor-size()'' ,
484
- except that the '' position-anchor/ auto'' value
484
+ except that the <dfn value for= position-anchor> auto</dfn> value
485
485
is equivalent to omitting the <<anchor-element>> in ''anchor()''
486
486
(referring to the [=implicit anchor element=] , if one exists).
487
487
0 commit comments