[Bug 14916] WebIDL has no function type

https://www.w3.org/Bugs/Public/show_bug.cgi?id=14916

Cameron McCormack <cam@mcc.id.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #3 from Cameron McCormack <cam@mcc.id.au> 2011-12-28 06:19:18 UTC ---
We now have callbacks in Web IDL, so HTML's Function can be defined as:

  callback Function = any (any... arguments);

This is less weird.  I don't think we really need to move it across to Web IDL;
the weirdness of the Timer APIs is not something I think we want to propagate
to new APIs.

Aryeh, let me know if not adding this definition to Web IDL itself is
acceptable, thanks.

-- 
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 Wednesday, 28 December 2011 06:19:20 UTC