- From: Cameron McCormack <cam@mcc.id.au>
- Date: Wed, 20 Jun 2012 17:06:31 +1000
- To: "www-dom@w3.org" <www-dom@w3.org>
Cameron McCormack: > 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; Sigh, forgot about nullability! attribute EventHandler? onclick;
Received on Wednesday, 20 June 2012 07:07:04 UTC