- From: David Flanagan <dflanagan@mozilla.com>
- Date: Wed, 15 Jun 2011 00:04:02 -0700
- To: www-dom@w3.org
The Document.createEvent() method is specified with an argument named "interface". When mechanically translated into JavaScript, this causes a syntax error, since "interface" is a reserved word in JavaScript. (And presumably in WebIDL, as well). How about changing it to eventInterfaceName? David
Received on Wednesday, 15 June 2011 07:04:31 UTC