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 245 - DOMImplementation.hasFeature("XML","1.0") expected to be true for HTML implementations
Summary: DOMImplementation.hasFeature("XML","1.0") expected to be true for HTML implem...
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-27 17:13 UTC by Curt Arnold
Modified: 2003-06-28 19:49 UTC (History)
0 users

See Also:


Attachments
Patches (4.10 KB, patch)
2003-06-28 15:49 UTC, Curt Arnold
Details

Description Curt Arnold 2003-06-27 17:13:03 UTC
hc_documentgetimplementation (possibly others) expect that 
DOMImplementation.hasFeature("XML", "1.0") to return true even when running 
tests with HTML content.
Comment 1 Curt Arnold 2003-06-28 15:49:04 UTC
Created attachment 25 [details]
Patches