- From: Cameron McCormack <cam@mcc.id.au>
- Date: Wed, 20 Jun 2012 13:00:49 +1000
- To: "www-dom@w3.org" <www-dom@w3.org>
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