Changes between Version 8 and Version 9 of QtWebKitTableOfFeatures20


Ignore:
Timestamp:
Apr 13, 2010, 3:48:06 AM (15 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTableOfFeatures20

    v8 v9  
    55= Overview =
    66
    7 QtWebKit 2.0 is a browser engine based on the Open Source WebKit engine.
     7QtWebKit 2.0 is a web content engine based on the Open Source WebKit engine.
    88
    99High-level list of supported standards:
     
    1717
    1818This 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 not for production use. The implementation may be incomplete and there may be known problems.
    21   * '''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.
     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.
    2222  * '''Supported''': the feature has been implemented and verified, and we don't expect changes in the API or standard.
    2323
     
    2525
    2626|| '''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 || ||
    2828|| 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 ||
    2929|| 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 || || 
     
    4040 * 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.
    4141 * 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) 
    4343
    4444= HTML5 canvas and media =
    4545
     46
    4647|| '''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
     50QtWebKit 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 ||
    4954
    5055= CSS Features =