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

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

--- Comment #22 from Mark S. Miller <erights@gmail.com> ---
(In reply to comment #21)
> > What is the relevant part of what spec?
> 
> The part where it defines "supported property names".
> 
> That said, WebIDL doesn't actually define anything about how
> getOwnPropertyNames interacts with the supported property names.  It does
> define the interaction with enumeration at
> http://dev.w3.org/2006/webapi/WebIDL/#property-enumeration

That says "[...] Finally, any enumerable own properties or properties from the
object’s prototype chain are then enumerated, in no defined order."

So even if we did take this text as applying to getOwnPropertyNames, wouldn't
this imply that we can have getOwnPropertyNames return the list of own
properties in question "in no defined order"?

And even if it would not imply this, as you point out, it is not talking about
getOwnPropertyNames anyway.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 9 July 2013 19:56:52 UTC