Line 111:
Line 111:
=== W3C Events ===
=== W3C Events ===
−
Internet Browser supports the following W3C events:
+
Internet Browser supports the following W3C input events:
{| class='wikitable'
{| class='wikitable'
Line 167:
Line 167:
|}
|}
<sup>[1]</sup> The mouseover, mouseout, and mousemove events only work for clickable elements, i.e., elements with a defined <tt>onclick</tt> handler.
<sup>[1]</sup> The mouseover, mouseout, and mousemove events only work for clickable elements, i.e., elements with a defined <tt>onclick</tt> handler.
−
−
<b>TODO:</b> <i>Add non-input events like "load"</i>
−
Only the following buttons are recognized with the key events:
Only the following buttons are recognized with the key events:
Line 192:
Line 189:
| 40
| 40
|}
|}
+
+
Additionally, most non-input events from [http://www.w3.org/TR/DOM-Level-3-Events/#events-keyboardevents DOM Level 3] are supported.
+
+
=== Supported HTML5 Features ===
+
+
* [http://www.w3.org/TR/SVG/ SVG]
+
* Canvas [http://www.w3.org/TR/2dcontext/ 2D Context]
+
* [http://dev.w3.org/html5/spec/history.html Session History]
+
* [http://www.khronos.org/registry/typedarray/specs/latest/ Typed Arrays]
+
* [http://www.w3.org/TR/2009/WD-eventsource-20090423/ Server-Sent Events]
+
* [http://www.w3.org/TR/webstorage/ Web Storage] (session and local)
+
* [http://www.w3.org/TR/WOFF/ WOFF] fonts
+
* [http://www.w3.org/TR/webmessaging/ Web Messaging]
+
+
Note that local storage is cleared when the browser is closed. Web messaging may not be fully functional. (<b>TODO:</b> <i>test this</i>)
=== wiiu.gamepad ===
=== wiiu.gamepad ===