FAQ Topic - What is ECMAScript?
- From: "FAQ server" <javascript@xxxxxxxxxxxxxx>
- Date: Fri, 30 Mar 2007 23:00:01 +0000
-----------------------------------------------------------------------
FAQ Topic - What is ECMAScript?
-----------------------------------------------------------------------
http://www.ecma-international.org/publications/standards/Ecma-262.htm
ECMAScript is the international standard for javascript. JScript
3.0 and JavaScript 1.2 (available with version 4. browsers) are
more or less ECMAScript compliant. In addition ECMA 327 defines
the Compact Profile of ECMAScript by describing the features from
ECMA 262 that may be omitted in some resource-constrained
environments. Note that ECMAScript did not attempt to standardize
the document object model.
The current edition is ECMA-262, 3rd Edition. There is some
support for this edition in JScript 5.0 and JavaScript 1.3.
JScript 5.5 and JavaScript 1.5, in Netscape 6.1 and later, are
compliant (JavaScript 1.5 in Netscape 6 missed some methods).
===
Postings such as this are automatically sent once a day. Their
goal is to answer repeated questions, and to offer the content to
the community for continuous evaluation/improvement. The complete
comp.lang.javascript FAQ is at http://jibbering.com/faq/index.html.
The FAQ workers are a group of volunteers.
.
- Prev by Date: Re: javascript equivalent for vbscript Date()-1
- Next by Date: Re: window.opener lost in postback
- Previous by thread: Feedback requested
- Next by thread: Using drop down to chagnge value of hidden form field
- Index(es):
Relevant Pages
|