Bug 75509 - Kill isSameNode on Node
Summary: Kill isSameNode on Node
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-03 18:32 PST by Ojan Vafai
Modified: 2022-08-02 08:18 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2012-01-03 18:32:44 PST
Gecko removed it in https://bugzilla.mozilla.org/show_bug.cgi?id=687400 and it will soon be expunged from DOM4 as per: http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1361.html
Comment 1 Alexey Proskuryakov 2012-01-03 20:45:28 PST
As mentioned in the Gecko bug, there is quite a number of uses found by code search. And there is already a report of site brokenness.

It's clear that this method causes confusion, but it's quite harmless (minor performance degradation when compared to using ===).
Comment 2 Ahmad Saleem 2022-08-02 04:22:41 PDT
Firefox added it back here - https://bugzilla.mozilla.org/show_bug.cgi?id=1256299

We have WPT coverage as well - https://wpt.fyi/results/dom/nodes/Node-isSameNode.html?label=master&label=experimental&aligned&view=subtest&q=issamenode

I think this bug can be marked as "RESOLVED INVALID" or "RESOLVED WONTFIX". Thanks!