Re: DOM4 not compatible with ACID3 tests

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