Re: [csswg-drafts] [cssom] Serialization of a declaration block not idempotent in presence of logical properties. (#3244)

I have not implemented the step added by the commit I linked above. Could you please tell me why `margin-block-start: 10px; margin-bottom: 20px; margin-block-end: 30px` does not serialize to `margin-bottom: 20px; margin-block: 10px 30px`?

I would expect the second example to serialize to `border-width: 1px; border-style: solid; border-block-start-color: green; border-color: blue`? Is it correct?

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


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

Received on Wednesday, 19 October 2022 18:50:50 UTC