Changes between Version 11 and Version 12 of QtWebKitTableOfFeatures20


Ignore:
Timestamp:
Apr 13, 2010 7:50:15 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTableOfFeatures20

    v11 v12  
    5353|| <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 ||
    5454
    55 = CSS Features =
     55= Advanced CSS Features =
    5656
    5757|| '''Feature''' || '''Status''' || '''Bugzilla''' ||  '''Layout tests''' ||
     
    6565|| [http://webkit.org/blog/363/styling-scrollbars/ Styling scrollbars with -webkit-scrollbar-* CSS properties] || || || ||
    6666|| [http://webkit.org/blog/181/css-masks/ -webkit-mask-* CSS properties]  || || || ||
    67 
    68 TBD: preparefortransition and dotransition?
    6967
    7068= HTML5 functionality in web forms =
     
    8684|| <input type="file"> for selecting local files || Not implemented || ||
    8785|| <menu> a menu list of form controls || || ||
    88 || <command> a command button inside a menu element  || || ||
    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 || || ||
    9189|| <output>  element || || ||
    92 || autocomplete attribute || || ||
     90|| autocomplete attribute for input values || || ||
    9391|| 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 || || ||
    10096|| 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|| || ||
    10599|| novalidate attribute || || ||
    106100
     
    149143|| scoped attribute for <style> || || ||
    150144|| async attribute for <script> || || ||
    151 || ping attribute for <a, <area> || || ||
     145|| ping attribute for <a>, <area> || || ||
    152146|| reversed attribute for <ol> || || ||
    153147|| sandbox attribute for <iframe> || || ||