Re: indexed properties on NodeLists and HTMLCollections

Boris Zbarsky:
> Yeah, that seems fine.  Especially if the property descriptor is just a
> value descriptor.

Yeah, they’ll be configurable, non-writable data properties, and
attempts to reconfigure them via [[DefineOwnProperty]] to make them non-
writable, non-configurable or non-data properties will fail.
(Reconfiguring them with new values will succeed when the interface has
an index setter.)

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Thursday, 16 June 2011 02:12:00 UTC