Re: [WICG/webcomponents] Support `>>>` combinator in static profile (#78)

> As of Chrome 89.0.4357, using /deep/ in querySelectorAll() now throws an exception. I can't readily tell from this thread whether a replacement was ever created.
> 
> (My scenario was a browser extension called moarTLS: I want to scan every in the page, whether in a shadow or not, to determine whether its href points to HTTPS or HTTP.)

Just to confirm, Shadow DOM v0 and Custom Elements v0 have both been removed from Chromium in v89+. And that includes the (long deprecated) `/deep/` combinator. Using any combinator with a '/' now throws an exception, as it always has in Safari and Firefox. And as @rniwa said, there's no replacement for `/deep/` in Shadow DOM v1, sorry.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/78#issuecomment-754770584

Received on Tuesday, 5 January 2021 17:11:43 UTC