Changes between Version 26 and Version 27 of QtWebKitTableOfFeatures20


Ignore:
Timestamp:
Apr 16, 2010 12:10:24 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTableOfFeatures20

    v26 v27  
    3939  * Improvements in the NPAPI support (ongoing)
    4040  * Improvements in the native look and feel on Maemo 5
     41  * Hybrid development: support for transporting QPixmaps between Qt C++ and WebKit, and improved documentation for hybrid C++ and QtWebKit projects 
    4142  * Technology preview: Support for CSS View Modes media feature
    4243  * Technology preview: support for accelerated compositing, which enhances the performance of CSS animations and transitions
    4344  * Technology preview: JIT support on Symbian
     45  * Technology preview (early): WebGL support
    4446
    4547= JavaScript JIT =
     
    5153 * Linux on x86 platforms with gcc 4.1 or higher
    5254 * Linux on ARM (Thumb-2 JIT is not currently used)
    53  * Symbian on ARM (technology preview, not enabled by default)
     55 * Symbian (technology preview, not enabled by default)
    5456
    5557= Netscape Plug-in API =
     
    9496|| '''Feature''' || '''Status''' || '''Layout test''' || 
    9597|| <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 ||
     98|| <embed> element for embedding content such as a plug-in || ? || ||
    9699
    97100= HTML5 functionality in web forms =
     
    99102|| '''Feature''' || '''Status''' || '''Layout test''' ||
    100103|| HTML5 input types such as email, tel, date, color || Not implemented || ||
    101 || autofocus attribute for web form controls || technology preview || ||
    102 || placeholder attribute for placeholder text in an input field || technology preview || ||
     104|| autofocus attribute for web form controls || Technology preview || ||
     105|| placeholder attribute for placeholder text in an input field || Technology preview || ||
    103106|| autocomplete attribute for input values || ? || ||
    104107|| maxlength attribute for text fields || ? || ||
     
    108111|| '''Feature''' || '''Status''' || '''Layout test''' ||
    109112|| Geolocation API || Not implemented || ||
     113|| W3C Selectors API || Experimental || ||
    110114|| HTML5 getElementsByClassName API || Experimental || ||
    111 || HTML5 element.classList API || || ||
    112 || HTML5 registerProtocolHandler API || || ||
    113 || HTML5 registerContentHandler API || || ||
    114 || HTML5 Cross-document messaging API || || ||
    115 || W3C Selectors API || Experimental || ||
    116 || W3C Server-sent Events || || ||
     115|| HTML5 Cross-document messaging API || ? || ||
     116|| W3C Server-sent Events || ? || ||
    117117|| Multi-touch input DOM events || Not implemented || ||
    118118|| contenteditable global attribute || Experimental || ||
     
    120120|| <meter> an indicator for scalar measurement || Technology preview (which platforms? will this be enabled by default?) || ||
    121121|| <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/) || ||
    122 || HTML5 drag and drop || Technology preview ? || ||
     122|| HTML5 drag and drop, draggable attribute || Technology preview ? || ||
    123123|| <ruby>, <rt>, <rp> elements for Chinese notes or characters  || ?, support in webkit: http://webkit.org/blog/948/ruby-rendering-in-webkit/ || ||
    124 || <embed> element for embedding content such as a plug-in || || ||
    125 || Inline SVG || Experimental || ||