= Status in Qt 4.6.0 = NOTE: This is page is incomplete and under construction. These tables will be moved to !QtWebKit documentation. = Web application features = || '''Feature''' || '''Status''' || ''' Qt documentation''' || ''' Qt Autotest ''' || '''Layout test''' || || HTML5 application cache (manifest attribute) || Supported|| [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) || Supported || [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 || Supported || [[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 = In QtWebKit, 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 ARMv6 * TBD: what about Linux on ARMv7? = HTML5 canvas and media = || '''Feature''' || '''Status''' || '''Layout test''' || || element || Partially supported || || || canvas: text API || || || || canvas: gradient API || || || || canvas: image API || || || || canvas: transforms || || || || canvas: patterns || || || || canvas: shadows || || || || canvas: image API || || || ||