WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
Bug 75509
Kill isSameNode on Node
https://bugs.webkit.org/show_bug.cgi?id=75509
Summary
Kill isSameNode on Node
Ojan Vafai
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
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 ===).
Ahmad Saleem
Comment 2
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!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug