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

I'd add one more reason that we'd object to this feature: **implementation complexity**.

Making `querySelector` and `querySelectorAll` work across shadow boundaries would require a substantial reworking of our CSS JIT engine, and we're quite frankly uninterested in implementing that.

-- 
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-323321785

Received on Friday, 18 August 2017 10:44:13 UTC