--- a/html/DOM3-Events.html Mon Apr 07 17:30:52 2014 -0700
+++ b/html/DOM3-Events.html Mon Apr 07 17:35:24 2014 -0700
@@ -9520,9 +9520,19 @@
and
<code class="attribute-name">which</code>
in <code>KeyboardEvent</code> should also add the following members to the
- <code>KeyboardEventInit</code> dictionary:
+ <code>KeyboardEventInit</code> dictionary.
</p>
+ <p>The partial
+ <a href="#interface-KeyboardEvent"><code>KeyboardEventInit</code></a>
+ dictionary is an informative extension of the
+ <a href="#interface-KeyboardEvent">KeyboardEventInit</a>
+ dictionary, which adds
+ <a href="#widl-KeyboardEvent-charCode">charCode</a>,
+ <a href="#widl-KeyboardEvent-keyCode">keyCode</a>,
+ and <a href="#widl-KeyboardEvent-which">which</a>
+ members to initialize the corresponding <code>KeyboardEvent</code> attributes.</p>
+
<dl class="idl" title="partial dictionary KeyboardEventInit">
<dt>unsigned long charCode = 0</dt>
<dd>