Re: DOM3EV: Editorial comments

Robin Berjon:
> It's the other way around in fact, the EventListener is mapped to  
> Function

Surely mapping things to an EventListener interface, which is meant to
be language independent construct, is more sensible than mapping
everything to ES Function objects, something that is language specific.

This also wouldn't scale to any interface that requires more than one
method to be implemented on it.

> (and currently, not give a handleEvent member, though I  
> think it would be better to have one pointing back to the object  
> itself, for compatibility with at least ASV and possibly other SVG UAs).

So that it actually implements EventListener? :)

-- 
 Cameron McCormack			ICQ: 26955922
 cam (at) mcc.id.au			MSN: cam (at) mcc.id.au
 http://mcc.id.au/			JBR: heycam (at) jabber.org

Received on Thursday, 20 April 2006 12:26:57 UTC