51 | | = Advanced CSS Features = |
52 | | |
53 | | || '''Feature''' || '''Status''' || '''Layout tests''' || |
54 | | || [http://www.w3.org/TR/css3-2d-transforms/ CSS 2D Transforms Module Level 3] || Experimental, with -webkit prefix. Performance enhanced implementation with accelerated compositing in Technology Preview. || LayoutTests/transforms, LayoutTests/transforms/2d, /LayoutTests/fast/transforms, LayoutTests/fast/css || |
55 | | || [http://www.w3.org/TR/css3-3d-transforms/ CSS 3D Transforms Module Level 3] || ? || LayoutTests/transforms, LayoutTests/transforms/3d/general, LayoutTests/transforms/3d/hit-testing, LayoutTests/transforms/3d/point-mapping, LayoutTests/compositing/animation || |
56 | | || [http://www.w3.org/TR/css3-transitions/ CSS Transitions Module Level 3] || Experimental, with -webkit prefix. Performance enhanced implementation with accelerated compositing in Technology Preview. || LayoutTests/transitions, LayoutTests/fast/css, LayoutTests/compositing/transitions || |
57 | | || [http://www.w3.org/TR/css3-animations/ CSS Animations Module Level 3] || Experimental, with -webkit prefix || LayoutTests/animations, LayoutTests/animations/3d, LayoutTests/compositing/animation || |
58 | | || [http://www.w3.org/TR/css3-background/ Backgrounds and Borders Module Level 3 support] || Technology preview, with -webkit prefix || || |
59 | | || [http://dev.w3.org/csswg/css3-text/ CSS Text Level 3] || Not implemented || || |
60 | | || [http://www.w3.org/TR/css3-fonts/ CSS Fonts Module Level 3] || Technology preview || || |
61 | | || [http://webkit.org/blog/363/styling-scrollbars/ Styling scrollbars with CSS] || Technology preview, with -webkit-scrollbar-* || || |
62 | | || [http://webkit.org/blog/181/css-masks/ -webkit-mask-* CSS properties] || Experimental, WebKit specific || || |
63 | | || [http://webkit.org/blog/176/css-canvas-drawing/ CSS Canvas drawing] || Experimental, WebKit specific || || |
64 | | || [http://webkit.org/blog/182/css-reflections/ CSS reflections] || Experimental, WebKit specific || || |
65 | | || [http://www.w3.org/TR/widgets-vmmf/ CSS View Modes Media feature] || Technology preview || || |
66 | | || [http://www.w3.org/TR/2000/WD-css3-userint-20000216#user-select -webkit-user-select] || ? || || |
67 | | |
68 | | = Web application features = |
69 | | |
70 | | || '''Feature''' || '''Status''' || ''' Qt documentation''' || '''Layout test''' || |
71 | | || HTML5 Offline support: HTML5 application cache (manifest attribute) || Technology preview || [http://doc.qt.nokia.com/4.6/qwebsettings.html#setOfflineWebApplicationCachePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] OfflineWebApplicationCacheEnabled attribute || || |
72 | | || HTML5 Offline support: Web Storage (DOM storage, local storage & session storage) || Experimental || [http://doc.qt.nokia.com/4.6/qwebsettings.html#setLocalStoragePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] LocalStorageEnabled attribute || LayoutTests/storage || |
73 | | || HTML5 Offline support: Web SQL Database || Experimental || [[http://doc.qt.nokia.com/4.6/qwebsettings.html#setOfflineStoragePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] OfflineStorageDatabaseEnabled attribute || || |
74 | | || HTML5 Offline support: navigator.onLine attribute, online and offline events || Experimental || || |
75 | | || Web Workers - dedicated workers || Technology preview || || LayoutTests/workers || |
76 | | || Web Workers - shared workers || Technology preview || || LayoutTests/fast/workers || |
77 | | || HTML5 Cross-document messaging API || Technology preview || || |
78 | | || Web Sockets || Not implemented || || LayoutTests/websocket|| |
79 | | |
80 | | = HTML5 canvas and media = |
81 | | |
82 | | || '''Feature''' || '''Status''' || '''Layout test''' || |
83 | | || <canvas> element || Experimental (partial support). || LayoutTests/fast/canvas || |
84 | | || 3D canvas support with WebGL || Technology preview (partial support) || || |
85 | | |
86 | | QtWebKit 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. |
87 | | |
88 | | || '''Feature''' || '''Status''' || '''Layout test''' || |
89 | | || <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 || |
90 | | || <embed> element for embedding content such as a plug-in || ? || || |
91 | | |
92 | | = HTML5 functionality in web forms = |
93 | | |
94 | | || '''Feature''' || '''Status''' || '''Layout test''' || |
95 | | || HTML5 input types such as email, tel, date, color || Not implemented || || |
96 | | || autofocus attribute for web form controls || Technology preview || || |
97 | | || placeholder attribute for placeholder text in an input field || Technology preview || || |
98 | | || autocomplete attribute for input values || ? || || |
99 | | || maxlength attribute for text fields || ? || || |
100 | | |
101 | | = Other new web developer APIs and HTML5 features = |
102 | | |
103 | | || '''Feature''' || '''Status''' || '''Layout test''' || |
104 | | || Geolocation API || Not implemented || || |
105 | | || W3C Selectors API || Experimental || || |
106 | | || HTML5 getElementsByClassName API || Experimental || || |
107 | | || W3C Server-sent Events || ? || || |
108 | | || Multi-touch input DOM events || Technology preview || || |
109 | | || contenteditable global attribute || Experimental || || |
110 | | || <progress> progress indicator || Technology preview (which platforms? will this be enabled by default?) || || |
111 | | || <meter> an indicator for scalar measurement || Technology preview (which platforms? will this be enabled by default?) || || |
112 | | || <a rel="noreferrer"> (don't provide referrer info when following link) || ?, support exist in WebKit (http://webkit.org/blog/907/webkit-nightlies-support-html5-noreferrer-link-relation/) || || |
113 | | || HTML5 drag and drop, draggable attribute || Technology preview ? || || |
114 | | || <ruby>, <rt>, <rp> elements for Chinese notes or characters || ?, support in webkit: http://webkit.org/blog/948/ruby-rendering-in-webkit/ || || |
| 51 | = Web Standard and Specification Support = |
| 52 | |
| 53 | {{{ |
| 54 | #!html |
| 55 | <h1>Web Standards in QtWebKit 2.0</h1> |
| 56 | <div>Moved to the webkit wiki.</div> |
| 57 | <br> |
| 58 | <div>Classification of features:</div> |
| 59 | <ul><li>Yes: the specification is stable and implementation is complete. (There may still be bugs)</li> |
| 60 | <li>Experimental: the specification may still change, or the implementation may be incomplete, so experimentation is needed before using the feature</li> |
| 61 | <li>Delete row: no information available so the row will be deleted from the final documentation of QtWebKit 2.0 </li></ul> |
| 62 | <br> |
| 63 | <h2>HTML / XHTML (Hypertext Markup Language)</h2> |
| 64 | <table border="1" bordercolor="#999999" cellpadding="3" cellspacing="0" id="i0ha" width="100%"> |
| 65 | <tbody> |
| 66 | <tr style="text-align:left"> |
| 67 | <td bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Standard</b></font></td> |
| 68 | <td bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Status</b></font></td> |
| 69 | <td align="center" bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Supported</b></font></td> |
| 70 | <td bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Notes</b></font></td> |
| 71 | </tr> |
| 72 | <tr style="text-align:left"> |
| 73 | <td><font class="Apple-style-span" size="3">HTML 4.01</font></td> |
| 74 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/html401/" id="xjda" style="color:#551a8b" title="W3C Recommendation 24 December 1999">W3C Recommendation 24 December 1999</a><br> |
| 75 | </font></td> |
| 76 | <td align="center" bgcolor="#ffffff"><font class="Apple-style-span" size="3">Yes</font></td> |
| 77 | <td><font class="Apple-style-span" size="3"><br> |
| 78 | </font></td> |
| 79 | </tr> |
| 80 | <tr style="text-align:left"> |
| 81 | <td>HTML5 (and related)</td> |
| 82 | <td><a href="http://www.w3.org/TR/html5/" id="in:-" title="W3C Working Draft 4 March 2010"></a><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/" id="a:72" style="color:#551a8b" title="WHATWG Last Call">WHATWG Draft Standard</a>, <a href="http://www.w3.org/TR/html5/" id="zq4i" title="W3C Working Draft 4 March 2010">W3C Working Draft</a><br> |
| 83 | </td> |
| 84 | <td align="center" bgcolor="#ffffff"><br> |
| 85 | </td> |
| 86 | <td><br> |
| 87 | </td> |
| 88 | </tr> |
| 89 | <tr style="text-align:left"> |
| 90 | <td> Microdata</td> |
| 91 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#microdata" id="usj1" title="WHATWG Draft Standard">WHATWG Draft Standard</a></td> |
| 92 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 93 | <td><br> |
| 94 | </td> |
| 95 | </tr> |
| 96 | <tr style="text-align:left"> |
| 97 | <td> 2D Canvas</td> |
| 98 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#2dcontext" id="c2n4" title="WHATWG Draft Standard">WHATWG Draft Standard</a></td> |
| 99 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 100 | <td><br> |
| 101 | </td> |
| 102 | </tr> |
| 103 | <tr style="text-align:left"> |
| 104 | <td> Cross-document Messaging</td> |
| 105 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages" id="nvcg" title="WHATWG Draft Standard">WHATWG Draft Standard</a></td> |
| 106 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 107 | <td>Kevin thinks this must be there because workers seem to work</td> |
| 108 | </tr> |
| 109 | <tr style="text-align:left"> |
| 110 | <td> Channel Messaging</td> |
| 111 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#channel-messaging" id="y.5-" title="WHATWG Draft Standard">WHATWG Draft Standard</a><br> |
| 112 | </td> |
| 113 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 114 | <td>Is ENABLE(CHANNEL_MESSAGING) for this? We seem to enable this in WebCore.pri</td> |
| 115 | </tr> |
| 116 | <tr style="text-align:left"> |
| 117 | <td> Forms</td> |
| 118 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#forms" id="i8la" title="WHATWG Draft Standard">WHATWG Draft Standard</a></td> |
| 119 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 120 | <td>Full picture not known, but we seem <br> |
| 121 | to have some small parts like autofocus and placeholder attribute</td> |
| 122 | </tr> |
| 123 | <tr style="text-align:left"> |
| 124 | <td> Ruby element</td> |
| 125 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/#the-ruby-element" id="s6p8" title="WHATWG Draft Standard">WHATWG Draft Standard</a></td> |
| 126 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 127 | <td><font class="Apple-style-span" size="2"><a class="ext-link" href="http://webkit.org/blog/948/ruby-rendering-in-webkit/" style="color:#bb0000;text-decoration:none">http://webkit.org/blog/948/ruby-rendering-in-webkit/</a></font></td> |
| 128 | </tr> |
| 129 | <tr style="text-align:left"> |
| 130 | <td> Audio and Video</td> |
| 131 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#video" id="gjdr" title="WHATWG Draft Standard">WHATWG Draft Standard</a></td> |
| 132 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 133 | <td><br> |
| 134 | </td> |
| 135 | </tr> |
| 136 | <tr style="text-align:left"> |
| 137 | <td> Drag and Drop</td> |
| 138 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#dnd" id="gp1r" title="WHATWG Draft Standard">WHATWG Draft Standard</a></td> |
| 139 | <td bgcolor="#ffffff" style="text-align:center">No</td> |
| 140 | <td><br> |
| 141 | </td> |
| 142 | </tr> |
| 143 | <tr style="text-align:left"> |
| 144 | <td> Offline Web Applications<br> |
| 145 | </td> |
| 146 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html" id="ygkn" style="color:#551a8b" title="WHATWG Draft Standard">WHATWG Draft Standard</a><br> |
| 147 | </td> |
| 148 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 149 | <td><br> |
| 150 | </td> |
| 151 | </tr> |
| 152 | <tr style="text-align:left"> |
| 153 | <td> Web Workers</td> |
| 154 | <td><a href="http://www.whatwg.org/specs/web-workers/current-work/" id="ezu7" title="WHATWG Draft Recommendation 12 May 2010">WHATWG Draft Recommendation</a>, <a href="http://dev.w3.org/html5/workers/Overview.html" id="j2h4" title="W3C Editor's Draft">W3C Editor's Draft</a></td> |
| 155 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 156 | <td>Both dedicated and shared worker work according to Kevin. </td> |
| 157 | </tr> |
| 158 | <tr style="text-align:left"> |
| 159 | <td> Web Storage</td> |
| 160 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/complete.html#webstorage" id="e01d" title="WHATWG Draft Standard">WHATWG Draft Standard</a>, <a href="http://dev.w3.org/html5/webstorage/" id="cpie" title="W3C Editor's Draft">W3C Editor's Draft</a></td> |
| 161 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 162 | <td><br> |
| 163 | </td> |
| 164 | </tr> |
| 165 | <tr style="text-align:left"> |
| 166 | <td> WebSocket API</td> |
| 167 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/complete.html#network" id="uwny" title="WHATWG Draft Standard">WHATWG Draft Standard</a>, <a href="http://dev.w3.org/html5/websockets/" id="sw79" title="W3C Editor's Draft">W3C Editor's Draft</a></td> |
| 168 | <td bgcolor="#ffffff" style="text-align:center">Delete row</td> |
| 169 | <td><br> |
| 170 | </td> |
| 171 | </tr> |
| 172 | <tr style="text-align:left"> |
| 173 | <td> WebSocket protocol</td> |
| 174 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/complete.html#websocket-protocol" id="x3wt" title="WHATWG Draft Standard">WHATWG Draft Standard</a>, <a href="http://www.whatwg.org/specs/web-socket-protocol/" id="jm6." title="IETF Draft">IETF Draft</a></td> |
| 175 | <td bgcolor="#ffffff" style="text-align:center">Delete row</td> |
| 176 | <td><br> |
| 177 | </td> |
| 178 | </tr> |
| 179 | <tr style="text-align:left"> |
| 180 | <td> Server-sent Events</td> |
| 181 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/complete.html#server-sent-events" id="rwme" title="WHATWG Draft Standard">WHATWG Draft Standard</a>, <a href="http://dev.w3.org/html5/eventsource/" id="iiia" title="W3C Editior's Draft">W3C Editior's Draft</a></td> |
| 182 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 183 | <td><br> |
| 184 | </td> |
| 185 | </tr> |
| 186 | <tr style="text-align:left"> |
| 187 | <td> Web SQL Database</td> |
| 188 | <td><a href="http://dev.w3.org/html5/webdatabase/" id="q7-r" title="W3C Editor's Draft">W3C Editor's Draft</a></td> |
| 189 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 190 | <td><br> |
| 191 | </td> |
| 192 | </tr> |
| 193 | <tr style="text-align:left"> |
| 194 | <td> Geolocation API</td> |
| 195 | <td><a href="http://dev.w3.org/geo/api/spec-source.html" id="hwlr" title="W3C Editor's Draft">W3C Editor's Draft</a></td> |
| 196 | <td bgcolor="#ffffff" style="text-align:center">No</td> |
| 197 | <td><br> |
| 198 | </td> |
| 199 | </tr> |
| 200 | <tr style="text-align:left"> |
| 201 | <td><font class="Apple-style-span" face="'Courier New'"><font class="Apple-style-span" size="2"> <device></font></font> Element</td> |
| 202 | <td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#devices" id="w33b" title="WHATWG Draft Standard">WHATWG Draft Standard</a></td> |
| 203 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 204 | <td><br> |
| 205 | </td> |
| 206 | </tr> |
| 207 | <tr style="text-align:left"> |
| 208 | <td> File API</td> |
| 209 | <td><a href="http://dev.w3.org/2006/webapi/FileAPI/" id="bfvz" title="W3C Editor's Draft">W3C Editor's Draft</a></td> |
| 210 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 211 | <td><br> |
| 212 | </td> |
| 213 | </tr> |
| 214 | <tr style="text-align:left"> |
| 215 | <td> 3D Canvas (WebGL)</td> |
| 216 | <td><a href="https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/doc/spec/WebGL-spec.html" id="ugi:" title="Khronos Group Working Draft">Khronos Group Working Draft</a></td> |
| 217 | <td bgcolor="#ffffff" style="text-align:center">No</td> |
| 218 | <td><br> |
| 219 | </td> |
| 220 | </tr> |
| 221 | <tr style="text-align:left"> |
| 222 | <td> <font class="Apple-style-span" size="3">XMLHttpRequest Level 1</font></td> |
| 223 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/XMLHttpRequest/" id="p03g" style="color:#551a8b" title="W3C Working Draft 19 November 2009">W3C Working Draft 19 November 2009</a></font><br> |
| 224 | </td> |
| 225 | <td bgcolor="#ffffff" style="text-align:center">Yes</td> |
| 226 | <td><br> |
| 227 | </td> |
| 228 | </tr> |
| 229 | <tr style="text-align:left"> |
| 230 | <td> <font class="Apple-style-span" size="3">XMLHttpRequest Level 2</font></td> |
| 231 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/XMLHttpRequest2/" id="mbkh" style="color:#551a8b" title="W3C Working Draft 20 August 2009">W3C Working Draft 20 August 2009</a></font><br> |
| 232 | </td> |
| 233 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 234 | <td><br> |
| 235 | </td> |
| 236 | </tr> |
| 237 | <tr style="text-align:left"> |
| 238 | <td> <font class="Apple-style-span" size="3">Selectors API</font></td> |
| 239 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/selectors-api/" id="xmas" style="color:#551a8b" title="W3C Candidate Recommendation 22 December 2009">W3C Candidate Recommendation 22 December 2009</a></font><br> |
| 240 | </td> |
| 241 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 242 | <td><br> |
| 243 | </td> |
| 244 | </tr> |
| 245 | </tbody> |
| 246 | </table> |
| 247 | <br> |
| 248 | <br> |
| 249 | <table border="1" bordercolor="#999999" cellpadding="3" cellspacing="0" id="i0ha" width="100%"> |
| 250 | <tbody> |
| 251 | <tr style="text-align:left"> |
| 252 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Standard</b></font><br> |
| 253 | </td> |
| 254 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Status</b></font><br> |
| 255 | </td> |
| 256 | <td align="center" bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Supported</b></font><br> |
| 257 | </td> |
| 258 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Notes</b></font><br> |
| 259 | </td> |
| 260 | </tr> |
| 261 | <tr style="text-align:left"> |
| 262 | <td>XHTML 1.0</td> |
| 263 | <td style="text-align:justify"><a href="http://www.w3.org/TR/xhtml1" id="h4:8" title="W3C Recommendation 26 January 2000 (2nd Edition)">W3C Recommendation 26 January 2000 (2nd Edition)</a></td> |
| 264 | <td align="center" bgcolor="#ffffff">Yes</td> |
| 265 | <td><br> |
| 266 | </td> |
| 267 | </tr> |
| 268 | <tr style="text-align:left"> |
| 269 | <td>XHTML 1.1</td> |
| 270 | <td><a href="http://www.w3.org/TR/xhtml11" id="lc_j" title="W3C Recommendation 31 May 2001">W3C Recommendation 31 May 2001</a></td> |
| 271 | <td align="center" bgcolor="#ffffff">DELETE ROW</td> |
| 272 | <td><br> |
| 273 | </td> |
| 274 | </tr> |
| 275 | <tr style="text-align:left"> |
| 276 | <td>XHTML Basic 1.0</td> |
| 277 | <td><a href="http://www.w3.org/TR/2000/REC-xhtml-basic-20001219/" id="x-6t" title="W3C Recommendation 19 December 2000">W3C Recommendation 19 December 2000</a></td> |
| 278 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 279 | <td><br> |
| 280 | </td> |
| 281 | </tr> |
| 282 | <tr style="text-align:left"> |
| 283 | <td>XHTML Basic 1.1</td> |
| 284 | <td><a href="http://www.w3.org/TR/xhtml-basic/" id="twm2" title="W3C Recommendation 29 July 2008">W3C Recommendation 29 July 2008</a></td> |
| 285 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 286 | <td>Boston tests results say "partial"</td> |
| 287 | </tr> |
| 288 | <tr style="text-align:left"> |
| 289 | <td>XHTML Mobile Profile 1.0</td> |
| 290 | <td><a href="http://www.openmobilealliance.org/tech/affiliates/wap/wap-277-xhtmlmp-20011029-a.pdf" id="hdup" title="Open Mobile Alliance 29 October 2001">Open Mobile Alliance 29 October 2001</a></td> |
| 291 | <td align="center" bgcolor="#ffffff">No</td> |
| 292 | <td><font class="Apple-style-span" size="2">Guarded by </font><font class="Apple-style-span" face="'Courier New'"><font class="Apple-style-span" size="2">ENABLE(XHTMLMP)</font></font><br> |
| 293 | </td> |
| 294 | </tr> |
| 295 | <tr style="text-align:left"> |
| 296 | <td>XHTML Mobile Profile 1.1<br> |
| 297 | </td> |
| 298 | <td><a href="http://www.openmobilealliance.org/technical/release_program/docs/copyrightclick.aspx?pck=Browsing&file=V2_2-20061020-A/OMA-WAP-XHTMLMP-V1_1-20061020-A.pdf" id="lt55" title="Open Mobile Alliance 20 October 2006">Open Mobile Alliance 20 October 2006</a></td> |
| 299 | <td bgcolor="#ffffff" style="text-align:center">No</td> |
| 300 | <td><font class="Apple-style-span" size="2">Guarded by </font><font class="Apple-style-span" face="'Courier New'"><font class="Apple-style-span" size="2">ENABLE(XHTMLMP)</font></font><br> |
| 301 | </td> |
| 302 | </tr> |
| 303 | <tr style="text-align:left"> |
| 304 | <td>XHTML+Voice Profile (X+V)</td> |
| 305 | <td><a href="http://www.w3.org/TR/2001/NOTE-xhtml+voice-20011221/" id="i3sj" title="W3C Note 21 December 2001">W3C Note 21 December 2001</a></td> |
| 306 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 307 | <td><br> |
| 308 | </td> |
| 309 | </tr> |
| 310 | <tr style="text-align:left"> |
| 311 | <td>XHTML 2.0<br> |
| 312 | </td> |
| 313 | <td style="text-align:center"><a href="http://www.w3.org/TR/xhtml2" id="qzq2" style="color:#551a8b" title="W3C Working Draft 26 July 2006">W3C Working Draft 26 July 2006</a><br> |
| 314 | </td> |
| 315 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 316 | <td><br> |
| 317 | </td> |
| 318 | </tr> |
| 319 | </tbody> |
| 320 | </table> |
| 321 | <br> |
| 322 | <br> |
| 323 | <table border="1" bordercolor="#999999" cellpadding="3" cellspacing="0" id="r0ep" width="100%"> |
| 324 | <tbody> |
| 325 | <tr style="text-align:left"> |
| 326 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Standard</b></font><font class="Apple-style-span" size="3"><br> |
| 327 | </font></td> |
| 328 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Status</b></font><font class="Apple-style-span" size="3"><br> |
| 329 | </font></td> |
| 330 | <td align="center" bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Supported</b></font><font class="Apple-style-span" size="3"><br> |
| 331 | </font></td> |
| 332 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Notes</b></font><font class="Apple-style-span" size="3"><br> |
| 333 | </font></td> |
| 334 | </tr> |
| 335 | <tr style="text-align:left"> |
| 336 | <td><font class="Apple-style-span" size="3">WML 1.3</font></td> |
| 337 | <td><font class="Apple-style-span" size="3"><a href="http://www.openmobilealliance.org/tech/affiliates/LicenseAgreement.asp?DocName=/wap/wap-191-wml-20000219-a.pdf" id="hcd_" title="Open Mobile Alliance 19 February 2000">Open Mobile Alliance 19 February 2000</a></font></td> |
| 338 | <td align="center" bgcolor="#ffffff"><font class="Apple-style-span" size="3">No</font></td> |
| 339 | <td><font class="Apple-style-span" size="3"><font class="Apple-style-span" size="2">Guarded by </font><font class="Apple-style-span" face="'Courier New'"><font class="Apple-style-span" size="2">ENABLE(WML)</font></font><br> |
| 340 | </font></td> |
| 341 | </tr> |
| 342 | <tr style="text-align:left"> |
| 343 | <td><font class="Apple-style-span" size="3">WML 2.0</font></td> |
| 344 | <td><font class="Apple-style-span" size="3"><a href="http://www.openmobilealliance.org/tech/affiliates/LicenseAgreement.asp?DocName=/wap/wap-238-wml-20010911-a.pdf" id="gdlk" title="Open Mobile Alliance 11 September 2001">Open Mobile Alliance 11 September 2001</a></font></td> |
| 345 | <td align="center" bgcolor="#ffffff"><font class="Apple-style-span" size="3">No</font></td> |
| 346 | <td><font class="Apple-style-span" size="3"><font class="Apple-style-span" size="2">Guarded by </font><font class="Apple-style-span" face="'Courier New'"><font class="Apple-style-span" size="2">ENABLE(WML)</font></font><br> |
| 347 | </font></td> |
| 348 | </tr> |
| 349 | </tbody> |
| 350 | </table> |
| 351 | <br> |
| 352 | <br> |
| 353 | <h2>CSS (Cascading Style Sheets)</h2> |
| 354 | <ul><li><a href="http://www.w3.org/Style/CSS/current-work" id="vocy" title="http://www.w3.org/Style/CSS/current-work">http://www.w3.org/Style/CSS/current-work</a></li> |
| 355 | <li><font class="Apple-style-span" color="#FF0000"><span class="Apple-style-span" style="text-decoration:underline">Note that experimental CSS properties have a -webkit prefix</span></font></li></ul> |
| 356 | <br> |
| 357 | <br> |
| 358 | <table border="1" bordercolor="#999999" cellpadding="3" cellspacing="0" id="cwtc" width="100%"> |
| 359 | <tbody> |
| 360 | <tr style="text-align:left"> |
| 361 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Standard</b></font><font class="Apple-style-span" size="3"><br> |
| 362 | </font></td> |
| 363 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Status</b></font><font class="Apple-style-span" size="3"><br> |
| 364 | </font></td> |
| 365 | <td align="center" bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Supported</b></font><font class="Apple-style-span" size="3"><br> |
| 366 | </font></td> |
| 367 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Notes</b></font><font class="Apple-style-span" size="3"><br> |
| 368 | </font></td> |
| 369 | </tr> |
| 370 | <tr style="text-align:left"> |
| 371 | <td><font class="Apple-style-span" size="3">CSS Level 1</font></td> |
| 372 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/CSS1" id="wc7:" title="W3C Recommendation 17 Dec 1996">W3C Recommendation 17 Dec 1996</a><br> |
| 373 | </font></td> |
| 374 | <td align="center" bgcolor="#ffffff"><font class="Apple-style-span" size="3">Yes</font></td> |
| 375 | <td><font class="Apple-style-span" size="3"><br> |
| 376 | </font></td> |
| 377 | </tr> |
| 378 | <tr style="text-align:left"> |
| 379 | <td><font class="Apple-style-span" size="3">CSS Level 2 Revision 1</font></td> |
| 380 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/CSS2/" id="ute9" title="W3C Candidate Recommendation 08 September 2009">W3C Candidate Recommendation 08 September 2009</a><br> |
| 381 | </font></td> |
| 382 | <td align="center" bgcolor="#ffffff"><font class="Apple-style-span" size="3">Yes</font></td> |
| 383 | <td><font class="Apple-style-span" size="3">Boston QA team test results have a 89% pass rate</font></td> |
| 384 | </tr> |
| 385 | <tr style="text-align:left"> |
| 386 | <td>CSS Level 3</td> |
| 387 | <td><br> |
| 388 | </td> |
| 389 | <td bgcolor="#ffffff"><br> |
| 390 | </td> |
| 391 | <td><br> |
| 392 | </td> |
| 393 | </tr> |
| 394 | <tr style="text-align:left"> |
| 395 | <td> Backgrounds and Borders</td> |
| 396 | <td><a href="http://www.w3.org/TR/css3-background/" id="jukn" title="W3C Candidate Recommendation 17 December 2009">W3C Candidate Recommendation 17 December 2009</a></td> |
| 397 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 398 | <td><br> |
| 399 | </td> |
| 400 | </tr> |
| 401 | <tr style="text-align:left"> |
| 402 | <td> Basic Box Model</td> |
| 403 | <td><a href="http://www.w3.org/TR/css3-box/" id="x5qc" title="W3C Working Draft 9 August 2007">W3C Working Draft 9 August 2007</a></td> |
| 404 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 405 | <td><br> |
| 406 | </td> |
| 407 | </tr> |
| 408 | <tr style="text-align:left"> |
| 409 | <td> Basic User Interface</td> |
| 410 | <td><a href="http://www.w3.org/TR/css3-ui/" id="n:y4" title="W3C Candidate Recommendation 11 May 2004">W3C Candidate Recommendation 11 May 2004</a></td> |
| 411 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 412 | <td><br> |
| 413 | </td> |
| 414 | </tr> |
| 415 | <tr style="text-align:left"> |
| 416 | <td> Color</td> |
| 417 | <td><a href="http://www.w3.org/TR/css3-color/" id="wzwa" title="W3C Working Draft 21 July 2008">W3C Working Draft 21 July 2008</a></td> |
| 418 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 419 | <td><br> |
| 420 | </td> |
| 421 | </tr> |
| 422 | <tr style="text-align:left"> |
| 423 | <td> Flexible Box Layout</td> |
| 424 | <td><a href="http://www.w3.org/TR/css3-flexbox/" id="y460" title="W3C Working Draft 23 July 2009">W3C Working Draft 23 July 2009</a></td> |
| 425 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 426 | <td><br> |
| 427 | </td> |
| 428 | </tr> |
| 429 | <tr style="text-align:left"> |
| 430 | <td> Fonts</td> |
| 431 | <td><a href="http://www.w3.org/TR/css3-fonts/" id="n7df" title="W3C Working Draft 18 June 2009">W3C Working Draft 18 June 2009</a></td> |
| 432 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 433 | <td><br> |
| 434 | </td> |
| 435 | </tr> |
| 436 | <tr style="text-align:left"> |
| 437 | <td> Grid Positioning</td> |
| 438 | <td><a href="http://www.w3.org/TR/css3-grid" id="c8i4" title="W3C Working Draft 5 September 2007">W3C Working Draft 5 September 2007</a></td> |
| 439 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 440 | <td><br> |
| 441 | </td> |
| 442 | </tr> |
| 443 | <tr style="text-align:left"> |
| 444 | <td> Marquee</td> |
| 445 | <td><a href="http://www.w3.org/TR/css3-marquee" id="eevx" title="W3C Candidate Recommendation 5 December 2008">W3C Candidate Recommendation 5 December 2008</a></td> |
| 446 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 447 | <td><br> |
| 448 | </td> |
| 449 | </tr> |
| 450 | <tr style="text-align:left"> |
| 451 | <td> Media Queries</td> |
| 452 | <td><a href="http://www.w3.org/TR/css3-mediaqueries/" id="t3vn" title="W3C Candidate Recommendation 15 September 2009">W3C Candidate Recommendation 15 September 2009</a></td> |
| 453 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 454 | <td>Boston test results say "partial"</td> |
| 455 | </tr> |
| 456 | <tr style="text-align:left"> |
| 457 | <td> Multi-column Layout</td> |
| 458 | <td><a href="http://www.w3.org/TR/css3-multicol/" id="c9wj" title="W3C Candidate Recommendation 17 December 2009">W3C Candidate Recommendation 17 December 2009</a></td> |
| 459 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 460 | <td><br> |
| 461 | </td> |
| 462 | </tr> |
| 463 | <tr style="text-align:left"> |
| 464 | <td> Namespace</td> |
| 465 | <td><a href="http://www.w3.org/TR/css3-namespace/" id="zaen" title="W3C Candidate Recommendation 23 May 2008">W3C Candidate Recommendation 23 May 2008</a></td> |
| 466 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 467 | <td><br> |
| 468 | </td> |
| 469 | </tr> |
| 470 | <tr style="text-align:left"> |
| 471 | <td> Paged Media</td> |
| 472 | <td><a href="http://www.w3.org/TR/css3-page" id="b.qa" title="W3C Working Draft 10 October 2006">W3C Working Draft 10 October 2006</a></td> |
| 473 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 474 | <td><br> |
| 475 | </td> |
| 476 | </tr> |
| 477 | <tr style="text-align:left"> |
| 478 | <td> Ruby</td> |
| 479 | <td><a href="http://www.w3.org/TR/css3-ruby/" id="wg3b" title="W3C Candidate Recommendation 14 May 2003">W3C Candidate Recommendation 14 May 2003</a></td> |
| 480 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 481 | <td><br> |
| 482 | </td> |
| 483 | </tr> |
| 484 | <tr style="text-align:left"> |
| 485 | <td> Selectors</td> |
| 486 | <td><a href="http://www.w3.org/TR/css3-selectors/" id="k_10" title="W3C Proposed Recommendation 15 December 2009">W3C Proposed Recommendation 15 December 2009</a></td> |
| 487 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 488 | <td><br> |
| 489 | </td> |
| 490 | </tr> |
| 491 | <tr style="text-align:left"> |
| 492 | <td> Speech</td> |
| 493 | <td><a href="http://www.w3.org/TR/css3-speech/" id="yf8r" title="W3C Working Draft 16 December 2004">W3C Working Draft 16 December 2004</a></td> |
| 494 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 495 | <td><br> |
| 496 | </td> |
| 497 | </tr> |
| 498 | <tr style="text-align:left"> |
| 499 | <td> Text</td> |
| 500 | <td><a href="http://www.w3.org/TR/css3-text/" id="y418" title="W3C Working Draft 6 March 2007">W3C Working Draft 6 March 2007</a></td> |
| 501 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 502 | <td><br> |
| 503 | </td> |
| 504 | </tr> |
| 505 | <tr style="text-align:left"> |
| 506 | <td> 2D Transforms</td> |
| 507 | <td><a href="http://www.w3.org/TR/css3-2d-transforms/" id="p.pt" title="W3C Working Draft 01 December 2009">W3C Working Draft 01 December 2009</a></td> |
| 508 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 509 | <td><br> |
| 510 | </td> |
| 511 | </tr> |
| 512 | <tr style="text-align:left"> |
| 513 | <td> 3D Transforms</td> |
| 514 | <td><a href="http://www.w3.org/TR/css3-3d-transforms" id="g8yc" title="W3C Working Draft 20 March 2009">W3C Working Draft 20 March 2009</a></td> |
| 515 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 516 | <td><br> |
| 517 | </td> |
| 518 | </tr> |
| 519 | <tr style="text-align:left"> |
| 520 | <td> Transitions</td> |
| 521 | <td><a href="http://www.w3.org/TR/css3-transitions" id="i8ni" title="W3C Working Draft 01 December 2009">W3C Working Draft 01 December 2009</a></td> |
| 522 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 523 | <td><br> |
| 524 | </td> |
| 525 | </tr> |
| 526 | <tr style="text-align:left"> |
| 527 | <td> Animations</td> |
| 528 | <td><a href="http://www.w3.org/TR/css3-animations" id="n2of" title="W3C Working Draft 20 March 2009">W3C Working Draft 20 March 2009</a></td> |
| 529 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 530 | <td><br> |
| 531 | </td> |
| 532 | </tr> |
| 533 | <tr style="text-align:left"> |
| 534 | <td>CSS Mobile Profile 2.0</td> |
| 535 | <td><a href="http://www.w3.org/TR/css-mobile" id="jo1z" title="W3C Candidate Recommendation 10 December 2008">W3C Candidate Recommendation 10 December 2008</a></td> |
| 536 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 537 | <td><br> |
| 538 | </td> |
| 539 | </tr> |
| 540 | <tr style="text-align:left"> |
| 541 | <td>CSS Print Profile</td> |
| 542 | <td><a href="http://www.w3.org/TR/css-print/" id="rxom" title="W3C Working Draft 13 October 2006">W3C Working Draft 13 October 2006</a></td> |
| 543 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 544 | <td><br> |
| 545 | </td> |
| 546 | </tr> |
| 547 | <tr style="text-align:left"> |
| 548 | <td>CSS TV Profile 1.0</td> |
| 549 | <td><a href="http://www.w3.org/TR/css-tv" id="r4w." title="W3C Candidate Recommendation 14 May 2003">W3C Candidate Recommendation 14 May 2003</a></td> |
| 550 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 551 | <td><br> |
| 552 | </td> |
| 553 | </tr> |
| 554 | <tr style="text-align:left"> |
| 555 | <td>Wireless CSS 1.1</td> |
| 556 | <td><a href="http://www.openmobilealliance.org/technical/release_program/docs/copyrightclick.aspx?pck=Browsing&file=V2_2-20061020-A/OMA-WAP-WCSS-V1_1-20061020-A.pdf" id="a4ic" title="Open Mobile Alliance 20 October 2006">Open Mobile Alliance 20 October 2006</a></td> |
| 557 | <td bgcolor="#ffffff" style="text-align:center">No</td> |
| 558 | <td><font class="Apple-style-span" size="2">Guarded by </font><font class="Apple-style-span" face="'Courier New'"><font class="Apple-style-span" size="2">ENABLE(WCSS)</font></font></td> |
| 559 | </tr> |
| 560 | <tr style="text-align:left"> |
| 561 | <td><font class="Apple-style-span" color="#FF0000"><span class="Apple-style-span" style="text-decoration:underline">CSSOM</span></font></td> |
| 562 | <td><a href="http://dev.w3.org/csswg/cssom/" id="pki." title="W3C Editor's Draft 31 March 2010">W3C Editor's Draft 31 March 2010</a><br> |
| 563 | </td> |
| 564 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 565 | <td>According to Kenneth</td> |
| 566 | </tr> |
| 567 | <tr style="text-align:left"> |
| 568 | <td><span class="Apple-style-span" style="text-decoration:underline"><font class="Apple-style-span" color="#FF0000">CSSOM View Module</font></span></td> |
| 569 | <td><a href="http://www.w3.org/TR/cssom-view/" id="e16." title="W3C Working Draft 04 August 2009">W3C Working Draft 04 August 2009</a><br> |
| 570 | </td> |
| 571 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 572 | <td>According to Kenneth</td> |
| 573 | </tr> |
| 574 | <tr style="text-align:left"> |
| 575 | <td><span class="Apple-style-span" style="text-decoration:underline"><font class="Apple-style-span" color="#FF0000">View Mode Media Feature</font></span></td> |
| 576 | <td><a href="http://www.w3.org/TR/view-mode/" id="gbn4" title="W3C Working Draft 20 April 2010">W3C Working Draft 20 April 2010</a></td> |
| 577 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 578 | <td><br> |
| 579 | </td> |
| 580 | </tr> |
| 581 | <tr style="text-align:left"> |
| 582 | <td><font class="Apple-style-span" color="#FF0000"><span class="Apple-style-span" style="text-decoration:underline">WebKit specific extensions</span></font></td> |
| 583 | <td><br> |
| 584 | </td> |
| 585 | <td bgcolor="#ffffff" style="text-align:center"><br> |
| 586 | </td> |
| 587 | <td><br> |
| 588 | </td> |
| 589 | </tr> |
| 590 | <tr style="text-align:left"> |
| 591 | <td> <font class="Apple-style-span" color="#FF0000"><span class="Apple-style-span" style="text-decoration:underline">WebKit Scrollbar styling</span></font></td> |
| 592 | <td><a href="http://webkit.org/blog/363/styling-scrollbars/" id="a-dn" title="Surfin' Safari blog, 19 March 2009">Surfin' Safari blog, 19 March 2009</a><br> |
| 593 | </td> |
| 594 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 595 | <td>Is this described in any standard draft?</td> |
| 596 | </tr> |
| 597 | <tr style="text-align:left"> |
| 598 | <td> <font class="Apple-style-span" color="#FF0000"><span class="Apple-style-span" style="text-decoration:underline">WebKit Masks</span></font></td> |
| 599 | <td><a href="http://webkit.org/blog/181/css-masks/" id="kgsu" title="Surfin' Safari blog, 24 April, 2008">Surfin' Safari blog, 24 April, 2008</a><br> |
| 600 | </td> |
| 601 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 602 | <td>Is this described in any standard draft?</td> |
| 603 | </tr> |
| 604 | <tr style="text-align:left"> |
| 605 | <td> <font class="Apple-style-span" color="#FF0000"><span class="Apple-style-span" style="text-decoration:underline">WebKit CSS Canvas Drawing</span></font></td> |
| 606 | <td style="text-align:left"><a href="http://webkit.org/blog/176/css-canvas-drawing/" id="t.mh" title="Surfin' Safari blog, 17 April 2008">Surfin' Safari blog, 17 April 2008</a><br> |
| 607 | </td> |
| 608 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 609 | <td>Is this described in any standard draft?</td> |
| 610 | </tr> |
| 611 | <tr style="text-align:left"> |
| 612 | <td> <font class="Apple-style-span" color="#FF0000"><span class="Apple-style-span" style="text-decoration:underline">WebKit CSS Reflections</span></font></td> |
| 613 | <td><a href="http://webkit.org/blog/182/css-reflections/" id="gf.z" title="Surfin' Safari blog, 29 April, 2008">Surfin' Safari blog, 29 April, 2008</a><br> |
| 614 | </td> |
| 615 | <td bgcolor="#ffffff" style="text-align:center">Experimental</td> |
| 616 | <td>Is this described in any standard draft?</td> |
| 617 | </tr> |
| 618 | </tbody> |
| 619 | </table> |
| 620 | <br> |
| 621 | <br> |
| 622 | <h2>DOM (Document Object Model)</h2> |
| 623 | <ul><li><a href="http://www.w3.org/DOM/DOMTR">http://www.w3.org/DOM/DOMTR</a><br> |
| 624 | </li></ul> |
| 625 | <br> |
| 626 | <table border="1" bordercolor="#999999" cellpadding="3" cellspacing="0" id="gm70" width="100%"> |
| 627 | <tbody> |
| 628 | <tr> |
| 629 | <td bgcolor="#eeeeee"><b>Standard</b></td> |
| 630 | <td bgcolor="#eeeeee"><b>Status</b></td> |
| 631 | <td bgcolor="#eeeeee" style="text-align:center"><b>Supported</b></td> |
| 632 | <td bgcolor="#eeeeee"><b>Notes</b></td> |
| 633 | </tr> |
| 634 | <tr> |
| 635 | <td>DOM Level 1</td> |
| 636 | <td><a href="http://www.w3.org/TR/REC-DOM-Level-1/" id="qf4y" title="W3C Recommendation 1 October, 1998">W3C Recommendation 1 October, 1998</a><br> |
| 637 | </td> |
| 638 | <td align="center" bgcolor="#b6d7a8">Yes</td> |
| 639 | <td><br> |
| 640 | </td> |
| 641 | </tr> |
| 642 | <tr> |
| 643 | <td>DOM Level 2</td> |
| 644 | <td><br> |
| 645 | </td> |
| 646 | <td align="center"><br> |
| 647 | </td> |
| 648 | <td><br> |
| 649 | </td> |
| 650 | </tr> |
| 651 | <tr> |
| 652 | <td> Core</td> |
| 653 | <td><a href="http://www.w3.org/TR/DOM-Level-2-Core/" id="vtbu" title="W3C Recommendation 13 November, 2000">W3C Recommendation 13 November, 2000</a><br> |
| 654 | </td> |
| 655 | <td align="center" bgcolor="#b6d7a8">Yes</td> |
| 656 | <td><br> |
| 657 | </td> |
| 658 | </tr> |
| 659 | <tr> |
| 660 | <td> HTML</td> |
| 661 | <td><a href="http://www.w3.org/TR/DOM-Level-2-HTML" id="rv9y" title="W3C Recommendation 09 January 2003">W3C Recommendation 09 January 2003</a><br> |
| 662 | </td> |
| 663 | <td align="center" bgcolor="#b6d7a8">Yes</td> |
| 664 | <td><br> |
| 665 | </td> |
| 666 | </tr> |
| 667 | <tr> |
| 668 | <td> Views</td> |
| 669 | <td><a href="http://www.w3.org/TR/DOM-Level-2-Views" id="s69b" title="W3C Recommendation 13 November 2000">W3C Recommendation 13 November 2000</a><br> |
| 670 | </td> |
| 671 | <td align="center" bgcolor="#b6d7a8">Yes<br> |
| 672 | </td> |
| 673 | <td><br> |
| 674 | </td> |
| 675 | </tr> |
| 676 | <tr> |
| 677 | <td> Events</td> |
| 678 | <td><a href="http://www.w3.org/TR/DOM-Level-2-Events" id="urki" title="W3C Recommendation 13 November 2000">W3C Recommendation 13 November 2000</a><br> |
| 679 | </td> |
| 680 | <td align="center" bgcolor="#b6d7a8">Yes<br> |
| 681 | </td> |
| 682 | <td><br> |
| 683 | </td> |
| 684 | </tr> |
| 685 | <tr> |
| 686 | <td> Style</td> |
| 687 | <td><a href="http://www.w3.org/TR/DOM-Level-2-Style" id="fkwm" title="W3C Recommendation 13 November 2000">W3C Recommendation 13 November 2000</a><br> |
| 688 | </td> |
| 689 | <td align="center" bgcolor="#b6d7a8">Yes<br> |
| 690 | </td> |
| 691 | <td><br> |
| 692 | </td> |
| 693 | </tr> |
| 694 | <tr> |
| 695 | <td> Traversal and Range</td> |
| 696 | <td><a href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range" id="t2-2" title="W3C Recommendation 13 November 2000">W3C Recommendation 13 November 2000</a><br> |
| 697 | </td> |
| 698 | <td align="center">DELETE ROW</td> |
| 699 | <td><br> |
| 700 | </td> |
| 701 | </tr> |
| 702 | <tr> |
| 703 | <td>DOM Level 3</td> |
| 704 | <td><br> |
| 705 | </td> |
| 706 | <td align="center"><br> |
| 707 | </td> |
| 708 | <td><br> |
| 709 | </td> |
| 710 | </tr> |
| 711 | <tr> |
| 712 | <td> Core</td> |
| 713 | <td><a href="http://www.w3.org/TR/DOM-Level-3-Core" id="x-1t" title="W3C Recommendation 07 April 2004">W3C Recommendation 07 April 2004</a><br> |
| 714 | </td> |
| 715 | <td align="center">DELETE ROW<br> |
| 716 | </td> |
| 717 | <td><br> |
| 718 | </td> |
| 719 | </tr> |
| 720 | <tr> |
| 721 | <td> Load and Save</td> |
| 722 | <td><a href="http://www.w3.org/TR/DOM-Level-3-LS" id="kq6t" title="W3C Recommendation 07 April 2004">W3C Recommendation 07 April 2004</a><br> |
| 723 | </td> |
| 724 | <td align="center">DELETE ROW</td> |
| 725 | <td><br> |
| 726 | </td> |
| 727 | </tr> |
| 728 | <tr> |
| 729 | <td> Validation</td> |
| 730 | <td><a href="http://www.w3.org/TR/DOM-Level-3-Val" id="x36t" title="W3C Recommendation 07 April 2004">W3C Recommendation 27 January 2004</a><br> |
| 731 | </td> |
| 732 | <td align="center">DELETE ROW</td> |
| 733 | <td><br> |
| 734 | </td> |
| 735 | </tr> |
| 736 | <tr> |
| 737 | <td> Views and Formatting</td> |
| 738 | <td><a href="http://www.w3.org/TR/DOM-Level-3-XPath/" id="o3wa" style="color:#551a8b" title="W3C Working Group Note 26 February 2004">W3C Working Group Note 26 February 2004</a><br> |
| 739 | </td> |
| 740 | <td align="center">DELETE ROW</td> |
| 741 | <td><br> |
| 742 | </td> |
| 743 | </tr> |
| 744 | <tr> |
| 745 | <td> Events</td> |
| 746 | <td><a href="http://www.w3.org/TR/DOM-Level-3-Events/" id="z-mk" style="color:#551a8b" title="W3C Working Draft 8 September 2009">W3C Working Draft 8 September 2009</a><br> |
| 747 | </td> |
| 748 | <td align="center" bgcolor="#ffe599">Experimental</td> |
| 749 | <td><br> |
| 750 | </td> |
| 751 | </tr> |
| 752 | <tr> |
| 753 | <td> XPath</td> |
| 754 | <td><a href="http://www.w3.org/TR/DOM-Level-3-XPath/" id="mrop" title="W3C Working Group Note 26 February 2004">W3C Working Group Note 26 February 2004</a><br> |
| 755 | </td> |
| 756 | <td align="center" bgcolor="#ea9999">No</td> |
| 757 | <td><br> |
| 758 | </td> |
| 759 | </tr> |
| 760 | </tbody> |
| 761 | </table> |
| 762 | <br> |
| 763 | <br> |
| 764 | <h2>Scripting</h2> |
| 765 | <table border="1" bordercolor="#999999" cellpadding="3" cellspacing="0" id="a6d5" width="100%"> |
| 766 | <tbody> |
| 767 | <tr style="text-align:left"> |
| 768 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Standard</b></font><font class="Apple-style-span" size="3"><br> |
| 769 | </font></td> |
| 770 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Status</b></font><font class="Apple-style-span" size="3"><br> |
| 771 | </font></td> |
| 772 | <td align="center" bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Supported</b></font><font class="Apple-style-span" size="3"><br> |
| 773 | </font></td> |
| 774 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Notes</b></font><font class="Apple-style-span" size="3"><br> |
| 775 | </font></td> |
| 776 | </tr> |
| 777 | <tr style="text-align:left"> |
| 778 | <td><font class="Apple-style-span" size="3">ECMAScript 3rd Edition / JavaScript 1.5</font></td> |
| 779 | <td><font class="Apple-style-span" size="3"><a href="http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%203rd%20edition,%20December%201999.pdf" id="anvt" title="ECMA-262 Standard December 1999 (3rd Edition)">ECMA-262 Standard December 1999</a></font></td> |
| 780 | <td align="center" bgcolor="#ffffff"><font class="Apple-style-span" size="3">Yes</font></td> |
| 781 | <td><font class="Apple-style-span" size="3"><br> |
| 782 | </font></td> |
| 783 | </tr> |
| 784 | <tr style="text-align:left"> |
| 785 | <td>ECMAScript 5th Edition<br> |
| 786 | </td> |
| 787 | <td><a href="http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf" id="wm1j" title="ECMA 262 Standard December 2009">ECMA 262 Standard December 2009</a><br> |
| 788 | </td> |
| 789 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 790 | <td><br> |
| 791 | </td> |
| 792 | </tr> |
| 793 | <tr style="text-align:left"> |
| 794 | <td>JavaScript 1.6</td> |
| 795 | <td><a href="https://developer.mozilla.org/en/New_in_JavaScript_1.6" id="d20r" title="Mozilla's New In JavaScript 1.6">Mozilla's "New In JavaScript 1.6</a>"</td> |
| 796 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 797 | <td><br> |
| 798 | </td> |
| 799 | </tr> |
| 800 | <tr style="text-align:left"> |
| 801 | <td>JavaScript 1.7</td> |
| 802 | <td><a href="https://developer.mozilla.org/en/New_in_JavaScript_1.7" id="au38" style="color:#551a8b" title="Mozilla's New In JavaScript 1.7">Mozilla's "New In JavaScript 1.7"</a><br> |
| 803 | </td> |
| 804 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 805 | <td><br> |
| 806 | </td> |
| 807 | </tr> |
| 808 | <tr style="text-align:left"> |
| 809 | <td>JavaScript 1.8<br> |
| 810 | </td> |
| 811 | <td><a href="https://developer.mozilla.org/en/New_in_JavaScript_1.8" id="h4xf" style="color:#551a8b" title="Mozilla's New In JavaScript 1.8">Mozilla's "New In JavaScript 1.8"</a><br> |
| 812 | </td> |
| 813 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 814 | <td><br> |
| 815 | </td> |
| 816 | </tr> |
| 817 | <tr style="text-align:left"> |
| 818 | <td>JavaScript 1.8.1<br> |
| 819 | </td> |
| 820 | <td><a href="https://developer.mozilla.org/en/New_in_JavaScript_1.8.1" id="nbnu" style="color:#551a8b" title="Mozilla's New In JavaScript 1.8.1">Mozilla's "New In JavaScript 1.8.1</a>"<br> |
| 821 | </td> |
| 822 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 823 | <td><br> |
| 824 | </td> |
| 825 | </tr> |
| 826 | <tr style="text-align:left"> |
| 827 | <td>E4X 2nd Edition<br> |
| 828 | </td> |
| 829 | <td><a href="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-357.pdf" id="vy9y" title="ECMA-357 Standard December 2005">ECMA-357 Standard December 2005</a><br> |
| 830 | </td> |
| 831 | <td bgcolor="#ffffff" style="text-align:center">DELETE ROW</td> |
| 832 | <td><br> |
| 833 | </td> |
| 834 | </tr> |
| 835 | </tbody> |
| 836 | </table> |
| 837 | <br> |
| 838 | <br> |
| 839 | <br> |
| 840 | <div><font class="Apple-style-span" size="4"><b>XML (Extensible Markup Language)</b></font></div> |
| 841 | <font class="Apple-style-span" size="4"><b><br> |
| 842 | </b></font> |
| 843 | <table border="1" bordercolor="#999999" cellpadding="3" cellspacing="0" id="b0oc" width="100%"> |
| 844 | <tbody> |
| 845 | <tr style="text-align:left"> |
| 846 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Standard</b></font><font class="Apple-style-span" size="3"><br> |
| 847 | </font></td> |
| 848 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Status</b></font><font class="Apple-style-span" size="3"><br> |
| 849 | </font></td> |
| 850 | <td align="center" bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Supported</b></font><font class="Apple-style-span" size="3"><br> |
| 851 | </font></td> |
| 852 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Notes</b></font><font class="Apple-style-span" size="3"><br> |
| 853 | </font></td> |
| 854 | </tr> |
| 855 | <tr style="text-align:left"> |
| 856 | <td><font class="Apple-style-span" size="3">XML 1.0</font></td> |
| 857 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/REC-xml/" id="fang" title="W3C Recomendation 26 November 20008">W3C Recomendation 26 November 2008 (5th Edition)</a><br> |
| 858 | </font></td> |
| 859 | <td align="center" bgcolor="#ffffff"><font class="Apple-style-span" size="3">DELETE ROW</font></td> |
| 860 | <td><font class="Apple-style-span" size="3"><br> |
| 861 | </font></td> |
| 862 | </tr> |
| 863 | <tr style="text-align:left"> |
| 864 | <td><font class="Apple-style-span" size="3">XML 1.1</font></td> |
| 865 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/xml11/" id="g3-8" title="W3C Recommendation 16 August 2006">W3C Recommendation 16 August 2006 (2nd Edition)</a></font></td> |
| 866 | <td align="center" bgcolor="#ffffff"><font class="Apple-style-span" size="3">DELETE ROW</font></td> |
| 867 | <td><font class="Apple-style-span" size="3"><br> |
| 868 | </font></td> |
| 869 | </tr> |
| 870 | <tr style="text-align:left"> |
| 871 | <td>XML Namespaces</td> |
| 872 | <td><a href="http://www.w3.org/TR/2009/REC-xml-names-20091208/" id="qozm" title="W3C Recommendation 8 December 2009 (3rd Edition)">W3C Recommendation 8 December 2009 (3rd Edition)</a></td> |
| 873 | <td bgcolor="#ffffff" style="text-align:center"><font class="Apple-style-span" size="3">DELETE ROW</font></td> |
| 874 | <td><br> |
| 875 | </td> |
| 876 | </tr> |
| 877 | <tr style="text-align:left"> |
| 878 | <td><font class="Apple-style-span" face="'Courier New'">xml:id</font></td> |
| 879 | <td><a href="http://www.w3.org/TR/2005/REC-xml-id-20050909/" id="lb2q" title="W3C Recommendation 9 September 2005">W3C Recommendation 9 September 2005</a></td> |
| 880 | <td bgcolor="#ffffff" style="text-align:center"><font class="Apple-style-span" size="3">DELETE ROW</font></td> |
| 881 | <td><br> |
| 882 | </td> |
| 883 | </tr> |
| 884 | <tr style="text-align:left"> |
| 885 | <td>XML Events</td> |
| 886 | <td><a href="http://www.w3.org/TR/2003/REC-xml-events-20031014/" id="hq6o" title="W3C Recommendation 14 October 2003">W3C Recommendation 14 October 2003</a></td> |
| 887 | <td bgcolor="#ffffff" style="text-align:center"><font class="Apple-style-span" size="3">DELETE ROW</font></td> |
| 888 | <td><br> |
| 889 | </td> |
| 890 | </tr> |
| 891 | <tr style="text-align:left"> |
| 892 | <td>XML Inclusions</td> |
| 893 | <td><a href="http://www.w3.org/TR/2006/REC-xinclude-20061115/" id="k53b" title="W3C Recommendation 15 November 2006 (2nd Edition)">W3C Recommendation 15 November 2006 (2nd Edition)</a></td> |
| 894 | <td bgcolor="#ffffff" style="text-align:center"><font class="Apple-style-span" size="3">DELETE ROW</font></td> |
| 895 | <td><br> |
| 896 | </td> |
| 897 | </tr> |
| 898 | <tr style="text-align:left"> |
| 899 | <td>XForms 1.0<br> |
| 900 | </td> |
| 901 | <td><a href="http://www.w3.org/TR/2007/REC-xforms-20071029/" id="ll:t" title="W3C Recommendation 29 October 2007 (3rd Edition)">W3C Recommendation 29 October 2007 (3rd Edition)</a></td> |
| 902 | <td align="center" bgcolor="#ea9999">No </td> |
| 903 | <td>Bug #<a href="https://bugs.webkit.org/show_bug.cgi?id=10048" id="xh-5" title="10048">10048</a></td> |
| 904 | </tr> |
| 905 | </tbody> |
| 906 | </table> |
| 907 | <br> |
| 908 | <br class="Apple-interchange-newline"> |
| 909 | <table border="1" bordercolor="#999999" cellpadding="3" cellspacing="0" id="b0oc" style="font-size:1em" width="100%"> |
| 910 | <tbody> |
| 911 | <tr style="text-align:left"> |
| 912 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Standard</b></font><font class="Apple-style-span" size="3"><br> |
| 913 | </font></td> |
| 914 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Status</b></font><font class="Apple-style-span" size="3"><br> |
| 915 | </font></td> |
| 916 | <td align="center" bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Supported</b></font><font class="Apple-style-span" size="3"><br> |
| 917 | </font></td> |
| 918 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Notes</b></font><font class="Apple-style-span" size="3"><br> |
| 919 | </font></td> |
| 920 | </tr> |
| 921 | <tr style="text-align:left"> |
| 922 | <td><font class="Apple-style-span" size="3">XSLT 1.0</font></td> |
| 923 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/1999/REC-xslt-19991116" id="hdph" title="W3C Recommendation 16 November 1999">W3C Recommendation 16 November 1999</a></font></td> |
| 924 | <td align="center" bgcolor="#ffffff"><font class="Apple-style-span" size="3">No</font></td> |
| 925 | <td><font class="Apple-style-span" size="3">Bug # <a href="https://bugs.webkit.org/show_bug.cgi?id=37445" id="duym" title="37445">37445</a> </font></td> |
| 926 | </tr> |
| 927 | <tr style="text-align:left"> |
| 928 | <td>XSLT 2.0</td> |
| 929 | <td><a href="http://www.w3.org/TR/2007/REC-xslt20-20070123/" id="yl88" title="W3C Recommendation 23 Januar 2007">W3C Recommendation 23 Januar 2007</a></td> |
| 930 | <td bgcolor="#ffffff" style="text-align:center">No</td> |
| 931 | <td><br> |
| 932 | </td> |
| 933 | </tr> |
| 934 | <tr style="text-align:left"> |
| 935 | <td>EXSLT</td> |
| 936 | <td><a href="http://www.exslt.org/" id="o:8v" title="Official Website">Official Website</a></td> |
| 937 | <td bgcolor="#ffffff" style="text-align:center">No</td> |
| 938 | <td>Bug #<a href="https://bugs.webkit.org/show_bug.cgi?id=4079" id="da3o" title="4079">4079</a></td> |
| 939 | </tr> |
| 940 | </tbody> |
| 941 | </table> |
| 942 | <br> |
| 943 | <br> |
| 944 | <table border="1" bordercolor="#999999" cellpadding="3" cellspacing="0" id="e3qc" width="100%"> |
| 945 | <tbody> |
| 946 | <tr style="text-align:left"> |
| 947 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Standard</b></font><font class="Apple-style-span" size="3"><br> |
| 948 | </font></td> |
| 949 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Status</b></font><font class="Apple-style-span" size="3"><br> |
| 950 | </font></td> |
| 951 | <td align="center" bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Supported</b></font><font class="Apple-style-span" size="3"><br> |
| 952 | </font></td> |
| 953 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Notes</b></font><font class="Apple-style-span" size="3"><br> |
| 954 | </font></td> |
| 955 | </tr> |
| 956 | <tr style="text-align:left"> |
| 957 | <td><font class="Apple-style-span" size="3">XPath 1.0</font></td> |
| 958 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/1999/REC-xpath-19991116/" id="yx3g" style="color:#551a8b" title="W3C Recommendation 16 November 2009">W3C Recommendation 16 November 2009</a></font></td> |
| 959 | <td align="center" bgcolor="#ffffff"><font class="Apple-style-span" size="3">DELETE ROW</font></td> |
| 960 | <td><font class="Apple-style-span" size="3"><br> |
| 961 | </font></td> |
| 962 | </tr> |
| 963 | <tr style="text-align:left"> |
| 964 | <td><font class="Apple-style-span" size="3">XPath 2.0</font></td> |
| 965 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/2007/REC-xpath20-20070123/" id="vj2w" style="color:#551a8b" title="W3C Recommendation 23 Januaary 2007">W3C Recommendation 23 Januaary 2007</a></font></td> |
| 966 | <td bgcolor="#ffffff" style="text-align:center"><font class="Apple-style-span" size="3">DELETE ROW</font></td> |
| 967 | <td><font class="Apple-style-span" size="3"><br> |
| 968 | </font></td> |
| 969 | </tr> |
| 970 | <tr style="text-align:left"> |
| 971 | <td><font class="Apple-style-span" size="3">XQuery 1.0</font></td> |
| 972 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/2010/CR-xpath-full-text-10-20100128/" id="bi4-" style="color:#551a8b" title="W3C Candidate Recommendation 28 January 2010">W3C Candidate Recommendation 28 January 2010</a></font></td> |
| 973 | <td bgcolor="#ffffff" style="text-align:center"><font class="Apple-style-span" size="3">DELETE ROW</font></td> |
| 974 | <td><font class="Apple-style-span" size="3"><br> |
| 975 | </font></td> |
| 976 | </tr> |
| 977 | </tbody> |
| 978 | </table> |
| 979 | <br> |
| 980 | <br class="Apple-interchange-newline"> |
| 981 | <table border="1" bordercolor="#999999" cellpadding="3" cellspacing="0" id="b0oc" style="font-size:1em" width="100%"> |
| 982 | <tbody> |
| 983 | <tr style="text-align:left"> |
| 984 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Standard</b></font><font class="Apple-style-span" size="3"><br> |
| 985 | </font></td> |
| 986 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Status</b></font><font class="Apple-style-span" size="3"><br> |
| 987 | </font></td> |
| 988 | <td align="center" bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Supported</b></font><font class="Apple-style-span" size="3"><br> |
| 989 | </font></td> |
| 990 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Notes</b></font><font class="Apple-style-span" size="3"><br> |
| 991 | </font></td> |
| 992 | </tr> |
| 993 | <tr style="text-align:left"> |
| 994 | <td><font class="Apple-style-span" size="3">XLink 1.0</font></td> |
| 995 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/2001/REC-xlink-20010627/" id="ti9b" title="W3C Recommendation 27 June 2001">W3C Recommendation 27 June 2001</a></font></td> |
| 996 | <td align="center" bgcolor="#ea9999"><font class="Apple-style-span" size="3">No</font></td> |
| 997 | <td><font class="Apple-style-span" size="3">Bug #<a href="https://bugs.webkit.org/show_bug.cgi?id=10556" id="o70_" style="color:#551a8b" title="10556">10556</a><br> |
| 998 | </font></td> |
| 999 | </tr> |
| 1000 | <tr style="text-align:left"> |
| 1001 | <td>XML Base</td> |
| 1002 | <td><a href="http://www.w3.org/TR/2009/REC-xmlbase-20090128/" id="y5gb" title="W3C Recommendation 28 January 2009 (2nd Edition)">W3C Recommendation 28 January 2009 (2nd Edition)</a></td> |
| 1003 | <td align="center" bgcolor="#ea9999">No</td> |
| 1004 | <td>Bug #<a href="https://bugs.webkit.org/show_bug.cgi?id=17423" id="qyxn" title="17423">17423</a></td> |
| 1005 | </tr> |
| 1006 | <tr style="text-align:left"> |
| 1007 | <td>XPointer</td> |
| 1008 | <td><a href="http://www.w3.org/TR/2003/REC-xptr-framework-20030325/" id="y-tv" title="W3C Recommendation 25 March 2003">W3C Recommendation 25 March 2003</a></td> |
| 1009 | <td align="center" bgcolor="#ea9999">No</td> |
| 1010 | <td>Bug #<a href="https://bugs.webkit.org/show_bug.cgi?id=17491" id="w1r3" title="17421">17421</a></td> |
| 1011 | </tr> |
| 1012 | </tbody> |
| 1013 | </table> |
| 1014 | <br> |
| 1015 | <br> |
| 1016 | <h2><font class="Apple-style-span" size="4">SVG (Scalable Vector Graphics)</font></h2> |
| 1017 | <div>Guarded by <font class="Apple-style-span" face="'Courier New'">ENABLE(SVG)</font></div> |
| 1018 | <br> |
| 1019 | <table border="1" bordercolor="#999999" cellpadding="3" cellspacing="0" id="g_:d" width="100%"> |
| 1020 | <tbody> |
| 1021 | <tr style="text-align:left"> |
| 1022 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Standard</b></font><font class="Apple-style-span" size="3"><br> |
| 1023 | </font></td> |
| 1024 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Status</b></font><font class="Apple-style-span" size="3"><br> |
| 1025 | </font></td> |
| 1026 | <td align="center" bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Supported</b></font><font class="Apple-style-span" size="3"><br> |
| 1027 | </font></td> |
| 1028 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Notes</b></font><font class="Apple-style-span" size="3"><br> |
| 1029 | </font></td> |
| 1030 | </tr> |
| 1031 | <tr style="text-align:left"> |
| 1032 | <td><font class="Apple-style-span" size="3">SVG 1.1</font></td> |
| 1033 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/SVG11/" id="k3cz" style="color:#551a8b" title="W3C Recommendation 14 Januar 2003">W3C Recommendation 14 Januar 2003</a></font></td> |
| 1034 | <td align="center" bgcolor="#ffffff"><font class="Apple-style-span" size="3">Experimental</font></td> |
| 1035 | <td><font class="Apple-style-span" size="3">http://webkit.org/projects/svg/status.xml <br> |
| 1036 | </font></td> |
| 1037 | </tr> |
| 1038 | <tr style="text-align:left"> |
| 1039 | <td><font class="Apple-style-span" size="3">SVG 1.1 Mobile Profiles</font></td> |
| 1040 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/SVGMobile/" id="ne-s" style="color:#551a8b" title="W3C Recommendation 14 January 2003">W3C Recommendation 14 January 2003</a></font></td> |
| 1041 | <td bgcolor="#ffffff" style="text-align:center"><font class="Apple-style-span" size="3">DELETE ROW</font></td> |
| 1042 | <td><font class="Apple-style-span" size="3"><br> |
| 1043 | </font></td> |
| 1044 | </tr> |
| 1045 | <tr style="text-align:left"> |
| 1046 | <td><font class="Apple-style-span" size="3">SVG 1.2 Tiny</font></td> |
| 1047 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/SVGTiny12/" id="h:k1" style="color:#551a8b" title="W3C Recommendation 22 December 2008">W3C Recommendation 22 December 2008</a></font></td> |
| 1048 | <td bgcolor="#ffffff" style="text-align:center"><font class="Apple-style-span" size="3">Experimental</font></td> |
| 1049 | <td><font class="Apple-style-span" size="3">Boston QA team results say "partial"</font></td> |
| 1050 | </tr> |
| 1051 | </tbody> |
| 1052 | </table> |
| 1053 | <br> |
| 1054 | <br> |
| 1055 | <h2><font class="Apple-style-span" size="4">MathML (Mathematical Markup Language)</font></h2> |
| 1056 | <div>Guarded by <font class="Apple-style-span" face="'Courier New'">ENABLE(MATHML)</font></div> |
| 1057 | <br> |
| 1058 | <table border="1" bordercolor="#999999" cellpadding="3" cellspacing="0" id="bpfw" width="100%"> |
| 1059 | <tbody> |
| 1060 | <tr style="text-align:left"> |
| 1061 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Standard</b></font><font class="Apple-style-span" size="3"><br> |
| 1062 | </font></td> |
| 1063 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Status</b></font><font class="Apple-style-span" size="3"><br> |
| 1064 | </font></td> |
| 1065 | <td align="center" bgcolor="#eeeeee"><font class="Apple-style-span" size="3"><b>Supported</b></font><font class="Apple-style-span" size="3"><br> |
| 1066 | </font></td> |
| 1067 | <td bgcolor="#f3f3f3"><font class="Apple-style-span" size="3"><b>Notes</b></font><font class="Apple-style-span" size="3"><br> |
| 1068 | </font></td> |
| 1069 | </tr> |
| 1070 | <tr style="text-align:left"> |
| 1071 | <td><font class="Apple-style-span" size="3">MathML 1.01</font></td> |
| 1072 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/1999/07/REC-MathML-19990707/" id="od43" style="color:#551a8b" title="W3C Recommendation 7 July 1999">W3C Recommendation 7 July 1999</a></font></td> |
| 1073 | <td align="center" bgcolor="#ffffff"><font class="Apple-style-span" size="3">DELETE ROW</font></td> |
| 1074 | <td><font class="Apple-style-span" size="3"><br> |
| 1075 | </font></td> |
| 1076 | </tr> |
| 1077 | <tr style="text-align:left"> |
| 1078 | <td><font class="Apple-style-span" size="3">MathML 2.0</font></td> |
| 1079 | <td><font class="Apple-style-span" size="3"><a href="http://www.w3.org/TR/2003/REC-MathML2-20031021/" id="h_h4" style="color:#551a8b" title="W3C Recommendation 21 October 2003">W3C Recommendation 21 October 2003 (2nd Edition)</a></font></td> |
| 1080 | <td bgcolor="#ffffff" style="text-align:center"><font class="Apple-style-span" size="3">DELETE ROW</font></td> |
| 1081 | <td><font class="Apple-style-span" size="3"><br> |
| 1082 | </font></td> |
| 1083 | </tr> |
| 1084 | </tbody> |
| 1085 | </table> |
| 1086 | <br> |
| 1087 | <br> |
| 1088 | <h2>Remaining Stuff</h2> |
| 1089 | <br> |
| 1090 | <ul><li>Viewport Meta tag</li> |
| 1091 | <li><a href="http://www.w3.org/TR/smil-animation/">http://www.w3.org/TR/smil-animation/</a></li> |
| 1092 | <li><a href="http://www.w3.org/TR/smil-boston-dom/">http://www.w3.org/TR/smil-boston-dom/</a></li></ul> |
| 1093 | <br> |
| 1094 | <div><font class="Apple-style-span" size="4"><b>License</b></font></div> |
| 1095 | <b><br> |
| 1096 | </b> |
| 1097 | <p>This document and any changes thereto are licensed under the Creative Commons Attribution-Share Alike 2.5 License Agreement. </p> |
| 1098 | <p><br> |
| 1099 | </p> |
| 1100 | <p>The full license text is available here: <a href="http://creativecommons.org/licenses/by-sa/2.5/legalcode">http://creativecommons.org/licenses/by-sa/2.5/legalcode</a>.</p> |
| 1101 | <p>To the extent any examples and code snippets are referenced in this document, such examples and code snippets are licensed under the BSD license: <font class="Apple-style-span" color="#767676"><a href="http://www.opensource.org/licenses/bsd-license.php">www.opensource.org/<span class="Apple-style-span" style="font-style:normal">license</span><span class="Apple-style-span" style="font-style:normal">s/</span><span class="Apple-style-span" style="font-style:normal">bsd</span><span class="Apple-style-span" style="font-style:normal">-</span><span class="Apple-style-span" style="font-style:normal">license</span><span class="Apple-style-span" style="font-style:normal">.php</span></a></font><span class="Apple-style-span" style="font-style:normal"><font class="Apple-style-span" color="#767676">.</font></span></p> |
| 1102 | <br> |
| 1103 | |
| 1104 | }}} |