Re: [csswg-drafts] [css-scoping] Please bring back scoped styles (#3547)

@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