--- 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>