[csswg-drafts] [css-content] Should content: url(broken) display the broken image icon?

emilio has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-content] Should content: url(broken) display the broken image icon? ==
The following test-case:

```html
<!doctype html>
<div style="content: url(broken)"></div>
```

Shows a broken image icon in WebKit but not Blink. I'm implementing Blink's behavior in https://bugzilla.mozilla.org/show_bug.cgi?id=215083, but may be worth dropping a note or something.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2832 using your GitHub account

Received on Wednesday, 27 June 2018 11:35:32 UTC