Skip to content

Commit 3856796

Browse files
committed
[css-anchor-position] Make anchor()/anchor-size() keywords in the first arg reorderable. w3c#10317
1 parent 14a2b31 commit 3856796

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-anchor-position-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ The ''anchor()'' function resolves to a <<length>>.
720720
It is only valid to be used in the [=inset properties=].
721721

722722
<pre class=prod>
723-
&lt;anchor()> = anchor( <<anchor-element>>? <<anchor-side>>, <<length-percentage>>? )
723+
&lt;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

0 commit comments

Comments
 (0)