--- a/html/DOM3-Events.html Thu Jul 23 22:28:13 2009 +0900
+++ b/html/DOM3-Events.html Thu Aug 20 05:48:36 2009 +0900
@@ -3680,6 +3680,7 @@
const unsigned long <a class="noxref" href="#events-DOM_INPUT_METHOD_HANDWRITING">DOM_INPUT_METHOD_HANDWRITING</a> = 0x06;
const unsigned long <a class="noxref" href="#events-DOM_INPUT_METHOD_VOICE">DOM_INPUT_METHOD_VOICE</a> = 0x07;
const unsigned long <a class="noxref" href="#events-DOM_INPUT_METHOD_MULTIMODAL">DOM_INPUT_METHOD_MULTIMODAL</a> = 0x08;
+ const unsigned long <a class="noxref" href="#events-DOM_INPUT_METHOD_SCRIPT">DOM_INPUT_METHOD_SCRIPT</a> = 0x09;
readonly attribute DOMString <a class="noxref" href="#events-Events-TextEvent-data">data</a>;
readonly attribute unsigned long <a class="noxref" href="#events-Events-TextEvent-inputMode">inputMode</a>;
@@ -3721,7 +3722,7 @@
<dt>
<a id="events-DOM_INPUT_METHOD_KEYBOARD"><code class="constant-name">DOM_INPUT_METHOD_KEYBOARD</code></a>
</dt>
- <dd>The text string was input through a keyboard. This may be associated with one or more a <code>keypress</code>, <code>keydown</code>, or <code>keyup</code> events.</dd>
+ <dd>The text string was input through a keyboard. This may be associated with one or more of <code>keypress</code>, <code>keydown</code>, or <code>keyup</code> events.</dd>
<dt>
<a id="events-DOM_INPUT_METHOD_PASTE"><code class="constant-name">DOM_INPUT_METHOD_PASTE</code></a>
</dt>
@@ -3738,7 +3739,7 @@
<dt>
<a id="events-DOM_INPUT_METHOD_OPTION"><code class="constant-name">DOM_INPUT_METHOD_OPTION</code></a>
</dt>
- <dd>The text string was selected from a set of options presented. This may be associated with various other events, specified elsewhere.</dd>
+ <dd>The text string was selected from a set of options presented, such as from a form. This may be associated with various other events, specified elsewhere.</dd>
<dt>
<a id="events-DOM_INPUT_METHOD_HANDWRITING"><code class="constant-name">DOM_INPUT_METHOD_HANDWRITING</code></a>
</dt>
@@ -3752,6 +3753,10 @@
</dt>
<dd>The text string was inserted as part of an operation involving multiple input modalities in combination, such as pointer-enhanced speech. This may be associated with various other events, specified elsewhere.</dd>
<dt>
+ <a id="events-DOM_INPUT_METHOD_SCRIPT"><code class="constant-name">DOM_INPUT_METHOD_SCRIPT</code></a>
+ </dt>
+ <dd>The text string was inserted via a script operation on the DOM. This may be associated with one or more <code>mutation</code> events.</dd>
+ <dt>
</dl>
</dd>
</dl>
@@ -3897,6 +3902,9 @@
</div>
</div>
+
+
+
<!-- div3 Events-TextEvents-Interfaces -->
<div class="div3">
<h3 id="events-Events-KeyboardEvents-Interfaces" class="div3">5.2.7 Keyboard Event Types</h3>