fixed mouse event order for dblclick, thanks smaug
authorschepers
Thu, 10 Sep 2009 04:18:21 +0900
changeset 178 23367a01a57b
parent 177 5b3c5a5f0689
child 179 627c59ba689a
fixed mouse event order for dblclick, thanks smaug
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Thu Sep 10 02:15:52 2009 +0900
+++ b/html/DOM3-Events.html	Thu Sep 10 04:18:21 2009 +0900
@@ -135,7 +135,7 @@
       <dl>
         <dt>This version:</dt>
         <dd>
-          <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.67">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.67</a>
+          <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.68">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.68</a>
         </dd>
         <dt>Latest stable version:</dt>
         <dd>
@@ -143,7 +143,7 @@
         </dd>
         <dt>Previous version:</dt>
         <dd>
-          <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.66">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.66</a>
+          <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.67">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.67</a>
         </dd>
         <dt>Editor's Draft:</dt>
         <dd>
@@ -2356,6 +2356,10 @@
       <li><a class="eventtype" href="#event-type-mouseup"><code>mouseup</code></a></li>
       <li><a class="eventtype" href="#event-type-click"><code>click</code></a></li>
       <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a> (optional, multiple events, some limits)</li>
+      <li><a class="eventtype" href="#event-type-mousedown"><code>mousedown</code></a></li>
+      <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a> (optional, multiple events, some limits)</li>
+      <li><a class="eventtype" href="#event-type-mouseup"><code>mouseup</code></a></li>
+      <li><a class="eventtype" href="#event-type-click"><code>click</code></a></li>
       <li><a class="eventtype" href="#event-type-dblclick"><code>dblclick</code></a></li>
     </ol>