--- a/html/DOM3-Events.html Thu May 12 16:05:23 2011 +0900
+++ b/html/DOM3-Events.html Thu May 12 16:39:43 2011 +0900
@@ -28,13 +28,13 @@
<h2 id="Overview-W3C-doctype">W3C Editor's Draft <time datetime="2011-05-12">12 May 2011</time></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.192">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.192</a></dd>
+ <dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.193">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.193</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.191">http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.191</a></dd>
+ <dd><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.192">http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.192</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>
@@ -1678,7 +1678,7 @@
</a></td>
<td>Sync</td>
<td>Yes</td>
- <td><code>Element</code></td>
+ <td><code>Document</code>, <code>Element</code></td>
<td><a href="#events-KeyboardEvent"><code>KeyboardEvent</code></a></td>
<td>Yes</td>
<td>Varies: <a class="eventtype" href="#event-type-keypress"><code>keypress</code></a> event; launch <a class="def" href="#glossary-text-composition-system">text composition system</a>; <a class="eventtype" href="#event-type-blur"><code>blur</code></a> and <a class="eventtype" href="#event-type-focus"><code>focus</code></a> events; <a class="eventtype" href="#event-type-DOMActivate"><code>DOMActivate</code></a> event; other event</td>
@@ -1689,7 +1689,7 @@
</a></td>
<td>Sync</td>
<td>Yes</td>
- <td><code>Element</code></td>
+ <td><code>Document</code>, <code>Element</code></td>
<td><a href="#events-KeyboardEvent"><code>KeyboardEvent</code></a></td>
<td>Yes</td>
<td>Varies: <a class="eventtype" href="#event-type-textinput"><code>textinput</code></a> event; launch <a class="def" href="#glossary-text-composition-system">text composition system</a>; <a class="eventtype" href="#event-type-blur"><code>blur</code></a> and <a class="eventtype" href="#event-type-focus"><code>focus</code></a> events; <a class="eventtype" href="#event-type-DOMActivate"><code>DOMActivate</code></a> event; other event</td>
@@ -1700,7 +1700,7 @@
</a></td>
<td>Sync</td>
<td>Yes</td>
- <td><code>Element</code></td>
+ <td><code>Document</code>, <code>Element</code></td>
<td><a href="#events-KeyboardEvent"><code>KeyboardEvent</code></a></td>
<td>Yes</td>
<td>none</td>
@@ -3971,7 +3971,7 @@
<tr class="assert must"><th>Interface</th> <td><a href="#events-KeyboardEvent"><code>KeyboardEvent</code></a></td></tr>
<tr class="assert must"><th>Sync / Async</th> <td>Sync</td></tr>
<tr class="assert must"><th>Bubbles</th> <td>Yes</td></tr>
- <tr class="assert must"><th>Target</th> <td><code>Element</code></td></tr>
+ <tr class="assert must"><th>Target</th> <td><code>Document</code>, <code>Element</code></td></tr>
<tr class="assert must"><th>Cancelable</th> <td>Yes</td></tr>
<tr class="assert must"><th>Default action</th> <td>Varies: <a class="eventtype" href="#event-type-keypress"><code>keypress</code></a> event; launch <a class="def" href="#glossary-text-composition-system">text composition system</a>; <a class="eventtype" href="#event-type-blur"><code>blur</code></a> and <a class="eventtype" href="#event-type-focus"><code>focus</code></a> events; <a class="eventtype" href="#event-type-DOMActivate"><code>DOMActivate</code></a> event; other event</td></tr>
<tr class="assert must"><th>Context info</th>
@@ -4024,7 +4024,7 @@
<tr class="assert must"><th>Interface</th> <td><a href="#events-KeyboardEvent"><code>KeyboardEvent</code></a></td></tr>
<tr class="assert must"><th>Sync / Async</th> <td>Sync</td></tr>
<tr class="assert must"><th>Bubbles</th> <td>Yes</td></tr>
- <tr class="assert must"><th>Target</th> <td><code>Element</code></td></tr>
+ <tr class="assert must"><th>Target</th> <td><code>Document</code>, <code>Element</code></td></tr>
<tr class="assert must"><th>Cancelable</th> <td>Yes</td></tr>
<tr class="assert must"><th>Default action</th> <td>Varies: <a class="eventtype" href="#event-type-textinput"><code>textinput</code></a> event; launch <a class="def" href="#glossary-text-composition-system">text composition system</a>; <a class="eventtype" href="#event-type-blur"><code>blur</code></a> and <a class="eventtype" href="#event-type-focus"><code>focus</code></a> events; <a class="eventtype" href="#event-type-DOMActivate"><code>DOMActivate</code></a> event; other event</td></tr>
<tr class="assert must"><th>Context info</th>
@@ -4066,7 +4066,7 @@
<tr class="assert must"><th>Interface</th> <td><a href="#events-KeyboardEvent"><code>KeyboardEvent</code></a></td></tr>
<tr class="assert must"><th>Sync / Async</th> <td>Sync</td></tr>
<tr class="assert must"><th>Bubbles</th> <td>Yes</td></tr>
- <tr class="assert must"><th>Target</th> <td><code>Element</code></td></tr>
+ <tr class="assert must"><th>Target</th> <td><code>Document</code>, <code>Element</code></td></tr>
<tr class="assert must"><th>Cancelable</th> <td>Yes</td></tr>
<tr class="assert must"><th>Default action</th> <td>none</td></tr>
<tr class="assert must"><th>Context info</th>
@@ -7488,7 +7488,7 @@
<p><strong>Test suite contributors:</strong> Fred Drake, Mary Brady (NIST), Carmelo Montanez (NIST), Rick Rivello (NIST), Robert Clary (Netscape), Neil Delima (IBM), with a special mention to Curt Arnold.</p>
- <p>Thanks to all those who have helped to improve this specification by sending suggestions and corrections (please, keep bugging us with your issues!), or writing informative books or Web sites: Brad Pettit, Dylan Schiemann, David Flanagan, Steven Pemberton, Curt Arnold, Al Gilman, Misha Wolf, Sigurd Lerstad, Michael B. Allen, Alexander J. Vincent, Martin Dürst, Ken Rehor, NAKANO Masayuki, Garrett Smith, Sergey Ilinsky, Martijn Wargers, Sean Hogan, Magnus Kristiansen, Alex Russell, Jorge Chamorro, Peter-Paul Koch, William Edney, Erik Arvidsson, Cameron McCormack, Kazuyuki Ashimura, Øistein E. Andersen, James Su, Tony Chang, Ojan Vafai, Richard Ishida, Paul Irish, Mike Taylor, Oliver Hunt, Alexey Proskuryakov, and Jan Goyvaerts (regular-expressions.info).</p>
+ <p>Thanks to all those who have helped to improve this specification by sending suggestions and corrections (please, keep bugging us with your issues!), or writing informative books or Web sites: Brad Pettit, Dylan Schiemann, David Flanagan, Steven Pemberton, Curt Arnold, Al Gilman, Misha Wolf, Sigurd Lerstad, Michael B. Allen, Alexander J. Vincent, Martin Dürst, Ken Rehor, NAKANO Masayuki, Garrett Smith, Sergey Ilinsky, Martijn Wargers, Sean Hogan, Magnus Kristiansen, Alex Russell, Jorge Chamorro, Peter-Paul Koch, William Edney, Erik Arvidsson, Cameron McCormack, Kazuyuki Ashimura, Øistein E. Andersen, James Su, Tony Chang, Ojan Vafai, Richard Ishida, Paul Irish, Mike Taylor, Oliver Hunt, Alexey Proskuryakov, Giuseppe Pascale, and Jan Goyvaerts (regular-expressions.info).</p>
<div>
<h3><a id="acknowledgements-Productions" href="#acknowledgements-Productions">F.1 Production Systems</a></h3>