Changes between Version 9 and Version 10 of QtWebKitTableOfFeatures20
- Timestamp:
- Apr 13, 2010, 6:49:14 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTableOfFeatures20
v9 v10 48 48 || <canvas> element || Technology preview (partial support). || LayoutTests/fast/canvas || 49 49 50 QtWebKit has had experimental support for HTML5 media via the Phonon multimedia integration . 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 HTML5 media integration.50 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. 51 51 52 52 || '''Feature''' || '''Status''' || '''Layout test''' || … … 54 54 55 55 = CSS Features = 56 57 TBD: preparefortransition and dotransition?58 56 59 57 || '''Feature''' || '''Status''' || '''Bugzilla''' || '''Layout tests''' || … … 74 72 || CSS Background Clip || || || || 75 73 74 TBD: preparefortransition and dotransition? 75 76 76 = HTML5 functionality in web forms = 77 77 78 78 || '''Feature''' || '''Status''' || '''Layout test''' || 79 || <input type="search"> for search boxes || Not supported || ||80 || <input type="number"> for spinboxes || Not supported || ||81 || <input type="range"> for sliders || Not supported || ||82 || <input type="color"> for color pickers || Not supported || ||83 || <input type="tel"> for telephone numbers || Not supported || ||84 || <input type="url"> for web addresses || Not supported || ||85 || <input type="email"> for email addresses || Not supported || ||86 || <input type="date"> for calendar date pickers || Not supported || ||87 || <input type="month"> for months || Not supported || ||88 || <input type="week"> for weeks || Not supported || ||89 || <input type="time"> for timestamps || Not supported || ||90 || <input type="datetime"> for precise, absolute date+time stamps || Not supported || ||91 || <input type="datetime-local"> for local dates and times || Not supported || ||92 || <input type="file"> for selecting local files || Not supported || ||79 || <input type="search"> for search boxes || Not implemented || || 80 || <input type="number"> for spinboxes || Not implemented || || 81 || <input type="range"> for sliders || Not implemented || || 82 || <input type="color"> for color pickers || Not implemented || || 83 || <input type="tel"> for telephone numbers || Not implemented || || 84 || <input type="url"> for web addresses || Not implemented || || 85 || <input type="email"> for email addresses || Not implemented || || 86 || <input type="date"> for calendar date pickers || Not implemented || || 87 || <input type="month"> for months || Not implemented || || 88 || <input type="week"> for weeks || Not implemented || || 89 || <input type="time"> for timestamps || Not implemented || || 90 || <input type="datetime"> for precise, absolute date+time stamps || Not implemented || || 91 || <input type="datetime-local"> for local dates and times || Not implemented || || 92 || <input type="file"> for selecting local files || Not implemented || || 93 93 || <menu> a menu list of form controls || || || 94 94 || <command> a command button inside a menu element || || || … … 130 130 131 131 || '''Feature''' || '''Status''' || '''Layout test''' || 132 || Geolocation API || Not supported || ||132 || Geolocation API || Not implemented || || 133 133 || HTML5 getElementsByClassName API || || || 134 134 || HTML5 element.classList API || || || … … 138 138 || W3C Selectors API || || || 139 139 || W3C Server-sent Events || || || 140 || Multi-touch input || Not supported || ||140 || Multi-touch input DOM events || Not implemented || || 141 141 142 142 = Miscellaneous HTML5 features = … … 144 144 || '''Feature''' || '''Status''' || '''Layout test''' || 145 145 || HTML5 drag and drop || || || 146 || <progress> progress indicator || || ||146 || <progress> progress indicator || || || 147 147 || <meter> an indicator for scalar measurement || || || 148 148 || <ruby>, <rt>, <rp> elements for Chinese notes or characters || || || … … 150 150 || <embed> element for embedding content such as a plug-in || || || 151 151 || Inline MathML || || || 152 || Inline SVG || || || 153 || manifest attribute for <html> || || || 152 || Inline SVG || || || 154 153 || sizes attribute for <link> || || || 155 154 || charset attribute for <meta> || || ||