Re: [csswg-drafts] [css-values] Inconsistent position serialization (#2274)

Can I assume the expected changes are as follows?

```diff
If three values are given, the missing offset is assumed to be zero.
+
+ Serializing the 'background-position' is the same as [[css-values-4#position-serialization]].
+ If three components are specified:
+
+   * 'center' is replaced with 'left 50%' when it is the first component, otherwise with 'top 50%'
+   * an omitted offset is replaced with '0 %'
 ```

-- 
GitHub Notification of comment by cdoublev
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2274#issuecomment-1399246901 using your GitHub account


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

Received on Saturday, 21 January 2023 12:57:13 UTC