Closed
Description
ECMAScript defines the basics of the script language, but It doesn't competes with the DOM Level API.
DOM API goes separately, as for example the level 2 (see http://www.w3.org/TR/DOM-Level-2-Core/).
Some scenarios, mainly Enterprise ones, Works with legacy version of browsers, which mixes versions of ECMAScript and DOM.
It would be great if we can choose the ES version and the DOM API versión (if we want one... nodejs apps?).