[whatwg/dom] Add cloneable option to ShadowRootInit (Issue #1137)

Splitting this from declarative Shadow DOM discussion.

We should add `cloneable` boolean flag to `ShadowRootInit`, whose default is false. When this flag is set to true, [cloning](https://dom.spec.whatwg.org/#concept-node-clone) of the shadow host will clone the shadow root along with its descendants if *clone children flag* is set.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1137
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1137@github.com>

Received on Thursday, 15 December 2022 01:34:34 UTC