[Bug 17722] All interface objects should have a 'length' property

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

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #2 from Boris Zbarsky <bzbarsky@mit.edu> 2012-07-10 06:43:58 UTC ---
Per spec, interface objects are always functions, functions in ES5 have a
length.  WebIDL's only business here is defining what that length should be. 
It does so for cases when there is a [Constructor]; presumably this bug is
about the cases when there isn't one?

-- 
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 Tuesday, 10 July 2012 06:44:04 UTC