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 459 - Multiple L3 Core tests call setAttributeNS with null value
Summary: Multiple L3 Core tests call setAttributeNS with null value
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-01-08 11:38 UTC by Curt Arnold
Modified: 2004-02-19 22:39 UTC (History)
0 users

See Also:


Attachments
Eliminated calls to setAttributeNS(ns, name, null) (2.81 KB, patch)
2004-02-19 17:38 UTC, Curt Arnold
Details

Description Curt Arnold 2004-01-08 11:38:01 UTC
documentadoptnode26, 27 and maybe many more tests call setAttributeNS with a 
null for the value parameter.  The spec does not require that implementations 
treat that as an empty string as Xerces-J does, they could through an 
implementation exception which would cause these tests to fail.  I will need 
to survey the tests by running them against a hacked version of Xerces to 
identify call the tests affected by this issue.
Comment 1 Curt Arnold 2004-02-19 17:38:01 UTC
Created attachment 241 [details]
Eliminated calls to setAttributeNS(ns, name, null)