add the really slim dblclick event proposal which probably contradicts itself
authoravankest
Wed, 20 Sep 2006 03:13:44 +0900
changeset 28 ffb99c6ec816
parent 27 132019920676
child 29 59f287e8c9cb
add the really slim dblclick event proposal which probably contradicts itself
proposals/dblclick.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/proposals/dblclick.txt	Wed Sep 20 03:13:44 2006 +0900
@@ -0,0 +1,13 @@
+Type        dblclick
+Namespace   None
+Interface   MouseEvent
+Cancelable  Yes
+Bubbles     Yes
+Target      Element
+
+Context Info is the same as for the click event the dblclick event is dispatched
+after, including UIEvent.detail taken in account platform conventions.
+
+dblclick is dispatched after the click event. It is not dispatched as default
+action of the click event though, cancelling the click event does not cancel the
+dblclick event.
\ No newline at end of file