Re: Accessing the DOM for a currently browsed document

On Fri, 07 Oct 2005 14:05:36 +0200, Jorgen Horstink  
<dom@jorgenhorstink.nl> wrote:
> Current browser vendors have agreed that the window.document object
> implements the HTMLDocument interface. To my mind it is as clear as can  
> be.

Actually, the document DOM attribute is defined by the W3C:
  <http://www.w3.org/TR/DOM-Level-2-Views/views#Views-Interfaces>

Browser vendors have extended that interface with the Window interface:
  <http://whatwg.org/specs/web-apps/current-work/#the-window>

Kind regards,

Anne


-- 
Anne van Kesteren
<http://annevankesteren.nl/>

Received on Friday, 7 October 2005 14:32:08 UTC