File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ Taking Scroll Into Account: the 'anchor-scroll' property {#scroll}
417417
418418<pre class=propdef>
419419Name : anchor-scroll
420- Value : none | <<dashed-ident>>
420+ Value : none | implicit | <<dashed-ident>>
421421Initial : none
422422Inherited : no
423423Applies to : [=absolutely-positioned=] elements
@@ -646,8 +646,8 @@ Default Anchors: the 'anchor-default' property</h3>
646646
647647<pre class=propdef>
648648Name : anchor-default
649- Value : <<anchor-element >>
650- Initial : implicit
649+ Value : none | <<dashed-ident >>
650+ Initial : none
651651Applies to : [=absolutely positioned=] elements
652652Inherited : no
653653Animation type : discrete
@@ -659,6 +659,17 @@ allowing multiple elements to use the same set of [=anchor functions=]
659659(and [=position fallback lists=] !)
660660while 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+
662673Its values are identical to the <<anchor-element>> term in ''anchor()'' and ''anchor-size()'' .
663674
664675<div class=example>
You can’t perform that action at this time.
0 commit comments