[csswg-drafts] [css-anchor-position] anchor() arguments should be reorderable (#10317)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-anchor-position] anchor() arguments should be reorderable ==
The syntax of `anchor()` is defined as follows:

```
<anchor()> = anchor( <anchor-element>? <anchor-side>, <length-percentage>? )
```

However we have a CSS design principle that if syntax can be unambiguously reordered, it should be allowed to be reordered. Shouldn't this be

```
<anchor()> = anchor( [ <anchor-element>? && <anchor-side> ], <length-percentage>? )
```
?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10317 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 13 May 2024 01:22:25 UTC