That's over-simplifying the landscape. There is so much tweaking that has to happen to make apps have a similar "look and feel" across all HTML devices. Spacial adaptations need to be considered as well.

HTML is not destroying itself. I still use raw text to write HTML5 apps. If you organize your app code into components it makes for easier comprehension and review down the road.


On 11/28/2013 10:55 AM, Dmitry Boyarintsev wrote:
The sad thing about HTML that it is destroying itself..
A web-framework consists of probably 4 tags:
<div> (everything is a div)
<a> (just for browser look)
<input type=hidden> (and yes, every other control is just a div, rather than an input)
<img> is to be replace by <canvas>
Forms are being used just as an ad-hoc data sending mechanism. No-one relies on browser implementation (due to the war), just write its own JS engine.

--
Andrew Brunner

Aurawin LLC
512.850.3117
https://aurawin.com/

Aurawin is a great new way to store, share and enjoy your photos, videos, 
music, and more.


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to