Towards a modern Web stack by Hixie

This content is over 1 year old. It may be obsolete and may not reflect the current opinion of the author.


Towards a modern Web stack

by Ian ‘Hixie’ Hickson

This is not the first time people talk about a Web Platform design for applications, by sidestepping HTML. This is, nonetheless, the first time such idea is being lad out in a detailed proposal.

What is surprising is that this came from one of the editors of HTML5. In the link in the footnote, he asserts that the unfulfilled promises of HTML can only be solved by revamping the stack altogether, ditching the old HTML/CSS/JavaScript trilogy.

Overall it is pretty complete — except for addressing the fact that WASM is a byte code. Unlike HTML/CSS in its declarative form, which browsers are free to parse and render partially downloaded content, there is going to be a loading screen for WASM widgets/apps like Java applets.

This sole issue isn’t going to be a showstopper in any way. HTML/CSS will continue to live on as the best document format.

It would be interesting to see if the browser vendors (his employer included) will ack on these.