Closed
Bug 1172680
Opened 10 years ago
Closed 9 years ago
shadowRoot.cloneNode() creates a DocumentFragment object, not ShadowRoot
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1176757
People
(Reporter: smaug, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [good first bug][lang=c++])
No description provided.
Reporter | ||
Updated•10 years ago
|
Blocks: webcomponents
Reporter | ||
Updated•10 years ago
|
Whiteboard: [good first bug][lang=c++]
Hey, I'd love to have a go at this.
I shall dig into the source tonight and see what I can come up with. Pointers are obviously appreciated.
Sam
Actually, it seems the current version of the spec says:
"Invoking the cloneNode() method on a ShadowRoot instance must always throw a DATA_CLONE_ERR exception.". [1]
Maybe I'll wait for the spec to settle a little, but I'll have a go at implementing what the spec currently says as a familiarity exercise.
[1] http://w3c.github.io/webcomponents/spec/shadow/
Obsoleted by: https://bugzilla.mozilla.org/show_bug.cgi?id=1176757
Comment 4•10 years ago
|
||
If this has been obsoleted should its status be changed from NEW?
Comment 5•9 years ago
|
||
Since this has already been addressed in bug 1176757, closing as a duplicate of that bug.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•