File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -720,7 +720,7 @@ The ''anchor()'' function resolves to a <<length>>.
720720It is only valid to be used in the [=inset properties=] .
721721
722722<pre class=prod>
723- <anchor()> = anchor( <<anchor-element>> ? <<anchor-side>> , <<length-percentage>> ? )
723+ <anchor()> = anchor( <<anchor-element>> ? && <<anchor-side>> , <<length-percentage>> ? )
724724 <dfn><<anchor-element>></dfn> = <<dashed-ident>>
725725 <dfn><<anchor-side>></dfn> = inside | outside
726726 | top | left | right | bottom
@@ -1244,7 +1244,7 @@ The ''anchor-size()'' Function {#anchor-size-fn}
12441244------------------------------
12451245
12461246<pre class=prod>
1247- anchor-size() = anchor-size( <<anchor-element>> ? <<anchor-size>> , <<length-percentage>> ? )
1247+ anchor-size() = anchor-size( <<anchor-element>> ? && <<anchor-size>> , <<length-percentage>> ? )
12481248<dfn><<anchor-size>></dfn> = width | height | block | inline | self-block | self-inline
12491249</pre>
12501250
You can’t perform that action at this time.
0 commit comments