[Bug 27424] New: Node.isSameNode() has non-trivial usage

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

            Bug ID: 27424
           Summary: Node.isSameNode() has non-trivial usage
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: philipj@opera.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

https://dom.spec.whatwg.org/#dom-node-issamenode

Chrome use counter data is around 0.01%:
https://www.chromestatus.com/metrics/feature/timeline/popularity/118

The implementation is trivial so there's little to gain from removal.

It looks like Gecko is the only engine to not support it at all, having removed
it in 2012:
https://developer.mozilla.org/en-US/docs/Web/API/Node.isSameNode

In IE it behaves as if:
boolean isSameNode(Node other);

In Blink it behaves as if:
boolean isSameNode(optional Node? other = null);

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 25 November 2014 09:26:14 UTC