Changes between Version 44 and Version 45 of QtWebKitTableOfFeatures20
- Timestamp:
- Apr 28, 2010, 11:23:32 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTableOfFeatures20
v44 v45 5 5 = Overview = 6 6 7 QtWebKit 2.0 is a web content engine based on the Open Source WebKit engine. QtWebKit has broad support for modern web technologies and is compliant with typical web content. QtWebKit is developed in the trunk of WebKit's source code repository, which enables QtWebKit to alwaysinclude the latest developments from the WebKit project. As a general indicator of web compliance, QtWebKit passes the Acid 2 and Acid 3 tests.7 QtWebKit 2.0 is a web content engine based on the open source WebKit project. QtWebKit has broad support for modern web technologies and is compliant with typical web content. QtWebKit is developed in the trunk of WebKit's source code repository, which enables every new release of QtWebKit to include the latest developments from the WebKit project. As a general indicator of web compliance, QtWebKit passes the Acid 2 and Acid 3 tests. 8 8 9 9 High-level list of supported standards: 10 10 * HTML 4.01 11 * In common usage, HTML5 and CSS3 refer to a set of specifications that are work in progress in W3C standardization. QtWebKit includes extensive but experimental support for significant parts of these draft specifications. Please find a more detailed description below.11 * In common usage, HTML5 and CSS3 refer to a set of draft specifications that are work in progress in W3C standardization. QtWebKit includes extensive but experimental support for significant parts of these draft specifications. Please find a more detailed description below. 12 12 * JavaScript 1.5 support (ECMA-262 3rd Edition) 13 13 * Partial support for XHTML Basic 1.1 … … 22 22 QtWebKit has a C++ API that allows Qt applications to embed web content, and to examine and manipulate the web content. The QtWebKit C++ API is extensively documented in the QtWebKit documentation. The C++ API documentation for QtWebKit 2.0 is included in Qt 4.7 documentation, available at http://doc.qt.nokia.com. 23 23 24 QtWebKit 2.0 is included in Qt 4.7. It can also be used with Qt 4.6 or Qt 4.5, however these cases are not covered by commercial support from Nokia. Qt 4.5 support is community driven andnot verified by Nokia.24 QtWebKit 2.0 is included in Qt 4.7. It can also be used with Qt 4.6, however this case is not covered by commercial support from Nokia. QtWebKit 2.0 also has community driven support for Qt 4.5, which is not verified by Nokia. 25 25 26 26 = Terms used in this documentation =