- From: Takayoshi Kochi <notifications@github.com>
- Date: Thu, 08 Mar 2018 06:33:29 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 8 March 2018 06:33:55 UTC
Yeah, also I'm worried whether selectors without `:host` make any sense in the stylesheet added to a custom element or not. e.g. ```css div { color: green; } ``` can match ``` <my-element> <div>Am I green?</div> </my-element> ``` ? -- 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/468#issuecomment-371393902
Received on Thursday, 8 March 2018 06:33:55 UTC