- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 10 Jun 2020 04:12:26 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 June 2020 11:12:39 UTC
@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