[Bug 12295] Make `node instanceof otherWindow.Node` evaluate to false

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12295

Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Simetrical+w3cbug@gmail.com

--- Comment #1 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-04-27 17:24:42 UTC ---
It would be nice if this actually evaluated to true, from an author
perspective, because otherwise "foo instanceof Node" and so on are quite
confusing in the edge case where you've got an iframe or something.  But I
guess it's easier to make it false from an interop perspective . . .

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Wednesday, 27 April 2011 17:24:45 UTC