[Webkit-unassigned] [Bug 86377] New: cloneNode with no arguments should default to deep == true

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 08:38:25 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86377

           Summary: cloneNode with no arguments should default to deep ==
                    true
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bzbarsky at mit.edu


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list