Skip to content

Commit 4d21e1a

Browse files
committed
[css-anchor-position][editorial] fix linking
1 parent 87d717a commit 4d21e1a

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,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',
201201
or by omitting the anchor reference in [=anchor functions=].
202202

203203
[=Pseudo-elements=]
@@ -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 ''auto'',
327+
or the keyword ''position-anchor/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 ''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

482482
Its values are identical to the <<anchor-element>> term
483483
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
485485
is equivalent to omitting the <<anchor-element>> in ''anchor()''
486486
(referring to the [=implicit anchor element=], if one exists).
487487

0 commit comments

Comments
 (0)