Skip to content

Commit 4781b0d

Browse files
gibson042ryzokuken
authored andcommitted
Meta: Update metadata for ES2027
1 parent bfe565d commit 4781b0d

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
</style>
2929
<pre class="metadata">
30-
title: ECMAScript&reg; 2026 Internationalization API Specification
30+
title: ECMAScript&reg; 2027 Internationalization API Specification
3131
shortname: ECMA-402
3232
status: draft
3333
location: https://tc39.es/ecma402/

spec/introduction.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<emu-intro id="introduction">
22
<h1>Introduction</h1>
33
<p>This specification's source can be found at <a href="https://github.com/tc39/ecma402">https://github.com/tc39/ecma402</a>.</p>
4-
<p>The ECMAScript 2026 Internationalization API Specification (ECMA-402 13<sup>th</sup> Edition), provides key language sensitive functionality as a complement to ECMA-262. Its functionality has been selected from that of well-established internationalization APIs such as those of the <dfn id="icu">Internationalization Components for Unicode (ICU) library</dfn> (<a href="https://unicode-org.github.io/icu-docs/">https://unicode-org.github.io/icu-docs/</a>), of the .NET framework, or of the Java platform.</p>
4+
<p>The ECMAScript 2027 Internationalization API Specification (ECMA-402 14<sup>th</sup> Edition), provides key language sensitive functionality as a complement to ECMA-262. Its functionality has been selected from that of well-established internationalization APIs such as those of the <dfn id="icu">Internationalization Components for Unicode (ICU) library</dfn> (<a href="https://unicode-org.github.io/icu-docs/">https://unicode-org.github.io/icu-docs/</a>), of the .NET framework, or of the Java platform.</p>
55
<p>The 1<sup>st</sup> Edition API was developed by an ad-hoc group established by Ecma TC39 in September 2010 based on a proposal by Nebojša Ćirić and Jungshik Shin.</p>
66
<p>The 2<sup>nd</sup> Edition API was adopted by the General Assembly of June 2015, as a complement to the ECMAScript 6<sup>th</sup> Edition.</p>
77
<p>The 3<sup>rd</sup> Edition API was the first edition released under Ecma TC39's new yearly release cadence and open development process. A plain-text source document was built from the ECMA-402 source document to serve as the base for further development entirely on GitHub. Over the year of this standard's development, dozens of pull requests and issues were filed representing several of bug fixes, editorial fixes and other improvements. Additionally, numerous software tools were developed to aid in this effort including Ecmarkup, Ecmarkdown, and Grammarkdown.</p>
@@ -50,4 +50,8 @@ <h1>Introduction</h1>
5050
Ben Allen, Richard Gibson, Ujjwal Sharma<br>
5151
ECMA-402, 13<sup>th</sup> Edition Project Editors
5252
</p>
53+
<p>
54+
Ben Allen, Richard Gibson, Ujjwal Sharma<br>
55+
ECMA-402, 14<sup>th</sup> Edition Project Editors
56+
</p>
5357
</emu-intro>

spec/normative-references.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ <h1>Normative References</h1>
33
<p>The following referenced documents are required for the application of this document. For dated references, only the edition cited applies. For undated references, the latest edition of the referenced document (including any amendments) applies.</p>
44

55
<p>
6-
ECMAScript 2026 Language Specification (<dfn id="ecma262">ECMA-262</dfn> 17<sup>th</sup> Edition, or successor).<br>
6+
ECMAScript 2027 Language Specification (<dfn id="ecma262">ECMA-262</dfn> 18<sup>th</sup> Edition, or successor).<br>
77
<a href="https://www.ecma-international.org/publications/standards/Ecma-262.htm">https://www.ecma-international.org/publications/standards/Ecma-262.htm</a>
88
</p>
99

0 commit comments

Comments
 (0)