Changes between Version 6 and Version 7 of QtWebKitFeatures21
- Timestamp:
- Dec 9, 2010, 9:23:46 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitFeatures21
v6 v7 11 11 == Platforms == 12 12 13 QtWebKit 2.1 runs on the following platforms: 14 15 TO BE DONE 16 17 == What's new in QtWebKit 2.1 == 18 19 The highlights of the QtWebKit 2.1 release are listed here 20 21 * Touch Events 22 * HTML5 Geolocation API 23 * HTML5 Progress element 13 QtWebKit 2.1.0 has been verified for Symbian^3 and Maemo Harmattan platforms. While it may run on other platforms, it has not been verified. 14 15 == Notable web developer features == 16 17 The highlights of the QtWebKit 2.1 release for web developers are listed here. 1) 18 19 * Touch Events 20 * Geolocation API 21 * Progress element and meter element 24 22 * Viewport meta tag 25 * Spatial navigation (navigating the web page with arrow keys) 26 * A new plug-in interface for platform-specific implementation of select elements, and touch-optimized plugins for Symbian and MeeGo platforms 27 * A beautiful style for input elements on mobile platforms 28 29 * Test suites for the following HTML5 or CSS features: 30 * Canvas element 31 * Application cache 32 * CSS Animations 33 * CSS Transitions 34 * CSS 2D Transforms 35 * CSS Text 36 * CSS Masks 37 * CSS ScrollBar Styles 38 39 * JIT compilation on Symbian 23 * Canvas element 24 * Application cache 25 * Web SQL Database 26 * Web Storage 27 * CSS Animations 28 * CSS Transitions 29 * CSS 2D Transforms 30 * CSS Text 31 * CSS Masks 32 * CSS ScrollBar Styles 33 * Native JSON parser 34 35 1) HTML5 and CSS3 features are based on draft specifications that are subject to change. 40 36 41 37 == JavaScript JIT ==