Re: [csswg-drafts] [css-om][css-backgrounds] Serialization of `background: none` (#8496)

About @fantasai's comment:

```js
var {style} = document.body;
style.background = 'url("") blue';
style.background;
```

Gecko: `blue url("")`
Blink: `url("") blue`
WebKit: `url("") blue`

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


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

Received on Wednesday, 8 March 2023 18:05:15 UTC