define a callback for event handler attributes to use

I'd like to have this definition added to DOM4:

   [TreatNonCallableAsNull] callback EventHandler = void (Event event);

That would allow specs that define event handler attributes to write for 
example

   attribute EventHandler onclick;

rather than

   [TreatNonCallableAsNull] attribute Function onclick;

Thanks,

Cameron

Received on Wednesday, 20 June 2012 03:01:22 UTC