Fix 25366 - Cancelable for mousemove (add note)
authorTravis Leithead
Mon, 05 May 2014 13:58:20 -0700
changeset 615 701bfcbb5d05
parent 614 9dc74ec13aea
child 616 937b13a68529
Fix 25366 - Cancelable for mousemove (add note)
* Linked the table entry to the note, added the note, and added this to the
section describing changes from DOM L2 Events.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Mon May 05 13:40:36 2014 -0700
+++ b/html/DOM3-Events.html	Mon May 05 13:58:20 2014 -0700
@@ -1572,7 +1572,7 @@
 						<td>Yes</td>
 						<td><code>Element</code></td>
 						<td><a href="#interface-MouseEvent"><code>MouseEvent</code></a></td>
-						<td>Yes</td>
+						<td><a href="#mousemove-now-cancelable">Yes</a></td>
 						<td>None</td>
 					</tr>
 					<tr>
@@ -3899,6 +3899,9 @@
 							<p class="note"><strong>Authoring Note: </strong>In some implementation environments, such as a browser, <a class="eventtype"><code>mousemove</code></a> events can continue
 								to fire if the user began a drag operation (e.g., a mouse button is pressed) and the pointing device has left the boundary of the user agent.</p>
 
+							<p class="note" id="mousemove-now-cancelable"><strong>Note: </strong>This event was formerly specified to be non-cancelable in DOM Level 2 Events
+								[<a href="#references-DOM2Events">DOM2 Events</a>], but was changed to reflect existing interoperability between 
+								user agents.
 						</dd>
 					</dl>
 				</div>
@@ -9983,7 +9986,8 @@
 					<code>Attr</code> nodes.
 					</p>
 
-				<p>The <a class="eventtype"><code>resize</code></a> event type no longer bubbles, reflecting existing
+				<p>The <a class="eventtype"><code>resize</code></a> event type no longer bubbles and the 
+					<a class="eventtype"><code>mousemove</code></a> event is now cancelable, reflecting existing
 					implementations.
 					</p>
 			</section>