--- a/html/DOM3-Events.html Wed Jun 13 08:15:29 2012 +0900
+++ b/html/DOM3-Events.html Sat Jul 14 06:53:02 2012 +0900
@@ -17,16 +17,16 @@
<h1 id="Overview-title">Document Object Model (DOM) Level 3 Events Specification</h1>
- <h2 id="Overview-W3C-doctype">W3C Editor's Draft <span class="2012-06-12">12 June 2012</span></h2>
+ <h2 id="Overview-W3C-doctype">W3C Editor's Draft <span class="2012-07-13">13 July 2012</span></h2>
<dl>
<dt>This version:</dt>
- <dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.234">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.234</a></dd>
+ <dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.235">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.235</a></dd>
<dt>Latest stable version:</dt>
<dd><a href="http://www.w3.org/TR/DOM-Level-3-Events/">http://www.w3.org/TR/DOM-Level-3-Events/</a></dd>
<dt>Previous version:</dt>
- <dd><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.229">http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.229</a></dd>
+ <dd><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.234">http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.234</a></dd>
<dt>Editor's Draft:</dt>
<dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html</a></dd>
@@ -6747,7 +6747,7 @@
<p>Some keys on certain devices are intended to activate <a class="def" href="#glossary-ime">input method editor</a> functionality, or to change the mode of an active
<a class="def" href="#glossary-ime">input method editor</a>. Custom keys for this purpose can be defined for different devices or language modes; the keys defined
in this specification for this purpose are: <code>Alphanumeric</code>, <code>CodeInput</code>, <code>FinalMode</code>, <code>HangulMode</code>, <code>HanjaMode</code>,
- <code>Hiragana</code>, <code>JapaneseHiragana</code>, <code>JapaneseKatakana</code>, <code>JapaneseRomaji</code>, <code>JunjaMode</code>, <code>KanaMode</code>,
+ <code>Hiragana</code>, <code>JunjaMode</code>, <code>KanaMode</code>,
<code>KanjiMode</code>, <code>Katakana</code>, and <code>RomanCharacters</code>. When one of these keys is pressed, and no <a class="def" href="#glossary-ime">IME</a>
is currently active, the appropriate <a class="def" href="#glossary-ime">IME</a> is expected to be activated in the mode indicated by the key (if available); if
an <a class="def" href="#glossary-ime">IME</a> is already active when the key is pressed, the active <a class="def" href="#glossary-ime">IME</a> might change to
@@ -6993,9 +6993,9 @@
<td class="category">General</td>
</tr>
<tr>
- <td><code id="key-Exsel" class="key">'ExSel'</code></td>
- <td></td>
- <td>The Extend Selection (ExSel) key.</td>
+ <td><code id="key-Exsel" class="key">'Exsel'</code></td>
+ <td></td>
+ <td>The Extend Selection (Exsel) key.</td>
<td class="category">General</td>
</tr>
<tr>
@@ -7844,24 +7844,6 @@
<td class="category">IME</td>
</tr>
<tr>
- <td><code id="key-JapaneseHiragana" class="key">'JapaneseHiragana'</code></td>
- <td></td>
- <td>The Japanese-Hiragana key.</td>
- <td class="category">IME</td>
- </tr>
- <tr>
- <td><code id="key-JapaneseKatakana" class="key">'JapaneseKatakana'</code></td>
- <td></td>
- <td>The Japanese-Katakana key.</td>
- <td class="category">IME</td>
- </tr>
- <tr>
- <td><code id="key-JapaneseRomaji" class="key">'JapaneseRomaji'</code></td>
- <td></td>
- <td>The Japanese-Romaji key.</td>
- <td class="category">IME</td>
- </tr>
- <tr>
<td><code id="key-KanaMode" class="key">'KanaMode'</code></td>
<td></td>
<td>The Kana Mode (Kana Lock) key.</td>