RESOLVED FIXED 148959
document.importNode(node, deep): deep's default value should be false
https://bugs.webkit.org/show_bug.cgi?id=148959
Summary document.importNode(node, deep): deep's default value should be false
Chris Dumez
Reported 2015-09-08 09:07:58 PDT
document.importNode(node, deep): deep's default value should be false: https://dom.spec.whatwg.org/#interface-document https://dom.spec.whatwg.org/#dom-document-importnode Firefox and Chrome follow the specification. However, WebKit uses "true" for deep's default value. Note that WebKit use to have "false" as default value but this was changed in Bug 71190 because the DOM spec said to use "false" at the time :(
Attachments
Patch (5.10 KB, patch)
2015-09-08 09:51 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-09-08 09:08:48 PDT
Chris Dumez
Comment 2 2015-09-08 09:51:37 PDT
WebKit Commit Bot
Comment 3 2015-09-08 12:39:50 PDT
Comment on attachment 260765 [details] Patch Clearing flags on attachment: 260765 Committed r189502: <http://trac.webkit.org/changeset/189502>
WebKit Commit Bot
Comment 4 2015-09-08 12:39:54 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.