Luke Hoban <[email protected]> wrote: > IE10 sort of did. The following code: > (function(){ 'use strict'; return !this; })(); > returns false in IE10. Who knows what other > deviations from the standard there are... > > > That code returns true in IE10 standards mode. See test262.ecmascript.orgfor > tests validating this and other ES5 implementation compatibility. If > you see things not covered there, open bugs suggesting new tests: > https://bugs.ecmascript.org/enter_bug.cgi?product=Test262. >
Indeed, it must have been an earlier IE10 preview version then. I apologize for the accusation. -- Michał Z. Gołębiowski
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

