Changes between Version 20 and Version 21 of QtWebKitTableOfFeatures20


Ignore:
Timestamp:
Apr 14, 2010 8:19:00 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTableOfFeatures20

    v20 v21  
    114114|| novalidate attribute || || ||
    115115
    116 
    117 = HTML5 semantic elements =
    118 
    119 || '''Feature''' || '''Status''' || '''Layout test''' ||
    120 || <section>|| || ||
    121 || <nav> || || ||
    122 || <article> || || ||
    123 || <aside> || || ||
    124 || <hgroup> || || ||
    125 || <header> || || ||
    126 || <footer> || || ||
    127 || <time> || || ||
    128 || <mark> || || ||
    129 || <details> || Not implemented || ||
    130 || HTML5 Microdata (item, itemprop attributes, microdata DOM API) || || ||
    131 || window.onhashchange event (fires when a window's hash (#) location changes) || || ||
    132 
    133 
    134116= Miscellaneous web developer APIs =
    135117
     
    158140|| <embed> element for embedding content such as a plug-in || || ||
    159141|| Inline MathML || Not implemented || ||
    160 || Inline SVG ||  || || 
    161 || sizes attribute for <link> || || ||
    162 || charset attribute for <meta> || || ||
    163 || scoped attribute for <style> || || ||
    164 || async attribute for <script> || || ||
    165 || ping attribute for <a>, <area> || || ||
    166 || reversed attribute for <ol> || || ||
    167 || sandbox attribute for <iframe> || || ||
    168 || seamless attribute for <iframe> || || ||
    169 || Datasets (data-*) global attribute || || ||
    170 || contextmenu global attribute || || ||
    171 || hidden global attribute || || ||
    172 || spellcheck global attribute || || ||
     142|| Inline SVG || Experimental || ||