In theory, browsers can support multiple programming languages for client-side web page scripts. In practice, ECMAScript is the only one widely deployed and used in all browsers. Therefore, for most people it is an integral part of the Internet.
However, it was never advertised as a W3C recommendation for writing web pages. And HTML5 seems to be promoting it, even though client-side interactivity is becoming more and more important. Why is this so?
- Is a monopoly in a programming language on a web platform possible? (obviously failed)
- Is it because the W3C prefers to concentrate ONLY on the declarative side of the Internet?
- Or just a political position?
source
share