[Bug 23565] New: cloneNode IDL does not match reality

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23565

            Bug ID: 23565
           Summary: cloneNode IDL does not match reality
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: bzbarsky@mit.edu
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

The spec has:

  Node cloneNode(optional boolean deep = true);

but the web depends on passing undefined being treated as false.  In particlar,
CKEditor depends on it.  See
https://bugzilla.mozilla.org/show_bug.cgi?id=926305

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 18 October 2013 18:50:36 UTC