Re: DOM L2 comments, various

"Stephen R. Savitzky" wrote:
> 
> And in any case it's unlikely that an application will be using an extended
> version of the DOM unless it's prepared to deal with the extensions.

I wouldn't ever say that.  DOM is an API designed for application
portability.  Within the scope of the DOM API, everything should
be _strictly_ conformant ... else that's a bug in that DOM, which
that DOM implementor needs to fix ASAP.

- Dave

Received on Monday, 4 October 1999 17:35:44 UTC