[Bug 23565] cloneNode IDL does not match reality

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

--- Comment #6 from Boris Zbarsky <bzbarsky@mit.edu> ---
In particular, the web compat requirement here is that cloneNode(undefined) do
a shallow clone.  There is no strong web compat requirement of any sort on
cloneNode() with no arguments, since that's only been non-throwing in Gecko for
a short time.  During that time, though, it's consistently done a deep clone.

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

Received on Monday, 21 October 2013 14:53:35 UTC