test262/website/ecmascripthome.html

46 lines
3.6 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" />
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>ECMAScript.Org</title>
<link href="resources/styles/style.css" media="screen" rel="stylesheet" title="CSS" type="text/css" />
</head>
<body>
<div class="wrapper">
<div class="logoHeader">
<div class="ecmascriptlogoBg"><img src="resources/images/ecmascriptlogo.png" /></div>
<div><img src="resources/images/tc39.png" /></div>
</div>
<div class="navBar">
<ul>
<li><a href="#" class="selected nav-link" id="home">Home</a></li>
<li><a href="projects.html" class="nav-link" id="projects">Projects</a></li>
<li><a href="http://test262.ecmascript.org" class="nav-link test-report-link" id="testing">Testing</a></li>
<li><a href="specifications.html" class="nav-link" id="specifications">Specifications</a></li>
<li><a href="tc39.html" class="nav-link" id="tc39">TC39</a></li>
</ul>
</div>
<div id="contentContainer">
<!-- This is the Main Content Container -->
<div>
<p class="headers">Welcome to the home of ECMAScript</p>
<p class=content>This site is home of the <a href="http://www.ecma-international.org/">Ecma International</a> <a href="http://www.ecma-international.org/memento/TC39.htm">TC39 committee</a> which is responsible for developing international standards relating to the ECMAScript programming language.
</p>
<p class=content>ECMAScript, which is more commonly known by the name JavaScript™, is an essential component of every web browser and the ECMAScript standard is one of the core standards that enable the existence of interoperable web applications on the World Wide Web.
</p>
<p class=content>At the December 2009 General Assembly, the Fifth Edition Candidate Specification was officially adopted as <a href="http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf">Standard ECMA-262 5th Edition</a>. The Fifth Edition codifies de facto interpretations of the language specification that have become common among browser implementations and adds support for new features that have emerged since the publication of the Third Edition. Such features include accessor properties, reflective creation and inspection of objects, program control of property attributes, additional array manipulation functions, support for the JSON object encoding format, and a strict mode that provides enhanced error checking and program security.
<p class="content">This site hosts working documents and other resources related to ongoing TC39 projects. Anyone interesting in contributing to the ongoing development ECMAScript standards are encouraged to join Ecma International and participate in TC39.</p>
</p>
</div>
</div>
<div class="footer">
<!--<div class="Links"> <a href="">Privacy</a> | <a href="">Terms of Use</a> </div>-->
<div class="links">Ver. 1.0 5-Oct-2010</div>
<div class="copyright"> Domain donated by <a href="http://www.opendomain.org/">OpenDomain</a> | <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ecmascript.org%2F;accept=text%2Fhtml%2C%20application%2Fxhtml%2Bxml%2C%20*%2F*;accept-language=en-US">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.ecmascript.org%2F">CSS</a>
</div>
</div>
</div>
</body>
</html>