Re: What is the meaning of the DOM ECMAScript binding?

> The DOM is an API, not a set of specific variables. It expressed absolutely
> no opinion on what your variable are called; it just says that if you have
> an object which presents the Document interface, it will have thus-and-such
> methods and properties and behaviors.

On the other hand, to the extend that it's an API that can't be bootstrapped
(through standard-specified symbols) it's guaranteeing portability bugs.

I see no reason why DOM shouldn't standardize ways to get at a Document
in those contexts where a particular implementation ("the one glued to this
browser window/database/...") isn't needed.

- Dave

Received on Friday, 9 November 2001 21:23:57 UTC