[WebIDL] Simplify callbacks

It seems that all callbacks use handleEvent() and we cannot change that at  
this point I think. We should simplify callback syntax to a) make IDL  
easier to read and b) ensure consistency throughout the platform.

addEventListener(DOMString type, Callback(Event)? listener, optional  
boolean capture)


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

Received on Tuesday, 8 November 2011 15:48:31 UTC