This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 529 - nodeisequalnode11 overlooked effects of default attributes
Summary: nodeisequalnode11 overlooked effects of default attributes
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-16 16:42 UTC by Curt Arnold
Modified: 2004-02-17 05:37 UTC (History)
0 users

See Also:


Attachments
changes nodeisequalnode11 (3.36 KB, patch)
2004-02-17 00:37 UTC, Curt Arnold
Details

Description Curt Arnold 2004-02-16 16:42:25 UTC
nodeisequalnode11 expected elem1.isEquals(elem3) to be equal, but since newDoc 
did not have the same DTD, the imported node did not have the same default 
attributes as the original and was therefore unequal.
Comment 1 Curt Arnold 2004-02-17 00:37:01 UTC
Created attachment 232 [details]
changes nodeisequalnode11