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 482 - HTML compatible tests unnecessarily require validation
Summary: HTML compatible tests unnecessarily require validation
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-23 00:02 UTC by Curt Arnold
Modified: 2004-02-10 06:15 UTC (History)
0 users

See Also:


Attachments
Removes implementationAttribute validating (2.33 KB, patch)
2004-01-23 00:03 UTC, Curt Arnold
Details
Remove hasFeature("XML") precondition on hc_elementnormalize2 (1.01 KB, patch)
2004-02-10 01:14 UTC, Curt Arnold
Details

Description Curt Arnold 2004-01-23 00:02:45 UTC
hc_elementremoveattribute, hc_elementretrieveallattributes, and 
hc_namednodemapremovenameditem all unnecessarily require validation.  This 
precondition was necessary for the original tests (elementremoveattribute et 
al) since they depended on default attribute values from an external subset, 
however the hc_* variants don't.
Comment 1 Curt Arnold 2004-01-23 00:03:25 UTC
Created attachment 202 [details]
Removes implementationAttribute validating
Comment 2 Curt Arnold 2004-01-23 00:04:28 UTC
Reported by David Fauve
Comment 3 David Faure 2004-01-23 09:10:47 UTC
Similarly: the following tests requires XML for no apparent reason 
hc_attrappendchild4  
hc_attrinsertbefore5 
hc_attrinsertbefore7 
hc_elementnormalize2 
 
Comment 4 Curt Arnold 2004-02-10 01:14:07 UTC
Created attachment 222 [details]
Remove hasFeature("XML") precondition on hc_elementnormalize2