ECMAScript 5.1 was approved as an official Ecma standard by the Ecma General Assembly in June 2011.
ECMAScript 5.1 was approved as an official Ecma standard by the Ecma General Assembly in June 2011.
The ECMAScript 5.1 standard is available in <ahref='javascript:void(window.open("http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf"));'>PDF</a> and <ahref='javascript:void(window.open("http://ecma-international.org/ecma-262/5.1/"));'>HTML</a> versions from the Ecma International web site.</p>
The ECMAScript 5.1 standard is available in <ahref='javascript:void(window.open("http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf"));'>PDF</a> and <ahref='javascript:void(window.open("http://ecma-international.org/ecma-262/5.1/"));'>HTML</a> versions from the Ecma International web site.</p>
<pclass="headers">Who creates and maintains test262?</p>
<pclass="headers">Who creates and maintains test262?</p>
<pclass="content">Development of test262 is a project of Ecma TC39. The testing framework and individual tests are created by member organizations of TC39 and contributed to Ecma for use in test262. For more information about how test262 is developed and maintained click the “Development” tab at the top of this page.</p>
<pclass="content">
Development of test262 is a project of Ecma TC39. The
testing framework and individual tests are created by
developers all over the world and contributed to Ecma for
use in test262. For more information about how test262 is
developed and maintained, click the
“Development” tab at the top of this page.
</p>
<pclass="headers">What is the status of test262?</p>
<pclass="headers">What is the status of test262?</p>
<pclass="content"><strong>test262 is not yet complete. It is still undergoing active development.</strong> Some portions of the ES5 specification have very complete test coverage while other portions of the specification have only partial test coverage. Some tests may be invalid or may yield false positive or false negative results. A perfect passing score on test262 does not guarantee that a JavaScript implementation perfectly supports ES5. Because tests are being actively added and modified, tests results from different days or times may not be directly comparable. Click the “Development” tab at the top of this page for instructions for reporting test262 bugs.</p>
<pclass="content"><strong>test262 is not yet complete. It is still undergoing active development.</strong> Some portions of the ES5 specification have very complete test coverage while other portions of the specification have only partial test coverage. Some tests may be invalid or may yield false positive or false negative results. A perfect passing score on test262 does not guarantee that a JavaScript implementation perfectly supports ES5. Because tests are being actively added and modified, tests results from different days or times may not be directly comparable. Click the “Development” tab at the top of this page for instructions for reporting test262 bugs.</p>
<pclass="headers">Where can I find out more?</p>
<pclass="headers">Where can I find out more?</p>
...
@@ -88,11 +95,24 @@
...
@@ -88,11 +95,24 @@
<divclass="content-dev">
<divclass="content-dev">
<pclass="headers">Development</p>
<pclass="headers">Development</p>
<pclass="content">Test262 is being developed by the members of Ecma TC39. Ecma's intellectual property policies permit only Ecma
<pclass="content">
members to directly contribute code to the project. However, a <ahref='javascript:void(window.open("http://mail.mozilla.org/pipermail/test262-discuss/"));'>public mailing list</a> is used to coordinate development of test262. If you wish to participate in the discussion please <ahref='javascript:void(window.open("http://mail.mozilla.org/listinfo/test262-discuss"));'>subscribe</a>. Bug reports and suggestions should be sent to the mailing list.
Test262 is being developed as an open source project and
the maintainers are accepting patches from the community.
hosted on GitHub.com</a>. Bug reports and patches may be
submitted to the GitHub repository.
</p>
</p>
<pclass="content">
<pclass="content">
Ecma members can find detailed instructions on Test262 development procedures at the <ahref='javascript:void(window.open("http://wiki.ecmascript.org/doku.php?id=test262:test262"));'>Test262 Wiki</a>.