- From: Emilio Cobos Álvarez <notifications@github.com>
- Date: Thu, 08 Mar 2018 11:21:37 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 8 March 2018 11:22:00 UTC
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