aboutsummaryrefslogtreecommitdiffstats
path: root/website/default.html
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2011-03-11 14:14:23 -0800
committerDavid Fugate <dfugate@microsoft.com>2011-03-11 14:14:23 -0800
commit0edb82f7164760f860e9df291c863eae218e7aea (patch)
tree6fbcf4a58633b6b683936bbc90b9de0ffb51f21e /website/default.html
parent2a7b5435d7a2ea9573935810096b8bdafcfb8df6 (diff)
Fixed a number of small issues with the website.
Diffstat (limited to 'website/default.html')
-rw-r--r--website/default.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/website/default.html b/website/default.html
index aac80c8f9..4a9237bb5 100644
--- a/website/default.html
+++ b/website/default.html
@@ -45,7 +45,7 @@
<div class="logoHeader">
<div class="logoBg"><img src="resources/images/logo.png" /></div>
<div class="ecmascriptbacklink">
- <p><a href="http://www.ecmascript.org/">ECMAScript.org</a></p>
+ <p><a href='javascript:void(window.open("http://www.ecmascript.org/"));'>ECMAScript.org</a></p>
</div>
</div>
<!-- This Container holds the Navigation -->
@@ -63,29 +63,29 @@
<p class="headers">What is test262?</p>
<p class="content">test262 is a test suite that may be used to check how closely a JavaScript implementation follows the ECMAScript 5th Edition Specification. The test suite contains thousands of individual tests, each of which tests some specific requirements of the ECMAScript specification.</p>
<p class="headers">What is ECMAScript?</p>
- <p class="content">"ECMAScript" is the name under which the language more commonly known as "JavaScript" is standardized. Development of the ECMAScript standard is the responsibility of <a href='javascript:void(window.open("http://www.ecma-international.org/memento/TC39.htm"));'>Technical Committee 39 (TC39)</a> of <a href='javascript:void(window.open("http://www.ecma-international.org/"));'>Ecma International</a>. The ECMAScript standard is officially known as ECMA-262. ECMAScript 5 (or just ES5) is short hand for the "ECMA-262, 5th Edition ECMAScript Language Specification" the official name of the current edition of the standard. ECMAScript 5 was approved as an official Ecma standard by the the Ecma General Assembly on December 3, 2009. <a href='javascript:void(window.open("http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf"));'>The ECMAScript 5 Specification (PDF)</a> is available from the Ecma International web site.</p>
+ <p class="content">"ECMAScript" is the name under which the language more commonly known as "JavaScript" is standardized. Development of the ECMAScript standard is the responsibility of <a href='javascript:void(window.open("http://www.ecma-international.org/memento/TC39.htm"));'>Technical Committee 39 (TC39)</a> of <a href='javascript:void(window.open("http://www.ecma-international.org/"));'>Ecma International</a>. The ECMAScript standard is officially known as ECMA-262. ECMAScript 5 (or just ES5) is short hand for the "ECMA-262, 5th Edition ECMAScript Language Specification" the official name of the current edition of the standard. ECMAScript 5 was approved as an official Ecma standard by the Ecma General Assembly on December 3, 2009. <a href='javascript:void(window.open("http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf"));'>The ECMAScript 5 Specification (PDF)</a> is available from the Ecma International web site.</p>
<p class="headers">Who creates and maintains test262?</p>
<p class="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>
<p class="headers">What is the status of test262?</p>
<p class="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>
<p class="headers">Running the Tests</p>
- <p class="content">Click the “Run Tests” tab at the top of this page for instructions and follow the instructions to run the tests.</p>
+ <p class="content">Click the “Run” tab at the top of this page for instructions and follow the instructions to run the tests.</p>
</div>
<div class="content-dev">
<p class="headers">Development</p>
<p class="content">Test262 is being developed by the members of Ecma TC39. Ecma's intellectual property policies, permit only Ecma
- members to directly contribute code to the project. However, a <a href="http://mail.mozilla.org/pipermail/test262-discuss/">public mailing list</a> is used to coordinate development of Test62. If you wish to participate in the discussion please <a href="http://mail.mozilla.org/listinfo/test262-discuss">subscribe</a>. Bug reports and suggestions should be sent to the mailing list.
+ members to directly contribute code to the project. However, a <a href='javascript:void(window.open("http://mail.mozilla.org/pipermail/test262-discuss/"));'>public mailing list</a> is used to coordinate development of Test62. If you wish to participate in the discussion please <a href='javascript:void(window.open("http://mail.mozilla.org/listinfo/test262-discuss"));'>subscribe</a>. Bug reports and suggestions should be sent to the mailing list.
</p>
<p class="content">
- Ecma members can find detailed instructions on Test262 development procedures at the <a href="http://wiki.ecmascript.org/doku.php?id=test262:test262">Test262 Wiki</a>.
+ Ecma members can find detailed instructions on Test262 development procedures at the <a href='javascript:void(window.open("http://wiki.ecmascript.org/doku.php?id=test262:test262"));'>Test262 Wiki</a>.
</p>
</div>
<div class="content-tests">
<!-- This is the Main Content Container -->
- <p class="content">Please click on the Start button to start the test. Once you start the test you may pause the test anytime by clicking on the Pause button. You can click on Test Reports menu once the test is completed or after pausing the test. The Reset button is for restarting the test run.</p>
+ <p class="content">Please click on the Start button to start the test. Once you start the test you may pause the test anytime by clicking on the Pause button. You can click on the Results tab once the test is completed or after pausing the test. The Reset button is for restarting the test run.</p>
<!--
<div class="progressBarHolder">
Chapter Index: <input type="text" size="2" maxlength="2" value="" id="chapterId" onkeypress="if(event.keyCode < 48 || event.keyCode > 57){return false;}"/>
@@ -152,8 +152,8 @@
<!-- This is the Footer -->
<div class="footer">
<!--<div class="Links"> <a href="">Privacy</a> | <a href="">Terms of Use</a> </div>-->
- <div class="siteversion"><b>Ver. 0.5</b> 25-Feb-2011</div>
- <div class="copyright"> &copy; <a href="http://www.ecma-international.org">ECMA International</a> </div>
+ <div class="siteversion"><b>Ver. 0.6</b> 14-Mar-2011</div>
+ <div class="copyright"> &copy; <a href='javascript:void(window.open("http://www.ecma-international.org"));'>ECMA International</a> </div>
</div>
<iframe id="scriptLoader" class="hide"></iframe>
</body>