Re: [XBL] The XBLImplementationList Interface

On Thu, 7 Dec 2006, Cameron McCormack wrote:
> 
> 5.2 The XBLImplementationList Interface
> 
>   In ECMAScript implementations, objects that implement the
>   XBLImplementationList interface must also implement dereferencing such
>   that dereferencing the object with an integer index returns the value
>   obtained by invoking the item() method with that index as its only
>   argument.
> 
> Dereferencing isn’t a concept from ECMAScript.  This should be 
> rephrased in terms of getting properties with the index as the property 
> name. Suggested text:
> 
>   In ECMAScript implementations, objects that implement the
>   XBLImplementationList interface must also have a [[Get]] method that,
>   when invoked with a property name that is a number between 0 and
>   length-1 (inclusive), returns the XBLImplementation object at that
>   index, just as the item() method does.

Ok.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Tuesday, 9 January 2007 01:22:04 UTC