[Bug 22320] Form's supported property names should perhaps not be enumerable

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22320

--- Comment #16 from Mark S. Miller <erights@gmail.com> ---
(In reply to comment #15)
> > the proposal would simply be to have getOwnPropertyNames return a list of all
> > the own property names.
> 
> That's not a problem.  The problem is the ordering.

Could you please expand on this? IIRC, the ES specs do not specify any
particular order for this.


> 
> > and the complexity of implementing getOwnProperties correctly is not
> > unreasonable.
> 
> The complexity of implementing it for this object as currently defined in
> the spec is unreasonable.

The key phrase here seems to be "as currently defined in the spec". Presumably
the w3 spec? Perhaps the w3 spec should be changed to not deter conformance
with the ES spec? Again, please expand.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 9 July 2013 15:21:52 UTC