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

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

--- Comment #17 from Philip Jägenstedt <philipj@opera.com> ---
Thanks, Ryosuke!

Lacking any enthusiasm for removal from IE or WebKit representatives, I think
isSameNode() is here to stay, however useless. Here's my spec:

partial interface Node {
  boolean isSameNode(Node? node);
}

The isSameNode(node) method must return true if node and context object are the
same object, and false otherwise.

In Blink the argument is optional, but if the above makes it into the spec I'll
fix that.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 17 December 2014 15:34:17 UTC