Mobile app version of vmapp.org
Login or Join
Moriarity557

: Why is there nobody talking about an alternative to HTML & CSS? HTML is such an old and cumbersome language, which was intended just to markup text. Today it's very rare to see a static HTML

@Moriarity557

Posted in: #Css #Html #Html5 #Standards

HTML is such an old and cumbersome language, which was intended just to markup text. Today it's very rare to see a static HTML website, or a site with only text or a very simple layout.

As a web developer I find it inconvenient to use HTML & CSS, very repetitive and cumbersome. I think that for a lot of website it could be simplified a lot.

Tim Berners-Lee (W3) wrote a document named "The World Wide Web: Past, Present and Future" in August 1996


... though HTML will be considered part of the established infrastructure (rather than an exciting new toy), there will always be new formats coming along, and it may be that a more powerful and perhaps a more consistent set of formats will eventually displace HTML.


So, more than 15 years later, HTML is still here and it's here to stay. Why?

Why searching for xml alternatives brings so much relevant result, but searching for html alternatives brings almost none relevant results?

Answers like "it's too hard to change a standard" aren't answering the question since a lot of new standards emerged since the initiation of the web. I'm also not searching for answers that suggest using tools to simplify the process or formats that anyhow depends on HTML or CSS, technologies that currently require a plugin and not even trying to become an open standards (like Flash) aren't an answer neither.

BTW, here are 2 articles written more than two years ago as food for thought, it might help with writing a better answers.

"HTML, CSS, and Web Development Practices: Past, Present, and Future" describing a very related problem, by Jens O. Meiert.

"A Brief History of HTML" by Scott Reynen, Here is a quote from the end:


So now you can answer questions about HTML5 without even looking at the draft, which is handy, because the draft is 400+ pages long. Why is there a new tag in HTML5? Because some browser vendor (maybe the one that also owns a large video site) wanted it. Why are there so many scriptable interface elements in HTML5? Because some browser vendor (maybe the one selling phones without Flash support) wants them. Why is there no support for RDFa in HTML5? Apparently no browser vendor wanted it.


Is that the future?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Moriarity557

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jessie594

"As a web developer I find it inconvenient to use HTML & CSS"


That's crazy, hasn't HTML and CSS come a long way in the last 10+ years? From javascript we got jQuery and AJAX, an improvement on javascript. HTML5 CSS3 improvements on HTML and design methods. With CSS improvements we've moved away from tables, have fluid designs.

Now with mobile phones we have designs that adjust based on the user agents to fit iPads, iPhones, Androids and more.

No one wants to change a standard but rather improve on it which is happening daily.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme