[w3c/webcomponents] Support for pseudo elements with ::slotted() selectors (#655)

This was discussed in Issue #331 but I don't think we came to a conclusion.

The CSS Scoping spec does not explicitly disallow pseudo elements in the "selector list" like the specs for  :not() and :matches() do. Neither does it currently explicitly allow pseudo elements after ::slotted.

Should we:

1. Not support other pseudo elements on ::slotted selectors
2. Support other pseudo elements inside ::slotted(): ::slotted(div::before)
3. Support other pseudo elements after ::slotted(): ::slotted(div)::before

@hayatoito @tabatkins

-- 
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/655

Received on Thursday, 10 August 2017 09:21:18 UTC