April 2002 Draft
JavaScript 2.0
Compatibility
previousup

Tuesday, October 9, 2001

JavaScript 2.0 is intended to be upwards compatible with almost all JavaScript 1.5 and earlier scripts. The following are the current compatibility issues:

For applications such as browsers where 100% compatibility is needed, scripts will be assumed to be written JavaScript 1.5 unless explicitly marked as being JavaScript 2.0 through either an HTML or XML attribute or by including a use ecmascript(4) or use javascript(2)statement.


Waldemar Horwat
Last modified Tuesday, October 9, 2001
previousup