Changes between Version 20 and Version 21 of QtWebKitTableOfFeatures20
- Timestamp:
- Apr 14, 2010, 8:19:00 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTableOfFeatures20
v20 v21 114 114 || novalidate attribute || || || 115 115 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 134 116 = Miscellaneous web developer APIs = 135 117 … … 158 140 || <embed> element for embedding content such as a plug-in || || || 159 141 || 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 || ||