Re: Node identity comparisons

As far as the DOM API is concerned, Node identity does not guarantee object
identity. Most existing DOM implementations behave that way, but not all.

Yes, this was an oversight. Oops.

DOM Level 3 will address this by adding an isSameNode() operation to
directly test node identity.

______________________________________
Joe Kesselman  / IBM Research

Received on Friday, 20 April 2001 14:03:36 UTC