Re: [webcomponents] Combining :host-context and :host (#359)

Thanks :+1:

Can confirm it works in Blink too. Paste into address bar:

```
data:text/html, <x-foo id="el" class="bar"></x-foo><script>el.createShadowRoot().innerHTML="<style>:host-context(html):host(.bar) { color:red }</style>should be red"</script>
```

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

Received on Wednesday, 13 January 2016 21:11:51 UTC