Changes between Version 3 and Version 4 of QtWebKitTableOfFeatures20


Ignore:
Timestamp:
Mar 1, 2010 5:58:21 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTableOfFeatures20

    v3 v4  
    33NOTE: This is page is incomplete and under construction. These tables will be moved to !QtWebKit documentation.
    44
    5 Proposed status classification:
     5= Overview =
     6
     7QtWebKit 2.0 is a browser engine based on the Open Source WebKit engine.
     8
     9Qt versions supported by QtWebKit 2.0:
     10* Qt 4.6
     11* Qt 4.7
     12
     13High-level list of supported standards:
     14* HTML 4.01
     15* XHTML 1.0
     16* CSS 2.1 and partial CSS3
     17* ECMAScript 3 (JavaScript)
     18* DOM Level 2
     19* AJAX technologies, including XMLHTTPRequest
     20* XHTML / MP support
     21
     22This documentation uses the following classification for the levels of support:
    623 * '''Not implemented''': implementation for the feature does not exist
    724 * '''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.
     
    1229
    1330|| '''Feature''' || '''Status''' || ''' Qt documentation''' || '''Layout test''' ||
    14 || 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 || ||
    15 || 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 ||  LayoutTests/storage ||
    16 || 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 || || 
     31|| 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 || ||
     32|| 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 ||
     33|| 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 || || 
    1734|| "online" and "offline" events || || ||
    18 || Web Workers - dedicated workers || ||  || LayoutTests/workers ||
    19 || Web Workers - shared workers || ||  || LayoutTests/fast/workers ||
    20 || Web Sockets || Not supported || || LayoutTests/websocket||
     35|| Web Workers - dedicated workers || Not implemented ||  || LayoutTests/workers ||
     36|| Web Workers - shared workers || Not implemented ||  || LayoutTests/fast/workers ||
     37|| Web Sockets || Not implemented || || LayoutTests/websocket||
    2138
    2239= JavaScript JIT =