RESOLVED DUPLICATE of bug 78887 86377
cloneNode with no arguments should default to deep == true
https://bugs.webkit.org/show_bug.cgi?id=86377
Summary cloneNode with no arguments should default to deep == true
Boris Zbarsky
Reported 2012-05-14 08:37:29 PDT
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
Alexey Proskuryakov
Comment 1 2012-05-14 13:49:16 PDT
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)
Comment 2 2012-05-14 13:55:14 PDT
No.
Note You need to log in before you can comment on or make changes to this bug.