Re: [w3c/webcomponents] ::slotted() shoud full support complex selector!! (#745)

You should probably file this issue against https://github.com/w3c/csswg-drafts/. But some reasons:

 * Something like `::sloted(ul > li)` doesn't make sense, because the `li`, which is what you'd end up selecting, is not slotted.
 * `::slotted(ul) > li`, while reasonable, would slow down stuff, I'd think.

You can probably use custom properties on the `<ul>` and inheritance to style the `<li>`.

-- 
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/745#issuecomment-371458920

Received on Thursday, 8 March 2018 11:22:00 UTC