[whatwg] Adding ECMAScript 5 array extras to HTMLCollection

On 8/4/10, Garrett Smith <dhtmlkitchen at gmail.com> wrote:

[...]
>   "submitButton" in form.elements
>
> Existing implementations vary on when they use catchalls. I'd like to
> see standardization for this behavior and codification so that
> implementations behave similarly -- either use a catchall for a
> particular type of collection or use a native object. If a catchall is

Native object either way, but either with a new ES catchall behavior
or with a native ES object, as specified today.

Garrett

Received on Wednesday, 4 August 2010 15:32:49 UTC