HTML 5, my views
Tuesday, March 25th, 2008I have read through the HTML 5 document, and stumbled upon a lot of nice features.
So here is my thoughts in them.
SEO and statistic updates
Its easy to see that with the new elements (section, header, footer, nav, article, aside) that they had crawlers on their mind. Using these new elements will make it far more easier for crawlers to find the relevant information about a page. It will be interesting to see how many will use these elements. They are only meta elements and will probably do nothing for the end user.
With the new ping attribute and anchor tags, its easier to handle statistic collection. You can have the href pointing to the relevant page, and have the ping pointing to a statistic collection page.
Form elements
I really like what they did with the form elements. All validation have been moved from javascript/ajax/server side, to the browser. With new input types like data, email, number, range and url its way easier to create a form quickly. And the new required attribute is also very nice.
Autofocus is also a new nice attribute. Thats 1 less javascript function needed in the onload event. The browser just focus on the form element with this attribute.
When can we expect to use HTML5?
Well, the specifications are still in working draft form, so it needs to be finish first. Then all the major browsers have to implement it. And last the users have to upgrade to these browsers. And we all know the last step is the most difficult step
So we are talking years here.
Read more about it:

