This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15497 - [Shadow]: Research implementer's feedback on cloning shadow DOM subtrees
Summary: [Shadow]: Research implementer's feedback on cloning shadow DOM subtrees
Status: RESOLVED WONTFIX
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 15480
  Show dependency treegraph
 
Reported: 2012-01-10 18:24 UTC by Dimitri Glazkov
Modified: 2013-07-17 16:52 UTC (History)
0 users

See Also:


Attachments

Description Dimitri Glazkov 2012-01-10 18:24:33 UTC
As currently specified (http://dvcs.w3.org/hg/webcomponents/rev/769c949cd10c), you can't call cloneNode() on a ShadowRoot instance -- because you can't create a ShadowRoot instance without associating it with a host, and cloning ShadowRoot with associated host will produce nonsensical results.

We should see if there's actually a need for a working cloneNode() method for ShadowRoot instances.
Comment 1 Dimitri Glazkov 2013-07-17 16:52:35 UTC
Nobody asked for this in a while. Closing.