- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 08 Mar 2023 18:05:13 +0000
- To: public-css-archive@w3.org
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