Re: [webcomponents] Should shadow host have `display: block` by default? (#426)

@domenic 
You should use `:shadow-host` in `<style>` in the same component tree as the target shadow host,
while `:host` has to be used from inside its shadow root.

Thus if a document has several shadow dom components, one `:shadow-host` rule can match all the shadow hosts, while `:host` has to be used in each component.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/426#issuecomment-194670622

Received on Thursday, 10 March 2016 05:12:11 UTC