Fix 25363 - Event click in table (adjustment default action)
authorTravis Leithead
Tue, 29 Apr 2014 16:59:07 -0700
changeset 611 c922236525f6
parent 610 733e4af272bd
child 612 9bf48167060a
Fix 25363 - Event click in table (adjustment default action)
html/DOM3-Events.html
--- 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>