@@ -197,7 +197,7 @@ for a given positioned element.
197197 which sets the implicit anchor element.
198198
199199[=Implicit anchor elements=] can be referenced
200- with the ''auto'' keyword in 'position-anchor' ,
200+ with the ''position-anchor/ auto'' keyword in 'position-anchor' ,
201201or by omitting the anchor reference in [=anchor functions=] .
202202
203203[=Pseudo-elements=]
@@ -324,7 +324,7 @@ given an <dfn>anchor specifier</dfn>,
324324which is either a <<dashed-ident>>
325325(and a [=tree-scoped reference=] )
326326that should match an 'anchor-name' value elsewhere on the page,
327- or the keyword ''auto'' ,
327+ or the keyword ''position-anchor/ auto'' ,
328328or nothing (a missing specifier).
329329
330330Note: 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 ''auto'' :
354+ 2. If |anchor spec| is ''position-anchor/ 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.
@@ -481,7 +481,7 @@ is the element's <dfn>default anchor element</dfn>.
481481
482482Its values are identical to the <<anchor-element>> term
483483in ''anchor()'' and ''anchor-size()'' ,
484- except that the '' position-anchor/ auto'' value
484+ except that the <dfn value for= position-anchor> auto</dfn> value
485485is equivalent to omitting the <<anchor-element>> in ''anchor()''
486486(referring to the [=implicit anchor element=] , if one exists).
487487
0 commit comments