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