Changes between Version 14 and Version 15 of QtWebKitTableOfFeatures20


Ignore:
Timestamp:
Apr 14, 2010 6:49:21 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTableOfFeatures20

    v14 v15  
    3333|| Web Sockets || Not implemented || || LayoutTests/websocket||
    3434
     35
    3536= JavaScript JIT =
    3637
     
    4243 * Linux on ARM (Thumb-2 JIT is not currently used)
    4344
     45
    4446= HTML5 canvas and media =
    45 
    4647
    4748|| '''Feature''' || '''Status''' || '''Layout test''' ||
    4849|| <canvas> element || Technology preview (partial support).  || LayoutTests/fast/canvas ||
    49 || WebGL 3D canvas || Technology preview (partial support) || ||
     50|| 3D canvas support with WebGL || Technology preview (partial support) || ||
    5051
    5152QtWebKit has had experimental support for HTML5 media via the Phonon multimedia integration since Qt 4.5. 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 architecture.
     
    5455|| <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 ||
    5556
     57
    5658= Advanced CSS Features =
    5759
    5860|| '''Feature''' || '''Status''' || '''Layout tests''' ||
    59 || [http://www.w3.org/TR/css3-2d-transforms/ CSS 2D Transforms Module Level 3] || Experimental  || LayoutTests/transforms, LayoutTests/transforms/2d, /LayoutTests/fast/transforms, LayoutTests/fast/css ||
    60 || [http://www.w3.org/TR/css3-3d-transforms/ CSS 3D Transforms Module Level 3] || || LayoutTests/transforms, LayoutTests/transforms/3d/general, LayoutTests/transforms/3d/hit-testing, LayoutTests/transforms/3d/point-mapping, LayoutTests/compositing/animation ||
    61 || [http://www.w3.org/TR/css3-transitions/ CSS Transitions Module Level 3] || Experimental  || LayoutTests/transitions, LayoutTests/fast/css, LayoutTests/compositing/transitions ||
    62 || [http://www.w3.org/TR/css3-animations/ CSS Animations Module Level 3] || Experimental || LayoutTests/animations, LayoutTests/animations/3d, LayoutTests/compositing/animation ||
    63 || [http://www.w3.org/TR/css3-background/ Backgrounds and Borders Module Level 3 support]  || || ||
    64 || [http://dev.w3.org/csswg/css3-text/ CSS Text Level 3]  || || ||
    65 || [http://www.w3.org/TR/css3-fonts/ CSS Fonts Module Level 3] || || ||
     61|| [http://www.w3.org/TR/css3-2d-transforms/ CSS 2D Transforms Module Level 3] || Experimental, with -webkit prefix. Performance enhanced implementation with accelerated compositing in Technology Preview.   || LayoutTests/transforms, LayoutTests/transforms/2d, /LayoutTests/fast/transforms, LayoutTests/fast/css ||
     62|| [http://www.w3.org/TR/css3-3d-transforms/ CSS 3D Transforms Module Level 3] || ? || LayoutTests/transforms, LayoutTests/transforms/3d/general, LayoutTests/transforms/3d/hit-testing, LayoutTests/transforms/3d/point-mapping, LayoutTests/compositing/animation ||
     63|| [http://www.w3.org/TR/css3-transitions/ CSS Transitions Module Level 3] || Experimental, with -webkit prefix. Performance enhanced implementation with accelerated compositing in Technology Preview.  || LayoutTests/transitions, LayoutTests/fast/css, LayoutTests/compositing/transitions ||
     64|| [http://www.w3.org/TR/css3-animations/ CSS Animations Module Level 3] || Experimental, with -webkit prefix || LayoutTests/animations, LayoutTests/animations/3d, LayoutTests/compositing/animation ||
     65|| [http://www.w3.org/TR/css3-background/ Backgrounds and Borders Module Level 3 support]  || Technology preview, with -webkit prefix || ||
     66|| [http://dev.w3.org/csswg/css3-text/ CSS Text Level 3]  || Not implemented || ||
     67|| [http://www.w3.org/TR/css3-fonts/ CSS Fonts Module Level 3] || technology preview || ||
    6668|| [http://webkit.org/blog/363/styling-scrollbars/ Styling scrollbars with -webkit-scrollbar-* CSS properties] || || ||
    6769|| [http://webkit.org/blog/181/css-masks/ -webkit-mask-* CSS properties]  || || ||
     
    100102|| novalidate attribute || || ||
    101103
     104
    102105= HTML5 semantic elements =
    103106
     
    116119|| window.onhashchange event (fires when a window's hash (#) location changes) || || ||
    117120
     121
    118122= Miscellaneous web developer APIs =
    119123
     
    129133|| Multi-touch input DOM events || Not implemented || ||
    130134
     135
    131136= Miscellaneous HTML5 features =
    132137
    133138|| '''Feature''' || '''Status''' || '''Layout test''' ||
    134139|| HTML5 drag and drop || || ||
    135 || <progress> progress indicator || || ||
    136 || <meter> an indicator for scalar measurement || || ||
     140|| <progress> progress indicator || Technology preview (which platforms? will this be enabled by default?) || ||
     141|| <meter> an indicator for scalar measurement || Technology preview (which platforms? will this be enabled by default?) || ||
    137142|| <ruby>, <rt>, <rp> elements for Chinese notes or characters  || || ||
    138143|| <figure> element || || ||