On Mon, Aug 4, 2014 at 11:43 AM, Mark S. Miller <[email protected]> wrote: > Isn't the early error required only for strict code?
Legacy octal integer literals are banned altogether in strict code. We implement that and have had no trouble with it. We're talking about something different here, legacy *decimal* integer literals starting with 0 and containing 8 or 9. As far as I know, no version of ES has ever permitted this kind of nonsense, but supporting it is apparently required for Web compatibility. (One more great reason to write all your code under "use strict".) Boris and I would like B.1.1 to be changed to match the horrible reality. -j _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

