- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 22 Sep 2022 21:00:25 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 23 September 2022 04:00:37 UTC
@rniwa commented on this pull request.
> @@ -4271,7 +4287,10 @@ invoked, must run these steps:
"{{NotSupportedError!!exception}}" {{DOMException}}.
<li><p>Return a <a lt="clone a node">clone</a> of <a>this</a>, with the
- <i>clone children flag</i> set if <var>deep</var> is true.
+ <i>clone children flag</i> set if <var>deep</var> is true, and the
+ <i>clone shadows flag</i> set if <a>this</a> is a {{DocumentFragment}} whose
It's really bizarre to special case when calling clone on template element's content fragment.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/892#pullrequestreview-1117896104
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/dom/pull/892/review/1117896104@github.com>
Received on Friday, 23 September 2022 04:00:37 UTC