Changes between Version 9 and Version 10 of QtWebKitTableOfFeatures20


Ignore:
Timestamp:
Apr 13, 2010 6:49:14 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTableOfFeatures20

    v9 v10  
    4848|| <canvas> element || Technology preview (partial support).  || LayoutTests/fast/canvas ||
    4949
    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.
     50QtWebKit 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.
    5151
    5252|| '''Feature''' || '''Status''' || '''Layout test''' || 
     
    5454
    5555= CSS Features =
    56 
    57 TBD: preparefortransition and dotransition?
    5856
    5957|| '''Feature''' || '''Status''' || '''Bugzilla''' ||  '''Layout tests''' ||
     
    7472|| CSS Background Clip || || || ||
    7573
     74TBD: preparefortransition and dotransition?
     75
    7676= HTML5 functionality in web forms =
    7777
    7878|| '''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 || ||
    9393|| <menu> a menu list of form controls || || ||
    9494|| <command> a command button inside a menu element  || || ||
     
    130130
    131131|| '''Feature''' || '''Status''' || '''Layout test''' ||
    132 || Geolocation API || Not supported || ||
     132|| Geolocation API || Not implemented || ||
    133133|| HTML5 getElementsByClassName API || || ||
    134134|| HTML5 element.classList API || || ||
     
    138138|| W3C Selectors API || || ||
    139139|| W3C Server-sent Events || || ||
    140 || Multi-touch input|| Not supported || ||
     140|| Multi-touch input DOM events || Not implemented || ||
    141141
    142142= Miscellaneous HTML5 features =
     
    144144|| '''Feature''' || '''Status''' || '''Layout test''' ||
    145145|| HTML5 drag and drop || || ||
    146 || <progress> progress indicator || || ||
     146|| <progress> progress indicator ||  || ||
    147147|| <meter> an indicator for scalar measurement || || ||
    148148|| <ruby>, <rt>, <rp> elements for Chinese notes or characters  || || ||
     
    150150|| <embed> element for embedding content such as a plug-in || || ||
    151151|| Inline MathML || || ||
    152 || Inline SVG || || ||
    153 || manifest attribute for <html>  || || ||
     152|| Inline SVG || || || 
    154153|| sizes attribute for <link> || || ||
    155154|| charset attribute for <meta> || || ||