- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 15 Mar 2021 08:06:29 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 March 2021 15:06:41 UTC
@annevk 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; I had also raised this in https://github.com/mfreed7/declarative-shadow-dom/issues/9. -- 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_r594417760
Received on Monday, 15 March 2021 15:06:41 UTC