- From: Heydon Pickering via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Mar 2019 08:18:43 +0000
- To: public-css-archive@w3.org
@tabatkins The limitations of `::slotted` seem to be many. I don't seem to be able to use combinators, for example (so not depth related)? ```css ::slotted(*) + * /* Nope */ ::slotted(* + *) /* Nope */ ::slotted(*) + ::slotted(*) /* Nope */ ``` -- GitHub Notification of comment by Heydon Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3547#issuecomment-472323089 using your GitHub account
Received on Wednesday, 13 March 2019 08:18:44 UTC