--- a/html/DOM3-Events.html Tue Apr 29 16:44:51 2014 -0700
+++ b/html/DOM3-Events.html Tue Apr 29 16:59:07 2014 -0700
@@ -61,7 +61,7 @@
note: "until Jul 2002",
}
],
- publishDate: "2014-04-28",
+ publishDate: "2014-04-29",
edDraftURI: "https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html",
previousPublishDate: "2013-11-05",
previousMaturity: "WD",
@@ -1711,7 +1711,11 @@
<td><code>Element</code></td>
<td><a href="#interface-MouseEvent"><code>MouseEvent</code></a></td>
<td>Yes</td>
- <td><a class="def" href="#glossary-activation-behavior">activation behavior</a></td>
+ <td>Varies:
+ for <a class="def" href="#glossary-event-target">targets</a> with an associated activation
+ behavior, executes the <a class="def" href="#glossary-activation-behavior">activation behavior</a>;
+ for focusable <a class="def" href="#glossary-event-target">targets</a>, gives the element focus.
+ </td>
</tr>
<tr>
<td><a class="eventtype" href="#event-type-compositionstart"><code>compositionstart</code></a></td>
@@ -1747,7 +1751,13 @@
<td><code>Element</code></td>
<td><a href="#interface-MouseEvent"><code>MouseEvent</code></a></td>
<td>No</td>
- <td>None</td>
+ <td>Varies:
+ for <a class="def" href="#glossary-event-target">targets</a> with an associated activation
+ behavior, executes the <a class="def" href="#glossary-activation-behavior">activation behavior</a>;
+ for focusable <a class="def" href="#glossary-event-target">targets</a>, gives the element focus;
+ for selectable <a class="def" href="#glossary-event-target">targets</a>, selects part or all of the
+ element's content.
+ </td>
</tr>
<tr>
<td><a class="eventtype" href="#event-type-error"><code>error</code></a></td>