[Bug 24624] Is the order of HTMLCollection's supported property names valid?

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

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> ---
Arguably, we should not enumerate the names/ids at all and just enumerate the
indices.  That's what Gecko used to do, and more closely matches what websites
expect, which is for every element to be the value for one single key during
the enumeration.

Of course getOwnPropertyNames still needs to be defined.

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

Received on Tuesday, 11 February 2014 23:24:46 UTC