- From: Jonas Sicking <jonas@sicking.cc>
- Date: Fri, 9 Sep 2011 10:19:01 -0700
- To: Anne van Kesteren <annevk@opera.com>
- Cc: Ian Hickson <ian@hixie.ch>, Webapps WG <public-webapps@w3.org>
>> Anything using the following functions which seem useless or otherwise >> have been discussed to be removed: >> Node.isSameNode >> Text.replaceWholeText > > Could not find the former, noted the latter. I did not know by the way we > wanted to remove isSameNode(). Works for me. a.isSameNode(b) is the same as a == b and a === b when both are Nodes. It's a very silly function. / Jonas
Received on Friday, 9 September 2011 17:19:58 UTC