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 250 - hc_namenodemaprange and variants missing default attribute values
Summary: hc_namenodemaprange and variants missing default attribute values
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: 2003-06-28 12:35 UTC by Curt Arnold
Modified: 2003-06-28 20:07 UTC (History)
0 users

See Also:


Attachments
Patch (1.72 KB, patch)
2003-06-28 16:07 UTC, Curt Arnold
Details

Description Curt Arnold 2003-06-28 12:35:57 UTC
hc_namenodemaprange and similar will fail when the implementation inserted 
attribute nodes for default values from the internal subset (as it should).  
namednodemaprange also evaluates NamedNodeMap.item(...) but doesn't assert 
their value.
Comment 1 Curt Arnold 2003-06-28 16:07:30 UTC
Created attachment 30 [details]
Patch