Request for clarification 1.2 Tiny uDOM

 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