Re: [w3c/webcomponents] "::slotted" pseudo elements (#331)

I think I'd prefer ::slotted(.foo)::before because it's similar to how you add ::before/::after on hosts.

Blink currently supports ::before/::after on hosts using

  :host(.foo)::before

not

  :host(.foo::before)

:host-context(.foo::before) would be strange also.


---
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/331#issuecomment-210157804

Received on Thursday, 14 April 2016 21:35:50 UTC