- From: Mason Freed <notifications@github.com>
- Date: Tue, 15 Dec 2020 10:52:45 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 15 December 2020 18:52:57 UTC
@mfreed7 commented on this pull request. > @@ -6835,9 +6887,15 @@ for <a>this</a>. <dd><p><a>Throw</a> a "{{SyntaxError!!exception}}" {{DOMException}}. </dl> +<p>The +<dfn method for=Element><code>getInnerHTML(<var>options</var>)</code></dfn> +method, when invoked, must return the result of running <a>HTML fragment serialization algorithm</a>, +given <a>this</a> as <var>node</var>, <i>options.includeShadowRoots</i> as <i>include shadow roots</i>, +and <i>options.closedRoots</i> as <i>closed shadow roots</i>. So as part of this PR (adding declarative Shadow DOM), you also want me to move all of the Element IDL out of here and into HTML? I suppose I can try doing that, but it seems like perhaps that should be a separate PR? This one is already fairly large, and is moving along pretty slowly. I would hate to slow it down further. Having said that, I'll do it if you think it's necessary here. -- 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_r543600767
Received on Tuesday, 15 December 2020 18:52:57 UTC