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+

Anders Carlsson
Reported 2005-10-26 01:08:42 PDT
The DOM level 3 function isEqualNode should be implemented.
Attachments
Implement isEqualNode (21.84 KB, patch)
2005-10-26 01:23 PDT, Anders Carlsson
no flags
Move attribute checking (23.34 KB, patch)
2005-10-26 12:02 PDT, Anders Carlsson
mjs: review+
Anders Carlsson
Comment 1 2005-10-26 01:23:45 PDT
Created attachment 4482 [details] Implement isEqualNode
Vicki Murley
Comment 2 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
Darin Adler
Comment 3 2005-10-26 09:39:35 PDT
Comment on attachment 4482 [details] Implement isEqualNode Looks great. r=me
Anders Carlsson
Comment 4 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.
Maciej Stachowiak
Comment 5 2005-10-26 12:43:56 PDT
Comment on attachment 4485 [details] Move attribute checking r=me
Lucas Forschler
Comment 6 2019-02-06 09:04:12 PST
Mass moving XML DOM bugs to the "DOM" Component.
Note You need to log in before you can comment on or make changes to this bug.