Changes between Version 23 and Version 24 of QtWebKitTableOfFeatures20


Ignore:
Timestamp:
Apr 15, 2010 5:54:39 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTableOfFeatures20

    v23 v24  
    4343  * Technology preview: JIT support on Symbian
    4444
    45 = Web application features =
    46 
    47 || '''Feature''' || '''Status''' || ''' Qt documentation''' || '''Layout test''' ||
    48 || HTML5 Offline support: 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 || ||
    49 || HTML5 Offline support: 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 ||
    50 || HTML5 Offline support: 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 || || 
    51 || HTML5 Offline support: navigator.onLine attribute, online and offline events || ? || ||
    52 || Web Workers - dedicated workers || Not implemented ? ||  || LayoutTests/workers ||
    53 || Web Workers - shared workers || Not implemented ? ||  || LayoutTests/fast/workers ||
    54 || Web Sockets || Not implemented || || LayoutTests/websocket||
    55 
    5645= JavaScript JIT =
    5746
     
    6352 * Linux on ARM (Thumb-2 JIT is not currently used)
    6453 * Symbian on ARM (technology preview, not enabled by default)
    65 
    6654
    6755= Netscape Plug-in API =
     
    8573|| [http://www.w3.org/TR/widgets-vmmf/ CSS View Modes Media feature] || Technology preview ||
    8674
     75= Web application features =
     76
     77|| '''Feature''' || '''Status''' || ''' Qt documentation''' || '''Layout test''' ||
     78|| HTML5 Offline support: 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 || ||
     79|| HTML5 Offline support: 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 ||
     80|| HTML5 Offline support: 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 || || 
     81|| HTML5 Offline support: navigator.onLine attribute, online and offline events || ? || ||
     82|| Web Workers - dedicated workers || Not implemented ? ||  || LayoutTests/workers ||
     83|| Web Workers - shared workers || Not implemented ? ||  || LayoutTests/fast/workers ||
     84|| Web Sockets || Not implemented || || LayoutTests/websocket||
     85
    8786= HTML5 canvas and media =
    8887
     
    9695|| <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 ||
    9796
    98 
    9997= HTML5 functionality in web forms =
    10098
     
    103101|| autofocus attribute for web form controls || technology preview || ||
    104102|| placeholder attribute for placeholder text in an input field || technology preview || ||
    105 || autocomplete attribute for input values || || ||
    106 || maxlength attribute for text fields|| || ||
     103|| autocomplete attribute for input values || ? || ||
     104|| maxlength attribute for text fields || ? || ||
    107105
    108106= Other new web developer APIs and HTML5 features =
     
    122120|| <meter> an indicator for scalar measurement || Technology preview (which platforms? will this be enabled by default?) || ||
    123121|| <a rel="noreferrer"> (don't provide referrer info when following link) || ?, support exist in WebKit (http://webkit.org/blog/907/webkit-nightlies-support-html5-noreferrer-link-relation/) || ||
    124 || HTML5 drag and drop || Technology preview || ||
     122|| HTML5 drag and drop || Technology preview ? || ||
    125123|| <ruby>, <rt>, <rp> elements for Chinese notes or characters  || || ||
    126 || <figure> element || || ||
    127124|| <embed> element for embedding content such as a plug-in || || ||
    128 || Inline MathML || Not implemented || ||
    129125|| Inline SVG || Experimental || ||