[csswg-drafts] [css-content] Implementations and spec disagree regarding content: url on elements

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

== [css-content] Implementations and spec disagree regarding content: url on elements ==
Per spec, we're supposed to wrap the content in an anonymous inline box, and thus this:

```html
<!doctype html>
<style>
div {
  content: url(..);
  border: 2px solid blue;
}
</style>
<div></div>
```

Is supposed to render a border. No implementation does this right now.

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

Received on Friday, 6 July 2018 07:25:52 UTC