HTML5 is becoming more and more popular everyday. Many great online applications are now being created and described as pure HTML5 apps. (Like Muro)
But I don't understand what is exactly so cool about HTML5?
As far as I understand, it just adds few features for graphics that make good alternative for jQuery or Flash.
But still, it is not a programming language and it can not be used in any way to create an application, right? Still, every of the advertised HTML5 applications have only interface drawn by HTML5 and CSS3, but the core and logic of any application is still written in something more advanced, like JavaScript (at least part that runs on the client side in the browser).
Or is there something else about HTML5 that I just didn't find?