- From: Mason Freed <notifications@github.com>
- Date: Wed, 31 Mar 2021 09:53:23 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 31 March 2021 16:53:36 UTC
@mfreed7 commented on this pull request. > @@ -5828,6 +5855,11 @@ dictionary ShadowRootInit { required ShadowRootMode mode; boolean delegatesFocus = false; }; + +dictionary GetInnerHTMLOptions { + boolean includeShadowRoots = true; + sequence<ShadowRoot> closedRoots; Please see my comment in https://github.com/mfreed7/declarative-shadow-dom/issues/9#issuecomment-809793894. I've checked with the early implementers (e.g. Origin Trial participants) and they would be ok with these changes. But I don't want to allow too much time for people to start making use of the `getInnerHTML()` API such that we cause compat issues by changing the API shape. -- 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/pull/892#discussion_r605063436
Received on Wednesday, 31 March 2021 16:53:36 UTC