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

@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