Changes between Version 14 and Version 15 of QtWebKitTableOfFeatures20
- Timestamp:
- Apr 14, 2010, 6:49:21 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTableOfFeatures20
v14 v15 33 33 || Web Sockets || Not implemented || || LayoutTests/websocket|| 34 34 35 35 36 = JavaScript JIT = 36 37 … … 42 43 * Linux on ARM (Thumb-2 JIT is not currently used) 43 44 45 44 46 = HTML5 canvas and media = 45 46 47 47 48 || '''Feature''' || '''Status''' || '''Layout test''' || 48 49 || <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) || || 50 51 51 52 QtWebKit 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. … … 54 55 || <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 || 55 56 57 56 58 = Advanced CSS Features = 57 59 58 60 || '''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 || || 66 68 || [http://webkit.org/blog/363/styling-scrollbars/ Styling scrollbars with -webkit-scrollbar-* CSS properties] || || || 67 69 || [http://webkit.org/blog/181/css-masks/ -webkit-mask-* CSS properties] || || || … … 100 102 || novalidate attribute || || || 101 103 104 102 105 = HTML5 semantic elements = 103 106 … … 116 119 || window.onhashchange event (fires when a window's hash (#) location changes) || || || 117 120 121 118 122 = Miscellaneous web developer APIs = 119 123 … … 129 133 || Multi-touch input DOM events || Not implemented || || 130 134 135 131 136 = Miscellaneous HTML5 features = 132 137 133 138 || '''Feature''' || '''Status''' || '''Layout test''' || 134 139 || 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?) || || 137 142 || <ruby>, <rt>, <rp> elements for Chinese notes or characters || || || 138 143 || <figure> element || || ||