I'm trying to use "for" as an object property name. It seems to work fine in IE7, IE8, Firefox, Chrome and Opera, but apparently not in Safari.
My understanding is that ECMAScript 5 allows it (as discussed in JavaScript keywords in hash keys).
Can I get a definitive list of browsers that support/don't support this somewhere?
EDIT: Actually, CoffeeScript's auto-stringification of reserved word property names is what led me to believe that it works. After re-testing properly it doesn't seem to work anywhere, so the question now is: are there any browsers that allow it as per ECMAScript 5 specification?