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

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

--- Comment #30 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
(In reply to comment #26)
> 
> Hi Ian, because in this thread we've discussed both whether certain own
> properties are "enumerable" in the ES sense (enumerated by for/in loops and
> Object.keys) and whether certain own properties are enumerated by
> getOwnProperties -- which should enumerate all own properties, whether
> enumerable or not. I just want to be sure what you're referring to.

For HTML, I'm targeting WebIDL, not ES (JS). WebIDL then defines whatever this
means for JS. The text I just added to HTML is essentially meaningless if you
look too closely, but is supposed to be a stop-gap until heycam fixes this bug.
As far as getOwnProperties and getOwnPropertyNames, if WebIDL doesn't define
how those work for host objects, please file a separate bug.

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

Received on Tuesday, 9 July 2013 20:55:34 UTC