- From: <bugzilla@jessica.w3.org>
- Date: Mon, 05 Mar 2012 00:10:48 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16074
Cameron McCormack <cam@mcc.id.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #3 from Cameron McCormack <cam@mcc.id.au> 2012-03-05 00:10:47 UTC ---
I don't think we need this in IDL, because I think we only want to support it
for event handler attributes. I think it would be preferable to throw if we
could, but for legacy. In the IDL in DOM Core we can easily write
typedef [TreatNonCallableAsNull] Function? EventHandler;
for example, and then all specs that define event handler attributes just use
"EventHandler" as the type.
As this is a LC comment, please let me know if you are dissatisfied with this
resolution.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Monday, 5 March 2012 00:10:50 UTC