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 528 - nodeisequalnode03 incorrectly expects encoding to be significant
Summary: nodeisequalnode03 incorrectly expects encoding to be significant
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:19 UTC by Curt Arnold
Modified: 2004-02-17 05:35 UTC (History)
0 users

See Also:


Attachments
Changes expectation for isEqualNode (1.39 KB, patch)
2004-02-17 00:34 UTC, Curt Arnold
Details

Description Curt Arnold 2004-02-16 16:19:21 UTC
nodeisequalnode03 calls isEqualNode on two documents that are identical except 
for their encoding and expects them to not be equal.  The spec however does 
not explictly mention encoding which should make this difference insignificant.
Comment 1 Curt Arnold 2004-02-17 00:34:42 UTC
Created attachment 231 [details]
Changes expectation for isEqualNode