Re: [csswg-drafts] [cssom] Serialization of `initial` longhand within shorthand for specified style (#8150)

> Should that serialize to `list-style: inside circle;` or `list-style-type: circle; list-style-position: inside; list-style-image: initial;`?

The later. Otherwise it doesn't round-trip, because `list-style: inside circle` should expand to `none`, not `initial`. They are different values (even though in this case they compute to the same thing).

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


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

Received on Tuesday, 29 November 2022 18:54:54 UTC