[Bug 16074] Define |[TreatNonCallableAsNull] Function?| as a builtin

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 the QA contact for the bug.

Received on Monday, 5 March 2012 00:10:50 UTC