- From: Mason Freed <notifications@github.com>
- Date: Wed, 18 Jan 2023 16:48:10 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 January 2023 00:48:23 UTC
@mfreed7 commented on this pull request. > @@ -4363,6 +4363,26 @@ dom-Range-extractContents, dom-Range-cloneContents --> <a for=tree>children</a> of <var>node</var> and append them to <var>copy</var>, with <var>document</var> as specified and the <i>clone children flag</i> being set. + <li> + <p>If <var>node</var> is a <a for=Element>shadow host</a> whose <a for=/>shadow root</a>'s + <a for=ShadowRoot>clonable</a> is true: + + <ol> + <li><p>Run <a>attach a shadow root</a> with <var>copy</var>, <var>node</var>'s <a for=/>shadow + root</a>'s <a for=ShadowRoot>mode</a>, true, <var>node</var>'s <a for=/>shadow root</a>'s + <a>delegates focus</a>.</p></li> I meant consistency between WHATWG/html and WHATWG/dom. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/892#discussion_r1080707592 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/892/review/1260984358@github.com>
Received on Thursday, 19 January 2023 00:48:23 UTC