public marks

PUBLIC MARKS from srcmax with tags html5 & api

2016

What Web Can Do Today

by 1 other (via)
Can I rely on the Web Platform features to build my app? An overview of the device integration HTML5 APIs

2012

Using the Page Visibility API - Document Object Model (DOM) | MDN

The Page Visibility API lets you know when a webpage is visible or in focus. With tabbed browsing, there is a reasonable chance that any given webpage is in the background and thus not visible to the user. When the user minimizes the webpage or moves to another tab, the API sends a visibilitychange event regarding the visibility of the page. You can detect the event and perform some actions or behave differently. For example, if your web app is playing a video, it would pause the moment the user looks at another browser, and plays again when the user returns to the tab. The user does not lose her place in the video and can continue watching.

HTML5 Please

by 6 others
Look up HTML5 features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are