Skip to content

Commit

Permalink
Editorial: master is now ES2018 draft
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Mar 31, 2017
1 parent eec4f33 commit 8340bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.html
Expand Up @@ -10,14 +10,14 @@
} }
</script> </script>
<pre class=metadata> <pre class=metadata>
title: ECMAScript&reg; 2017 Language Specification title: ECMAScript&reg; 2018 Language Specification
shortname: ECMA-262 shortname: ECMA-262
status: draft status: draft
location: https://tc39.github.io/ecma262/ location: https://tc39.github.io/ecma262/
</pre> </pre>
<emu-intro id="sec-intro"> <emu-intro id="sec-intro">
<h1>Introduction</h1> <h1>Introduction</h1>
<p>This Ecma Standard defines the ECMAScript 2017 Language. It is the eighth edition of the ECMAScript Language Specification. Since publication of the first edition in 1997, ECMAScript has grown to be one of the world's most widely used general-purpose programming languages. It is best known as the language embedded in web browsers but has also been widely adopted for server and embedded applications.</p> <p>This Ecma Standard defines the ECMAScript 2018 Language. It is the eighth edition of the ECMAScript Language Specification. Since publication of the first edition in 1997, ECMAScript has grown to be one of the world's most widely used general-purpose programming languages. It is best known as the language embedded in web browsers but has also been widely adopted for server and embedded applications.</p>

This comment has been minimized.

Copy link
@jonrh

jonrh Apr 3, 2017

The year of the spec was increased from 2017 to 2018 but "eight edition" was not upgraded to "ninth edition". Caused some minor confusion 🙈

This comment has been minimized.

Copy link
@mathiasbynens

mathiasbynens Apr 3, 2017

Member

@jonrh Care to submit a PR?

This comment has been minimized.

Copy link
@bterlson

bterlson Apr 3, 2017

Author Member

I got it.

This comment has been minimized.

Copy link
@bterlson

bterlson Apr 3, 2017

Author Member

I should note though that the minor confusion seemed to have been published before I made this update?

This comment has been minimized.

Copy link
@bterlson

bterlson Apr 3, 2017

Author Member

Fixed: e5f0b2b

<p>ECMAScript is based on several originating technologies, the most well-known being JavaScript (Netscape) and JScript (Microsoft). The language was invented by Brendan Eich at Netscape and first appeared in that company's Navigator 2.0 browser. It has appeared in all subsequent browsers from Netscape and in all browsers from Microsoft starting with Internet Explorer 3.0.</p> <p>ECMAScript is based on several originating technologies, the most well-known being JavaScript (Netscape) and JScript (Microsoft). The language was invented by Brendan Eich at Netscape and first appeared in that company's Navigator 2.0 browser. It has appeared in all subsequent browsers from Netscape and in all browsers from Microsoft starting with Internet Explorer 3.0.</p>
<p>The development of the ECMAScript Language Specification started in November 1996. The first edition of this Ecma Standard was adopted by the Ecma General Assembly of June 1997.</p> <p>The development of the ECMAScript Language Specification started in November 1996. The first edition of this Ecma Standard was adopted by the Ecma General Assembly of June 1997.</p>
<p>That Ecma Standard was submitted to ISO/IEC JTC 1 for adoption under the fast-track procedure, and approved as international standard ISO/IEC 16262, in April 1998. The Ecma General Assembly of June 1998 approved the second edition of ECMA-262 to keep it fully aligned with ISO/IEC 16262. Changes between the first and the second edition are editorial in nature.</p> <p>That Ecma Standard was submitted to ISO/IEC JTC 1 for adoption under the fast-track procedure, and approved as international standard ISO/IEC 16262, in April 1998. The Ecma General Assembly of June 1998 approved the second edition of ECMA-262 to keep it fully aligned with ISO/IEC 16262. Changes between the first and the second edition are editorial in nature.</p>
Expand All @@ -41,7 +41,7 @@ <h1>Introduction</h1>
<!-- es6num="1" --> <!-- es6num="1" -->
<emu-clause id="sec-scope"> <emu-clause id="sec-scope">
<h1>Scope</h1> <h1>Scope</h1>
<p>This Standard defines the ECMAScript 2017 general-purpose programming language.</p> <p>This Standard defines the ECMAScript 2018 general-purpose programming language.</p>
</emu-clause> </emu-clause>


<!-- es6num="2" --> <!-- es6num="2" -->
Expand Down

0 comments on commit 8340bf9

Please sign in to comment.