Changes between Version 8 and Version 9 of QtWebKitTableOfFeatures20
- Timestamp:
- Apr 13, 2010, 3:48:06 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTableOfFeatures20
v8 v9 5 5 = Overview = 6 6 7 QtWebKit 2.0 is a browserengine based on the Open Source WebKit engine.7 QtWebKit 2.0 is a web content engine based on the Open Source WebKit engine. 8 8 9 9 High-level list of supported standards: … … 17 17 18 18 This documentation uses the following classification for the levels of support: 19 * '''Not implemented''': implementation for the feature does not exist 20 * '''Technology preview''': the implementation of the feature is ready for experimentation and validation, but notfor production use. The implementation may be incomplete and there may be known problems.21 * '''Experimental''': the implementation of the feature canbe 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.19 * '''Not implemented''': implementation for the feature does not exist or is so incomplete that even validation and experimentation is not recommended 20 * '''Technology preview''': the implementation of the feature is available for experimentation and validation, but not recommended for production use. The implementation may be incomplete and there may be known problems. 21 * '''Experimental''': the implementation of the feature is ready to 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. 22 22 * '''Supported''': the feature has been implemented and verified, and we don't expect changes in the API or standard. 23 23 … … 25 25 26 26 || '''Feature''' || '''Status''' || ''' Qt documentation''' || '''Layout test''' || 27 || HTML5 application cache (manifest attribute) || Experimental|| [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 || ||27 || 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 || || 28 28 || 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 || 29 29 || 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 || || … … 40 40 * Windows desktop platforms when using Microsoft Visual C++ or gcc 4.1 or higher (MinGW). 32-bit build only; JIT is not supported on 64-bit builds on Windows. 41 41 * Linux on x86 platforms with gcc 4.1 or higher 42 * Linux on ARM (Thumb-2 JIT is not currently used) 42 * Linux on ARM (Thumb-2 JIT is not currently used) 43 43 44 44 = HTML5 canvas and media = 45 45 46 46 47 || '''Feature''' || '''Status''' || '''Layout test''' || 47 || <canvas> element || Technology preview || LayoutTests/fast/canvas || 48 || <audio>, <video> and <source> element || Technology preview || LayoutTests/media, LayoutTests/fast/media || 48 || <canvas> element || Technology preview (partial support). || LayoutTests/fast/canvas || 49 50 QtWebKit has had experimental support for HTML5 media via the Phonon multimedia integration. As of QtWebKit 2.0, we have added integration to the new QtMultimedia framework in Qt 4.7. In the future, improvements and new development will focus on the QtMultimedia framework based HTML5 media integration. 51 52 || '''Feature''' || '''Status''' || '''Layout test''' || 53 || <audio>, <video> and <source> element || Technology preview with QtMultimedia in Qt 4.7. Also previous experimental support with Phonon still available when using Qt 4.6. || LayoutTests/media, LayoutTests/fast/media || 49 54 50 55 = CSS Features =