An implementation is a program or set of programs that can read, interpret and execute script source text according to the conventions of the JavaScript language.
An ECMA-compliant implementation is one that does so according to the precepts laid down in the ECMA 262 standard. This would be an ECMAScript interpreter although it should also state what edition of the standard it is compliant with.
A DOM-compliant interpreter would be compatible with DOM level 1 or level 2. Other levels are in the course of being standardized.
An implementation will usually supply additional functionality over and above that specified by the standard.
Prev | Home | Next |
IMG.width | Up | Implementation object |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |