[Bug 23565] New: cloneNode IDL does not match reality
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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 on the CC list for the bug.