One of the pieces of functionality commonly discussed when distinguishing HTML5 from previous versions of HTML is the standardization of geolocation via the Geolocation API. Although some browsers ...
One nifty feature of HTML5 is that web apps can store data locally on your computer and have it available even when you are offline. Google today introduced a new API for Chrome, the SyncFileSystem ...
HTML5 Storage is a disk-based, client-side storage medium that has a really simple and user-friendly API – involving only a handful of method calls to cover the full functionality of the technology.
What is this all about? In short, this is a story about the ability of a website to include code which enables it to retrieve from a site visitor’s browser the amount of charge left in their device’s ...
The HTML5 Geolocation API realizes location-based services via the Web by granting web sites the geographical location information of user devices. However, the Geolocation API can violate a user’s ...
It seems the HTML5 audio preload="none" isn't beeing respected when using API to change source. I have detected 2 issues, explained bellow: I have a scenario where I am loading several audio players ...