[csswg-drafts] [css-anchor-position] Clarify computed value serialization for `anchor-scope` (#11774)

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

== [css-anchor-position] Clarify computed value serialization for `anchor-scope` ==
`anchor-scope` takes the following value:

```
none | all | <dashed-ident>#
```

If the value is a list of `<dashed-ident>`, it's not clear if the computed value serialization should preserve the order as in the original list.

For example, if the original value is:

```
anchor-scope: --a, --b, --c
```

is this an acceptable computed value serialization:

```
anchor-scope: --b, --a, --c
```

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


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

Received on Tuesday, 25 February 2025 18:15:28 UTC