Re: Handling of objects with both named and indexed properties is probably incorrect

Boris Zbarsky:
> If the specs want to align with the non-Safari behavior, I think there
> are two options.  Either HTML needs to exclude ids and names that look
> like integers from the set of supported property names, or WebIDL needs
> to be changed so that for objects which support indexed properties step
> 2 of 4.6.2 is skipped if the given property name is an array index
> property name.
>
> Personally, I would prefer this be changed in WebIDL.

I think that's a reasonable change, done:

http://dev.w3.org/cvsweb/2006/webapi/WebIDL/Overview.xml.diff?r1=1.557;r2=1.558;f=h

Received on Thursday, 28 June 2012 02:54:32 UTC