Bug 6740 - We should support 'new ActiveXObject("MSXML2.DOMDocument");'
Summary: We should support 'new ActiveXObject("MSXML2.DOMDocument");'
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-23 13:42 PST by Eric Seidel (no email)
Modified: 2007-10-28 01:59 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2006-01-23 13:42:48 PST
We should support 'new ActiveXObject("MSXML2.DOMDocument");'

We could simply map this to impl.createDocument().  It might fix a number of compatibility bugs, who knows.
Comment 1 Eric Seidel (no email) 2007-10-28 01:48:24 PDT
I have long since forgotten what site had this that was bugging me.
Comment 2 Alexey Proskuryakov 2007-10-28 01:59:56 PDT
Looks like we don't have a long list of sites that would benefit from this, and thus no incentive to "start any further down the activex slippery slope", per Eric's own words.