Skip to content

Commit 5f56927

Browse files
committed
Fix syntax
1 parent 6704a9d commit 5f56927

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

css-anchor-1/Overview.bs

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Taking Scroll Into Account: the 'anchor-scroll' property {#scroll}
417417

418418
<pre class=propdef>
419419
Name: anchor-scroll
420-
Value: none | <<dashed-ident>>
420+
Value: none | implicit | <<dashed-ident>>
421421
Initial: none
422422
Inherited: no
423423
Applies to: [=absolutely-positioned=] elements
@@ -646,8 +646,8 @@ Default Anchors: the 'anchor-default' property</h3>
646646

647647
<pre class=propdef>
648648
Name: anchor-default
649-
Value: <<anchor-element>>
650-
Initial: implicit
649+
Value: none | <<dashed-ident>>
650+
Initial: none
651651
Applies to: [=absolutely positioned=] elements
652652
Inherited: no
653653
Animation type: discrete
@@ -659,6 +659,17 @@ allowing multiple elements to use the same set of [=anchor functions=]
659659
(and [=position fallback lists=]!)
660660
while changing which [=anchor element=] each is referring to.
661661

662+
Values are defined as follows:
663+
664+
<dl dfn-type=value dfn-for=anchor-default>
665+
: <dfn>none</dfn>
666+
:: The property has no effect.
667+
668+
: <dfn><<dashed-ident>></dfn>
669+
:: This <<dashed-ident> is the [=default anchor specifier=] for all
670+
[=anchor functions=] on the element.
671+
</dl>
672+
662673
Its values are identical to the <<anchor-element>> term in ''anchor()'' and ''anchor-size()''.
663674

664675
<div class=example>

0 commit comments

Comments
 (0)