Re: indexed properties on NodeLists and HTMLCollections

On 6/13/11 11:13 PM, Cameron McCormack wrote:
> I would prefer to go the route of disallowing all user defined array
> index properties on objects with indexed properties, as that is simpler.

Hmmm.  Any idea how web-compatible that is?  If we can get away with 
that, I'd probably be ok with it; not sure about other implementors.

> I’m yet to do any testing for named properties.  There are two
> interfaces that have [OverrideBuiltins], HTMLDocument and
> HTMLFormElement, and I’m guessing that disallowing all user defined
> properties on objects with [OverrideBuiltins] named properties is not
> feasible.

Pretty sure it's not for HTMLDocument....

-Boris

Received on Wednesday, 15 June 2011 20:45:39 UTC