>> 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

Reply via email to