Re: [whatwg/dom] Match querySelector for pseudo elements (::slotted()) (#463)

@tabatkins do you have any updates on this?

Especially I'd like to hear if there is necessity or strong reason to make a selector work in a consistent way as much as possible in stylesheets and for querySelector API.
IMO, as the querySelector API is a DOM API, and we already have some discrepancies (e.g. cannot select pseudo elements by querySelector) between CSS and DOM,  not returning an element outside of the context object's tree and not matching boundary-piercing pseudos are acceptable solutions here.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/463#issuecomment-325251323

Received on Monday, 28 August 2017 03:23:42 UTC