Bug 5513

Summary: Implement isEqualNode
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: DOMAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Implement isEqualNode
none
Move attribute checking mjs: review+

Description Anders Carlsson 2005-10-26 01:08:42 PDT
The DOM level 3 function isEqualNode should be implemented.
Comment 1 Anders Carlsson 2005-10-26 01:23:45 PDT
Created attachment 4482 [details]
Implement isEqualNode
Comment 2 Vicki Murley 2005-10-26 03:39:14 PDT
isEqualNode is needed for the xhtml tests - technically 4565 only covers the html tests, so the 
dependency on 4565 should be removed
Comment 3 Darin Adler 2005-10-26 09:39:35 PDT
Comment on attachment 4482 [details]
Implement isEqualNode

Looks great. r=me
Comment 4 Anders Carlsson 2005-10-26 12:02:48 PDT
Created attachment 4485 [details]
Move attribute checking

Both Maciej and Hyatt suggested that I move the attribute checking into
NamedNodeMapImpl, so I've updated the patch to do so.
Comment 5 Maciej Stachowiak 2005-10-26 12:43:56 PDT
Comment on attachment 4485 [details]
Move attribute checking

r=me
Comment 6 Lucas Forschler 2019-02-06 09:04:12 PST
Mass moving XML DOM bugs to the "DOM" Component.