Changes between Version 11 and Version 12 of QtWebKitTableOfFeatures20
- Timestamp:
- Apr 13, 2010, 7:50:15 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTableOfFeatures20
v11 v12 53 53 || <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 || 54 54 55 = CSS Features =55 = Advanced CSS Features = 56 56 57 57 || '''Feature''' || '''Status''' || '''Bugzilla''' || '''Layout tests''' || … … 65 65 || [http://webkit.org/blog/363/styling-scrollbars/ Styling scrollbars with -webkit-scrollbar-* CSS properties] || || || || 66 66 || [http://webkit.org/blog/181/css-masks/ -webkit-mask-* CSS properties] || || || || 67 68 TBD: preparefortransition and dotransition?69 67 70 68 = HTML5 functionality in web forms = … … 86 84 || <input type="file"> for selecting local files || Not implemented || || 87 85 || <menu> a menu list of form controls || || || 88 || <command> a command button inside a menuelement || || ||89 || <datalist> element || || ||90 || <keygen> element || || ||86 || <command> a command button inside a <menu> element || || || 87 || <datalist> element and list attribute (for input type="list") || || || 88 || <keygen> element, challenge attribute and keytype attribute for PKI key generation || || || 91 89 || <output> element || || || 92 || autocomplete attribute || || ||90 || autocomplete attribute for input values || || || 93 91 || autofocus attribute for web form controls || || || 94 || list attribute || || || 95 || required attribute || || || 96 || multiple attribute || || || 97 || pattern attribute || || || 98 || min, max attributes || || || 99 || step attribute || || || 92 || required attribute for specifying mandatory input fields || || || 93 || multiple attribute (if present, multiple input values allowed) || || || 94 || pattern attribute for validating input field's value || || || 95 || step attribute for date/time related input types || || || 100 96 || placeholder attribute for placeholder text in an input field || || || 101 || challenge attribute || || || 102 || keytype attribute || || || 103 || form attribute || || || 104 || maxlength attribute || || || 97 || form attribute || || || 98 || maxlength attribute for text fields|| || || 105 99 || novalidate attribute || || || 106 100 … … 149 143 || scoped attribute for <style> || || || 150 144 || async attribute for <script> || || || 151 || ping attribute for <a , <area> || || ||145 || ping attribute for <a>, <area> || || || 152 146 || reversed attribute for <ol> || || || 153 147 || sandbox attribute for <iframe> || || ||