Re: [w3c/webcomponents] Provide a lightweight mechanism to add styles to a custom element (#468)

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