Bug 5513 - Implement isEqualNode
Summary: Implement isEqualNode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 01:08 PDT by Anders Carlsson
Modified: 2019-02-06 09:04 PST (History)
1 user (show)

See Also:


Attachments
Implement isEqualNode (21.84 KB, patch)
2005-10-26 01:23 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Move attribute checking (23.34 KB, patch)
2005-10-26 12:02 PDT, Anders Carlsson
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.