473,796 Members | 2,720 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

FAQ Topic - What is ECMAScript? (2008-10-19)

-----------------------------------------------------------------------
FAQ Topic - What is ECMAScript?
-----------------------------------------------------------------------

ECMAScript is the international standard for JavaScript. JScript
3.0 and JavaScript 1.5 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.

http://www.ecma-international.org/pu...s/Ecma-262.htm

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.javas cript 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.

Oct 18 '08 #1
4 1778
On Oct 19, 12:00*am, "FAQ server" <javascr...@dot internet.bewrot e:
------------------------------------------------------------------
FAQ Topic - What is ECMAScript?
------------------------------------------------------------------

ECMAScript is the international standard for JavaScript. JScript
3.0 and JavaScript 1.5 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.
// I would put that 327 sentence last, as a paragraph.
// Is there an ISO version?
Note that ECMAScript did not attempt to standardize
the document object model.
// AFAIR, it does not deal with it.
+ ECMAScript does not cover the document object model.
http://www.ecma-international.org/pu...s/Ecma-262.htm
// ISO/IEC 16262 is
// issued by *the* international standards organisation, has fewer
// errors, and might be considered to use a nicer font.
// It is also free as PDF.
>
The current edition is ECMA-262, 3rd Edition. There is some
// ^ of what?
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).
// There, "some support" is not appropriate. It may be that 5.0 &
// 1.3 did not implement everything that 3rd introduced; but surely
// they contain most of what 3rd calls for? In any case, few are
// now interested in those versions?

// DRAFT:

ECMAScript is the international standard for javascript. It does not
cover the Document Object Model. The current published editions are
ECMA-262 3rd Edition (2000) and ISO/IEC 16262 2nd Edition (2002). A
new version is (2008) in development.

http://www.ecma-international.org/pu...s/Ecma-262.htm
<ISO link also here>

// I don't think that the support details are necessary; if they are
// wanted, they need to be rewritten with new facts for 2008.

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.
// ISO version of 327?
// If no download link for 327 can be given, and I think anyway,
// links to the ECMA and ISO home, or home-of-ordering, pages might
// be appropriate.

// There is already "What is JScript?"; that could be changed
// into "What are JavaScript and JScript?; that would be a better
// place for the aforementioned support details, if wanted.

--
(c) John Stockton, near London, UK. Posting with Google.
Mail: J.R.""""""""@ph ysics.org or (better) via Home Page at
Web: <URL:http://www.merlyn.demo n.co.uk/>
FAQish topics, acronyms, links, etc.; Date, Delphi, JavaScript, ....|
Oct 19 '08 #2
Dr J R Stockton wrote:
On Oct 19, 12:00 am, "FAQ server" <javascr...@dot internet.bewrot e:
>------------------------------------------------------------------
FAQ Topic - What is ECMAScript?
------------------------------------------------------------------
[...]

>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).

// There, "some support" is not appropriate. It may be that 5.0 &
// 1.3 did not implement everything that 3rd introduced; but surely
// they contain most of what 3rd calls for? In any case, few are
// now interested in those versions?
It opens a can of worms. I think linking to Pratap's "JScript
Deviations" pdf in resources is the right thing.
// DRAFT:

ECMAScript is the international standard for javascript. It does not
cover the Document Object Model. The current published editions are
ECMA-262 3rd Edition (2000) and ISO/IEC 16262 2nd Edition (2002). A
new version is (2008) in development.
We have a question:
"What does the future hold for ECMAScript?"

As far as listing 16262, that is in 'Resources'
http://www.ecma-international.org/pu...s/Ecma-262.htm
<ISO link also here>

// I don't think that the support details are necessary; if they are
// wanted, they need to be rewritten with new facts for 2008.
It is not practical to provide a list of implementation bugs here.

I should add a link to Pratap's "JScript Deviations" in 'Resources' section.
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.
// ISO version of 327?
I don't know
// If no download link for 327 can be given, and I think anyway,
// links to the ECMA and ISO home, or home-of-ordering, pages might
// be appropriate.
Why?
// There is already "What is JScript?"; that could be changed
// into "What are JavaScript and JScript?; that would be a better
// place for the aforementioned support details, if wanted.
Yes that's redundant.

ECMAScript is the international standard for JavaScript&amp; trade;.
JScript and JavaScript&amp; trade; are implementations of ECMAScript.

<URL>http://www.ecma-international.o rg/publications/standards/Ecma-262.htm</URL>

ECMAScript does not define the DOM |document|, the browser |window|
object, or |ActiveXObject| . These are all Host objects.

The current edition is ECMA-262, 3rd Edition.

ECMA-327 "Compact Profile" is a subset of ECMAScript that defines
features that may be omitted in resource-constrained environments.
These features include |with|, |eval|, |Function|, and allowing
modification of built-in objects (String, Date, et c).

<URL>http://www.ecma-international.o rg/publications/standards/Ecma-327.htm</URL>

ECMA-357 "E4X" defines a set of programming language extensions
adding native XML support to ECMAScript. E4X is implemented in
JavaScript&amp; trade; 1.6, ActionScript 3, and Adobe Acrobat.
<URL>http://www.ecma-international.o rg/publications/standards/Ecma-357.htm</URL>

Garrett
--
comp.lang.javas cript FAQ <URL: http://jibbering.com/faq/ >
Oct 19 '08 #3
On Oct 19, 9:11*pm, dhtml <dhtmlkitc...@g mail.comwrote:
Dr J R Stockton wrote:
On Oct 19, 12:00 am, "FAQ server" <javascr...@dot internet.bewrot e:
------------------------------------------------------------------
FAQ Topic - What is ECMAScript?
------------------------------------------------------------------
It opens a can of worms. I think linking to Pratap's "JScript
Deviations" pdf in resources is the right thing.
To possibly get an opinion on that PDF, give the URL of the current
version.

// DRAFT:
ECMAScript is the international standard for javascript. It does not
cover the Document Object Model. The current published editions are
ECMA-262 3rd Edition (2000) and ISO/IEC 16262 2nd Edition (2002). A
new version is (2008) in development.

We have a question:
"What does the future hold for ECMAScript?"
Merge it in this. That can save space.
As far as listing 16262, that is in 'Resources'
Agreed; but it should be in this section.
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.
// ISO version of 327?
I don't know
None found
// If no download link for 327 can be given, and I think anyway,
// links to the ECMA and ISO home, or home-of-ordering, pages might
// be appropriate.

Why?
(a) Authorities should be easy to locate.
(b) So that those who want to buy it can know where to look. But
<http://www.ecma-international.org/pu...ons/standards/
Ecma-327.htmoffers a free PDF. H'mm : I see that my site cites
that.
* ECMA-327 "Compact Profile" is a subset of ECMAScript that defines
* features that may be omitted in resource-constrained environments.
* These features include |with|, |eval|, |Function|, and allowing
* modification of built-in objects (String, Date, et c).
AFAIR, 327 has never been mentioned in CLJ except in reference to the
FAQ. A search reveals just a few cases. I doubt whether those two
lines of detail are worth having there.

Wikipedia "ECMAScript " has various links : link to that Wiki page?

--
(c) John Stockton, near London, UK. Posting with Google.
Mail: J.R.""""""""@ph ysics.org or (better) via Home Page at
Web: <URL:http://www.merlyn.demo n.co.uk/>
FAQish topics, acronyms, links, etc.; Date, Delphi, JavaScript, ....|
Oct 19 '08 #4
FAQ server wrote:
-----------------------------------------------------------------------
FAQ Topic - What is ECMAScript?
-----------------------------------------------------------------------

ECMAScript is the international standard for JavaScript.
[...]
The appropriate wording is:

ECMAScript is the international standard that current language
implementations (JavaScript, JScript etc.) are based on.
PointedEars
--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann
Oct 19 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
247
by: FAQ server | last post by:
----------------------------------------------------------------------- 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...
3
2031
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - What does the future hold for ECMAScript? ----------------------------------------------------------------------- The ECMAScript Technical Committee is now working on the fourth edition, the first implementation of which is JScript.NET. It includes a compiler, allowing you to create standalone JScript executables. The fourth edition of ECMAScript will...
8
1622
by: FAQ server | last post by:
----------------------------------------------------------------------- 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...
34
2413
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - What online resources are available? ----------------------------------------------------------------------- * The Official ECMAScript Specification http://www.ecma-international.org/publications/standards/Ecma-262.htm
0
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10449
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10168
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9047
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7546
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6785
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.