- From: <bugzilla@jessica.w3.org>
- Date: Sun, 13 Mar 2011 21:02:02 +0000
- To: public-script-coord@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12295 Summary: Make `node instanceof otherWindow.Node` evaluate to false Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: WebIDL AssignedTo: cam@mcc.id.au ReportedBy: cam@mcc.id.au QAContact: member-webapi-cvs@w3.org CC: jgraham@opera.com, mike@w3.org, public-script-coord@w3.org And exceptions, too. Test: http://people.mozilla.org/~cmccormack/tests/instanceof-other-window.html | (Node, DOMException, Object) --------------------|----------------------------- Firefox 4 RC | (true, true, false) WebKit r78794 | (false, false, false) Opera 11.01 | (false, false, false) IE 9 RC | (false, false, false) Chrome 10.0.648.133 | (false, false, false) -- 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 Sunday, 13 March 2011 21:02:05 UTC