- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Mon, 15 Apr 2013 08:57:58 -0400
- To: Rick Waldron <waldron.rick@gmail.com>
- CC: Daniel Buchner <daniel@mozilla.com>, Scott Miles <sjmiles@google.com>, Allen Wirfs-Brock <allen@wirfs-brock.com>, John J Barton <johnjbarton@johnjbarton.com>, Dimitri Glazkov <dglazkov@google.com>, Rafael Weinstein <rafaelw@google.com>, public-webapps <public-webapps@w3.org>, Blake Kaplan <mrbkap@mozilla.com>, William Chen <wchen@mozilla.com>, Jonas Sicking <jonas@sicking.cc>, Steve Orvell <sorvell@google.com>, Dave Herman <dherman@mozilla.com>
On 4/14/13 5:35 PM, Rick Waldron wrote: > I have a better understanding of problem caused by these generated > HTML*Element constructors: they aren't constructable. I'd like to understand what's meant here. I have a good understanding of how these constructors work in Gecko+SpiderMonkey, but I'm not sure what the lacking bit is, other than the fact that they have to create JS objects that have special state associated with them, so can't work with an object created by the [[Construct]] of a typical function. Is that what you're referring to, or something else? -Boris
Received on Monday, 15 April 2013 12:58:32 UTC