Re: [w3c/webcomponents] Having slots as element prevents styling empty containers (#701)

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