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

That's the case in Firefox:

```js
var {style} = document.createElement("div");
style.listStyle = "url()";
style.listStyleType; // Firefox: "disc". Blink/WebKit: "initial"
```

If the image is valid it doesn't matter since `list-style-type` will be ignored. If the image is invalid, falling back to `disc` doesn't sound bad. But only Blink seems to fall back to `list-style-type` for invalid images.

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


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

Received on Wednesday, 30 November 2022 13:28:59 UTC