Re: [whatwg/dom] Add declarative Shadow DOM features (#892)

@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