Comment #102 on issue 164 by mendesjuan: Wrong order in Object properties interation
http://code.google.com/p/v8/issues/detail?id=164
@spamfry: Don't twist my words, I obviously didn't mean that you should read the standard and code according to it disregarding the actual implementations. What I said was that if a feature is not in the standard but is a de-facto standard, you should be careful. If there's an easy workaround, I would go with that, that's why I suggested that method instead of appending characters to numeric ids.
We all use innerHTML and I also use document.activeElement. However, relying on order of object iteration seemed like too much. Actually, we used Rhino for scripting parts of our app and property iteration was out of order so we chose not to use it even within the scripts within a page.
Note that I'm totally against removing an existing feature and I'll blast chrome for it. I'm just saying being careful paid off for me.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
