X/HTML 5 Interview

Ian Hickson (Hixie) has been interviewed regarding X/HTML 5.

There is some good stuff in the interview including:

* New datagrid “which is a tree view/list view control with built-in support for AJAX-backed data stores, so you can do something like the typical Webmail view of all your tens of thousands of e-mails, but instead of only showing 20 at a time, you can just scroll through all of them, without having to actually download them all until they’re needed.”

* Offline indicator: A simple API to ask if you are on or offline. There was talk of this with the Apollo team. It turned out to be a harder problem than Adobe thought, and there are levels of checking (are you on a network. are you on an intranet. etc).

* Cross domain and cross frame communication

* Scoped CSS: Wouldn’t it be nice to say ’style this content with these rules’? This way you could have the user generated content in a nice sandbox (e.g. RSS reader)
view original

No related posts.

  1. Just as what I needed. This is great!

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Read previous post:
MiniAjax: Ajax Showcases

MiniAjax is a site that has gathered interesting dhtml examples (many of which we have covered in the past) and...

Close