Re: Unclear behavior of dictionary member default values

On Sat, Jun 9, 2012 at 5:03 PM, Jonas Sicking <jonas@sicking.cc> wrote:
> Sorry, I was being too short. Events created using createEvent doesn't
> use dictionaries at all since they are initialized using the old
>
> var myevent = document.createEvent("...");
> myevent.initXEvent(...);
>
> where initXEvent doesn't take any dictionary members. Or am I missing something?

Right, meaning you cannot use dictionaries to define the default
attribute values of those interfaces.


-- 
Anne — Opera Software
http://annevankesteren.nl/
http://www.opera.com/

Received on Sunday, 10 June 2012 06:58:09 UTC