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 452 - L1 Core has no tests that test child nodes of attributes
Summary: L1 Core has no tests that test child nodes of attributes
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 1 (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-02 00:35 UTC by Curt Arnold
Modified: 2004-01-06 16:47 UTC (History)
0 users

See Also:


Attachments
New attribute child node tests (94.88 KB, patch)
2004-01-02 00:36 UTC, Curt Arnold
Details
Fix for hc_attrappendchild6 (1.79 KB, patch)
2004-01-02 20:03 UTC, Curt Arnold
Details

Description Curt Arnold 2004-01-02 00:35:21 UTC
Per request for clarification to WG: http://lists.w3.org/Archives/Member/w3c-
dom-ig/2004Jan/0000.html

There are no existing tests in L1 or L2 Core that test the behavior of child 
node access and manipulation methods (appendChild, replaceChild, normalize, 
etc) for Attr nodes.
Comment 1 Curt Arnold 2004-01-02 00:36:10 UTC
Created attachment 151 [details]
New attribute child node tests
Comment 2 Curt Arnold 2004-01-02 20:03:47 UTC
Created attachment 154 [details]
Fix for hc_attrappendchild6