= Status in Qt 4.6.0 = NOTE: This is page is incomplete and under construction. These tables will be moved to !QtWebKit documentation. Proposed status classification: * Not implemented: implementation for the feature does not exist * Technology preview: the implementation of the feature is ready for experimentation and validation, but not for production use. The implementation may be incomplete and there may be known problems. * Experimental: the implementation of the feature can be used in production applications with the caveat that the API, standard or the implementation may be still change in future releases, or there may be some limitations in the implementation. * Supported: the feature has been implemented and verified, and we don't expect changes in the API or standard. = Web application features = || '''Feature''' || '''Status''' || ''' Qt documentation''' || ''' Qt Autotest ''' || '''Layout test''' || || HTML5 application cache (manifest attribute) || ? || [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 || || || || Web Storage (DOM storage, local storage & session storage) || ? || [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 || || || || Web SQL Database || ? || [[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 || || || || "online" and "offline" events || || || || || Web Workers - dedicated workers || || || || || || Web Workers - shared workers || || || || || || Web Sockets || Not supported || || || || = JavaScript JIT = Just-in-time (JIT) compilation for JavaScript is supported on the following platforms: * Mac OS X, 64-bit and 32-bit * Windows desktop platforms when using Microsoft Visual C++ or gcc 4.1 or higher (MinGW) * Linux on x86 platforms with gcc 4.1 or higher * Linux on ARM (Thumb-2 JIT is not currently used) = HTML5 canvas and media = || '''Feature''' || '''Status''' || '''Layout test''' || || element || Technology preview || || || canvas: text API || || || || canvas: gradient API || || || || canvas: image API || || || || canvas: transforms || || || || canvas: patterns || || || || canvas: shadows || || || || canvas: image API || || || ||