I've seen a couple of questions and answers about future support for Google Gears as a data source but I'm wondering if there is any plan to support the HTML 5 client data storage proposed standard? It seems like the latest beta versions of some of the browsers are already incorporating support for the HTML 5 proposal.
Announcement
Collapse
No announcement yet.
X
-
Hello,
Yes we do plan both support for HTML5 storage and fallback strategies (Gears, Flash, IE and Firefox-specific support) when the standard is not implemented by a given browser. In fact if you dig into the 6.5.1 source you'll find preliminary offline mode support as well.
If you feel like digging into this, people have succeeded with Gears integration following the approach suggested here - you can use the same approach for HTML5 storage and it would be great if you posted a sample.
Comment