Earlier quoted context omitted.
That's the main issue. The user base for it will be relatively small for several years. Hopefully many of the people on IE 6 will leapfrog to a HTML 5 browser in the next few years, that would solve a lot of issues.
How does that affect you? Your HTML markup will work in HTML5, too. In any case, I keep reading no one will use it for years yet most of the leading developers and designers I know are using it today. And I'm joining them since all my markup is now HTML5 as of six months ago.
Ask HN: Does HTML5 excite you? Why or why not?
31–40 of 74 posts
Re: Ask HN: Does HTML5 excite you? Why or why not?
#32Front End developer and graphic designer (xHTML/CSS/Design) HTML5 makes me cry inside, part of me died when HTML5 gained browser support. To me, HTML5 is all about GIT'R'DONE; it's an evolution, an odd growth on the body of HTML4, rather than setting a newer, better foundation. :(
Re: Ask HN: Does HTML5 excite you? Why or why not?
#33When I first started thinking about it and studying it, I found it downright exciting. So much potential. But as with most thing the devil is in the details. And we just don't have enough details yet. So much could change between now and when it actually gets implemented that it may turn out to be a big disappointment.
What do you mean we don't have enough details?http://www.whatwg.org/specs/web-apps/current-work/
> So much could change
Like what?
Re: Ask HN: Does HTML5 excite you? Why or why not?
#34Re: Ask HN: Does HTML5 excite you? Why or why not?
#35Re: Ask HN: Does HTML5 excite you? Why or why not?
#36Programmer - No The idea that we are stuck with javascript instead of a VM is sad.
Re: Ask HN: Does HTML5 excite you? Why or why not?
#37Programmer - No The idea that we are stuck with javascript instead of a VM is sad.
Re: Ask HN: Does HTML5 excite you? Why or why not?
#38HTML 5 is clearly aiming to bring the open web platform up to par with desktop APIs. I expect many desktop applications to be developed using HTML5+CSS+JavaScript within just a few years.
And even if that doesn't spike your interest, there's the critically important role the HTML 5 spec pays in standardising what we already have. It's ridiculous that XMLHttpRequest, one of the most useful modern browser APIs, has no spec - every browser implements it by reverse engineering the others, who in turn reverse engineered IE (which is closed source, so who knows if they got it right?). HTML5 fixes that. It also specifies things like innerHTML, ContentEditable, the execution order for script files, all that DOM level 0 stuff that never made it in to an official spec.
Finally, HTML5 specifies a formal error model for HTML for the first time. This means it will actually be possible to implement a new browser from scratch without having to spend years reverse engineering the behaviour of IE and friends when faced with invalid markup.
I'm amazed to see so many web developers unexcited by HTML 5. This is the first time our core platform has seen any serious evolution since HTML4.01 was published in 1999!
As for browser support, it's happening right now. If you develop for the iPhone / mobile WebKit stuff most of the above features are sitting there waiting for you to use them. Try this page in your iPhone for example:
http://simonwillison.net/static/2009/navigator.geolocation.h...
Even IE is catching up - IE8 supported a bunch of HTML5 concepts (key/value based storage, cross document messaging, hashchange event and more) and IE9 is set to support even more.
HTML 5 is the most exciting thing to happen to web development in a very long time.
Re: Ask HN: Does HTML5 excite you? Why or why not?
#39Front End developer and graphic designer (xHTML/CSS/Design) HTML5 makes me cry inside, part of me died when HTML5 gained browser support. To me, HTML5 is all about GIT'R'DONE; it's an evolution, an odd growth on the body of HTML4, rather than setting a newer, better foundation. :(