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

@annevk commented on this pull request.



> @@ -5872,6 +5896,10 @@ dictionary ShadowRootInit {
   required ShadowRootMode mode;
   boolean delegatesFocus = false;
 };
+
+dictionary GetInnerHTMLOptions {
+  boolean includeShadowRoots = true;

At the very least this should say OpenShadowRoots, but it seems better to me if we did not have a separate API here for open and closed.

-- 
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/858#pullrequestreview-427950068

Received on Wednesday, 10 June 2020 11:12:39 UTC