A: 

At the moment I don't think there are any browsers that support ECMAScript 5th Edition.

There is a good write up on it at http://en.wikipedia.org/wiki/ECMAScript

AutomatedTester
A: 

I don't think that strict mode is currently supported by any browser ; for instance, the page about ECMAScript 5 support in Mozilla is quite poor -- and Mozilla's engine is generally not the worse one...

And browsers generally tend to support ECMAScript 3...


As a reference for those who might read this question an wonder "what is strict mode ?", here's an interesting post about it : ECMAScript 5 Strict Mode, JSON, and More

Pascal MARTIN