- From: Rhy Moore <notifications@github.com>
- Date: Fri, 19 Oct 2018 20:38:16 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 20 October 2018 03:38:37 UTC
Am I understanding this correctly? ```css my-layout-component:not(:has(slot:has-assigned)) { display: none; } ``` Would be pretty close. Only, there's no `:has-assigned` specified yet and `:has` won't actually work for this purpose because it's not part of the live profile? -- 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/701#issuecomment-431545210
Received on Saturday, 20 October 2018 03:38:37 UTC