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

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

--- Comment #8 from Philip Jägenstedt <philipj@opera.com> ---
Yes, webkit-prefixed and other webkit-only APIs are a bigger problem, I've
removed many of them and will try to remove as many more as possible. I don't
know what to do about the ones required for Web compat, a Prefixes Standard
seems like one way to go.

I don't know if isSameNode() is required for Web compat for non-Gecko browsers,
and currently have no way of finding out other than attempting the removal. If
isSameNode() remains in the spec, maybe someone working on Safari or IE will
have better luck.

If spec'd, I think it should be isSameNode(Node? node), like isEqualNode.

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

Received on Tuesday, 9 December 2014 20:51:18 UTC