RE: Concerns regarding the W3 Document Object Model (DOM) Conformance Test Suites

Robert,

It makes me very happy to see activity coming from people behind my
favorite browser in this public list.

> From: Robert Clary [mailto:bclary@netscape.com] 

> Example - document.implementation
> ----
> Internet Explorer does not implement the document.implementation 
> interface of the DOM Core Level 1 specification however the DOM TS 
> provides a work around which creates test documents via a specific 
> version of the  MSXML ActiveX control.


Workarounds are demanded by the DOM spec and IE works according to spec
as well (on this matter ). Indeed the DOM Level 1 Recommendation
requires 'createXXX' factory methods to create objects  ( for example
[1] and [2] ). 

However, the second paragraph of [2] makes quite clear that creation of
DOMImplementation and Document objects is not covered; implementers are
to provide for a proprietary way to create those. This, of course, has
been mentioned before in this list.

Perhaps I don't have the background to anticipate the reasons of this
distinction as decided by the DOM WG but the point is both the Test
Suite and IE behave ok on this subject.


[1] "DOM Interfaces and DOM Implementations"  (list item 3)  
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/introduction.html#ID-
E7C30826

[2] "Memory Management" 
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#I
D-249F15BA



I hope I will find time to comment on the rest of your post.

Kindest regards,

Manos

Received on Wednesday, 27 February 2002 07:07:08 UTC