- From: James Bentley <James.Bentley@guideworkstv.com>
- Date: Wed, 6 Jul 2005 09:43:04 -0600
- To: "'www-svg@w3.org'" <www-svg@w3.org>
Received on Wednesday, 6 July 2005 15:43:12 UTC
The following is from the current working draft: A.2.1 Document Access The SVG uDOM offers access to Document object which is the root for accessing other features. The way the Document object becomes available depends on the usage context. One way to gain access to the Document object is to implement the EventListenerInitializer2 interface. The SVG Tiny user agent will invoke the implementation's initializeEventListeners (dom::Document doc) method once the programming logic has been loaded and is ready to bind to the document. The Document object is sometimes accessible through other means, for example as the global 'document' variable in ECMAScript. Doesn't this assume that the EventInitializer Interface is present? Shouldn't the EventInitializer interface be in the uDOM specification? Thank you.
Received on Wednesday, 6 July 2005 15:43:12 UTC