- From: Takayoshi Kochi <notifications@github.com>
- Date: Wed, 09 Mar 2016 21:11:36 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 10 March 2016 05:12:11 UTC
@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