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

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

--- Comment #6 from Boris Zbarsky <bzbarsky@mit.edu> ---
> Not sure what warning I'd put where, exactly.

To the part about the set of supported names on form, about how the enumeration
behavior this implies is not necessarily all that final...

Note that there is near-zero interop here right now: WebKit only enumerates
indices, IE only enumerates names/ids, afaict, Gecko only enumerates names for
things that have them, indices for the rest.  Until we switch to WebIDL for
form, at which point we'll go with the WebKit behavior for now.

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

Received on Tuesday, 18 June 2013 02:11:11 UTC