[w3c/webcomponents] Is <slot> a replaced element or not? (#564)

[Per the WHATWG HTML Spec](https://html.spec.whatwg.org/multipage/rendering.html#flow-content-3), the `<slot>` element is listed in the section "Non-replaced elements". However, given its presentation hint (`display: contents`), it seems that `<slot>` might better be treated as a replaced element. Also Chrome 53+ seems have implemented it as such (`::before` and `::after` selectors no longer work on `<slot>`)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/564

Received on Monday, 12 September 2016 15:54:26 UTC