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 444 - Add tests that check setAttributeNS where qualified name has no prefix
Summary: Add tests that check setAttributeNS where qualified name has no prefix
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: 2003-12-22 16:26 UTC by Curt Arnold
Modified: 2003-12-22 21:55 UTC (History)
0 users

See Also:


Attachments
Adds DOMWriterTest5 and 6 (8.63 KB, patch)
2003-12-22 16:55 UTC, Curt Arnold
Details

Description Curt Arnold 2003-12-22 16:26:48 UTC
http://lists.w3.org/Archives/Public/www-dom/2003OctDec/0062.html asked for 
clarification on the expected behavior of setAttributeNS where namespaceURI is 
non-null and qualifiedName contains no prefix.  The WG's resolution was that 
additional tests should be added to the test suite to cover the expected 
behavior.

The existing L2 tests elementsetattributens01 and 03 appear to adequately 
address the expected behavior in memory.  DOMWriterTest5 was added to test 
proper serialization.  DOMWriterTest6 is similar to 5 except a prefix is 
specified in the call to setAttributeNS.
Comment 1 Curt Arnold 2003-12-22 16:55:05 UTC
Created attachment 138 [details]
Adds DOMWriterTest5 and 6