Bug 125285 - Implement cloneNode for Document
Summary: Implement cloneNode for Document
Status: RESOLVED DUPLICATE of bug 11646
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate, WebExposed
Depends on:
Blocks:
 
Reported: 2013-12-04 23:38 PST by Ryosuke Niwa
Modified: 2013-12-05 00:13 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-12-04 23:38:20 PST
Consider merging https://chromium.googlesource.com/chromium/blink/+/56504cf75d798cf192c25fbcbfff15213b72bcab

Implement cloneNode for Document

When cloning HTMLDocument and SVGDocument we need to ensure that we
create a new HTMLDocument and SVGDocument respectively.

http://dom.spec.whatwg.org/#dom-node-clonenode
Comment 1 Alexey Proskuryakov 2013-12-05 00:13:34 PST
> HTMLDocument and SVGDocument

Blink still doesn't have MathML?

*** This bug has been marked as a duplicate of bug 11646 ***