| 45 | | = Web application features = |
| 46 | | |
| 47 | | || '''Feature''' || '''Status''' || ''' Qt documentation''' || '''Layout test''' || |
| 48 | | || HTML5 Offline support: HTML5 application cache (manifest attribute) || Technology preview || [http://doc.qt.nokia.com/4.6/qwebsettings.html#setOfflineWebApplicationCachePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] OfflineWebApplicationCacheEnabled attribute || || |
| 49 | | || HTML5 Offline support: Web Storage (DOM storage, local storage & session storage) || Experimental || [http://doc.qt.nokia.com/4.6/qwebsettings.html#setLocalStoragePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] LocalStorageEnabled attribute || LayoutTests/storage || |
| 50 | | || HTML5 Offline support: Web SQL Database || Experimental || [[http://doc.qt.nokia.com/4.6/qwebsettings.html#setOfflineStoragePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] OfflineStorageDatabaseEnabled attribute || || |
| 51 | | || HTML5 Offline support: navigator.onLine attribute, online and offline events || ? || || |
| 52 | | || Web Workers - dedicated workers || Not implemented ? || || LayoutTests/workers || |
| 53 | | || Web Workers - shared workers || Not implemented ? || || LayoutTests/fast/workers || |
| 54 | | || Web Sockets || Not implemented || || LayoutTests/websocket|| |
| 55 | | |
| | 75 | = Web application features = |
| | 76 | |
| | 77 | || '''Feature''' || '''Status''' || ''' Qt documentation''' || '''Layout test''' || |
| | 78 | || HTML5 Offline support: HTML5 application cache (manifest attribute) || Technology preview || [http://doc.qt.nokia.com/4.6/qwebsettings.html#setOfflineWebApplicationCachePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] OfflineWebApplicationCacheEnabled attribute || || |
| | 79 | || HTML5 Offline support: Web Storage (DOM storage, local storage & session storage) || Experimental || [http://doc.qt.nokia.com/4.6/qwebsettings.html#setLocalStoragePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] LocalStorageEnabled attribute || LayoutTests/storage || |
| | 80 | || HTML5 Offline support: Web SQL Database || Experimental || [[http://doc.qt.nokia.com/4.6/qwebsettings.html#setOfflineStoragePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] OfflineStorageDatabaseEnabled attribute || || |
| | 81 | || HTML5 Offline support: navigator.onLine attribute, online and offline events || ? || || |
| | 82 | || Web Workers - dedicated workers || Not implemented ? || || LayoutTests/workers || |
| | 83 | || Web Workers - shared workers || Not implemented ? || || LayoutTests/fast/workers || |
| | 84 | || Web Sockets || Not implemented || || LayoutTests/websocket|| |
| | 85 | |