[Bug 12458] Interface objects should be Functions

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12458

Brendan Eich <brendan@mozilla.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allen@wirfs-brock.com,
                   |                            |brendan@mozilla.org,
                   |                            |erights@gmail.com

--- Comment #6 from Brendan Eich <brendan@mozilla.org> 2011-04-12 01:24:51 UTC ---
What Jonas said. Math is not a constructor and it has no .prototype property,
so there is no .prototype.constructor pointing back to Math.

The DOM crazyland differences are bugs, not features. Whether the Web depends
on any of them is subject to testing. It may be that web content wants typeof
not to be 'function' but I haven't seen enough evidence to throw in the towel.

/be

-- 
Configure bugmail: http://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 Tuesday, 12 April 2011 01:24:53 UTC