- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 31 Oct 2024 08:54:24 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 31 October 2024 15:54:28 UTC
### What problem are you trying to solve? Certain browser extensions need to query elements across shadow trees in order to implement features such as autofill. ### What solutions exist today? Chrome exposes `chrome.dom.openOrClosedShadowRoot`. Firefox exposes `element.openOrClosedShadowRoot`. Safari has `collectMatchingElementsInFlatTree` defined in window for Safari's autofill implementation. ### How would you solve it? Ideally, we'd come up with an interoperable API for browser extensions that work across browsers. ### Anything else? _No response_ -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1321 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1321@github.com>
Received on Thursday, 31 October 2024 15:54:28 UTC