|
|
|
| Core | Hypertext Markup Language (HTML) |
| Video/Audio | HTML, WebRTC, Web Audio |
| Style | Cascading Style Sheets (CSS) |
| Fonts | Web Open Font Format (WOFF) |
| Protocols | HTTP, Web Sockets |
| Graphics | Scalable Vector Graphics (SVG), HTML Canvas |
| Offline access | Web APIs: Web Storage, IndexedDB, File API |
| Device access | Web APIs: Geolocation, Multi-touch, Media Capture, etc. |
| Performance | Web APIs: Navigation timing, Page Visibiility, Animation timing |
if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){
var ieversion=new Number(RegExp.$1)
if (ieversion>=9)
return true;
else
return false;
if (!!navigator.geolocation)
See Modernizr.com
|
|
As a Web developer:
See also OWASP top 10.
“Mobile Web application platforms will generate almost $2.6 billion in service revenue by 2015” – Smith’s Point Analytics
Used with permission
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|
Audio, Video, Touch, CSS, SVG Flex box, Web SQL, History API Local storage, App cache |
||
|
|
||
|
|
||