FAQ Topic - What is ECMAScript? (2008-02-03)

F

FAQ server

-----------------------------------------------------------------------
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. The sendings of these
daily posts are proficiently hosted by http://www.pair.com.
 
D

Dr J R Stockton

In comp.lang.javascript message <[email protected].
ECMAScript is the international standard for javascript.

There, "is the" implies uniqueness; "is an" would not.

The International Standard is ISO/IEC 16262; it should be cited.

ISO Standards are recognised world-wide; generally to be honoured, but
to be avoided where it would otherwise might be thought that they were
honored.
 
T

Thomas 'PointedEars' Lahn

Dr said:
[...] FAQ server [...] posted:
ECMAScript is the international standard for javascript.

There, "is the" implies uniqueness; "is an" would not.

Different editions aside, there is only one ECMAScript standard.
Different designations (here: ECMA-262-3 and ISO/IEC 16262) do not
mean different content but only different organizations which have
approved that specification as a standard. Incidentally, the
ECMAScript Specification states that very fact in its preamble
("Brief History").
The International Standard is ISO/IEC 16262; it should be cited.

ISO Standards are recognised world-wide; [...]

Ecma standards are also recognized world-wide.


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,076
Latest member
OrderKetoBeez

Latest Threads

Top