Bug 86377
Summary: | cloneNode with no arguments should default to deep == true | ||
---|---|---|---|
Product: | WebKit | Reporter: | Boris Zbarsky <bzbarsky> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, Ms2ger |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Boris Zbarsky
IDL at http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html says:
Node cloneNode(optional boolean deep = true);
WebKit uses deep == false when no argument is passed. Gecko gets this right.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
So the spec still hasn't been fixed? It should.
*** This bug has been marked as a duplicate of bug 78887 ***
Ms2ger (he/him; ⌚ UTC+1/+2)
No.