- From: Pedram Emrouznejad <notifications@github.com>
- Date: Tue, 22 Dec 2015 17:10:46 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 23 December 2015 01:11:13 UTC
Is there a way to combine the `:host-context` and `:host` selectors according to the spec? If it's not currently supported, what would the correct syntax look like?
```css
:host-context(.foo) :host(.bar) { }
:host-context(.foo :host(.bar)) { }
:host-context(.foo).bar { }
/* .. etc .. */
```
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/359
Received on Wednesday, 23 December 2015 01:11:13 UTC