ECMAScript 2015 is now an Ecma Standard

# Allen Wirfs-Brock (9 years ago)

Ecma international has announced that its General Assembly has approved ECMA-262-6 The ECMAScript 2015 Language Specification as an Ecma standard www.ecma-international.org/news/index.html

The official document is now available from Ecma in HTML at www.ecma-international.org/ecma-262/6.0

and as a PDF at www.ecma-international.org/ecma-262/6.0/ECMA-262.pdf

I recommend that people immediately start using the Ecma HTML version in discussion where they need to link references to sections of the specification.

# Andrea Giammarchi (9 years ago)

congratulations and

I recommend that people immediately start using the Ecma HTML version in discussion where they need to link references to sections of the specification.

good advice !

# Benjamin Gruenbaum (9 years ago)

This is awesome news - now to get someone to make something similar to es5.github.io in terms of readability and ease of use :)

# David Bruant (9 years ago)

Lots of the changes were long awaited. ES2015 is an important milestone. More important even is the momentum and recent changes to the way people can contribute to the standard.

Thank you to everyone involved in making all of this happen!

# C. Scott Ananian (9 years ago)

Filed Pull Requests to es6-shim and core-js to match the late change to the Promise.reject text.

Yay final spec! --scott ​

# Axel Rauschmayer (9 years ago)

FWIW: I’ve made a list of all IDs from the old ES6 HTML spec that don’t work anymore (spoiler: only a few of the symbolic ones):

gist.github.com/rauschma/c144d5d58d7afb3d88b8

# Michael Dyck (9 years ago)

On 15-06-17 12:46 PM, Allen Wirfs-Brock wrote:

Ecma international has announced that its General Assembly has approved ECMA-262-6 /The ECMAScript 2015 Language Specification/ as an Ecma standard www.ecma-international.org/news/index.html

Congrats!

The official document is now available from Ecma in HTML at www.ecma-international.org/ecma-262/6.0

and as a PDF at www.ecma-international.org/ecma-262/6.0/ECMA-262.pdf

So is this effectively "rev39" (referred to in bug responses)?

Where should bug reports on 6th edition go? (bugs.ecmascript.org doesn't appear to have an appropriate "product category".)

# Allen Wirfs-Brock (9 years ago)

On Jun 17, 2015, at 2:34 PM, Michael Dyck wrote:

So is this effectively "rev39" (referred to in bug responses)?

yes, I'll be posting a change summary for rev39

Where should bug reports on 6th edition go? (bugs.ecmascript.org doesn't appear to have an appropriate "product category".)

I've now reated a product for the 6th Edition. The "Draft for 6th Edition" product is now closed for new bug submissions. bugs.ecmascript.org/describecomponents.cgi

# Dmitry Soshnikov (9 years ago)

Congrats the whole TC-39, and special thanks to Allen Wirfs-Brock for the actual great editorial work on the spec!