added parts of http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/proposals/dblclick.txt?rev=1.1&content-type=text/plain
authorbjoern
Sat, 18 Nov 2006 01:32:49 +0900
changeset 30 700edbe3cedb
parent 29 59f287e8c9cb
child 31 7377ace5b91a
added parts of http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/proposals/dblclick.txt?rev=1.1&content-type=text/plain
source/xml-source.xml
--- a/source/xml-source.xml	Sat Nov 18 01:26:43 2006 +0900
+++ b/source/xml-source.xml	Sat Nov 18 01:32:49 2006 +0900
@@ -4978,6 +4978,92 @@
 <!--..................................................................................-->
      <glist role="event-definition">
       <gitem>
+       <label id="event-dblclick"><termref def="event-dblclick">dblclick</termref></label>
+
+       <def>
+        <table summary="This table contains information about the semantics of the given event type" border="0" cellspacing="0" cellpadding="2">
+         <tbody>
+          <tr>
+           <th>
+            Type
+           </th>
+
+           <td>
+            <code>dblclick</code>
+           </td>
+          </tr>
+
+          <tr>
+           <th>
+            Namespace
+           </th>
+
+           <td>
+            <code>None</code>
+           </td>
+          </tr>
+
+          <tr>
+           <th>
+            Interface
+           </th>
+
+           <td>
+            <code>MouseEvent</code>
+           </td>
+          </tr>
+
+          <tr>
+           <th>
+            Cancelable
+           </th>
+
+           <td>
+            Yes
+           </td>
+          </tr>
+
+          <tr>
+           <th>
+            Bubbles
+           </th>
+
+           <td>
+            Yes
+           </td>
+          </tr>
+
+          <tr>
+           <th>
+            Target
+           </th>
+
+           <td>
+            <code>Element</code>
+           </td>
+          </tr>
+
+          <tr>
+           <th>
+            Context info
+           </th>
+
+           <td>
+            ...
+           </td>
+          </tr>
+         </tbody>
+        </table>
+
+        <p>
+         ...
+        </p>
+       </def>
+      </gitem>
+     </glist>
+<!--..................................................................................-->
+     <glist role="event-definition">
+      <gitem>
        <label id="event-mousedown"><termref def="event-mousedown">mousedown</termref></label>
 
        <def>