[html5] r4032 - [e] (0) Mention what events are involved in copy/paste. Fixing http://www.w3.org [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 29 00:31:26 PDT 2009


Author: ianh
Date: 2009-09-29 00:31:25 -0700 (Tue, 29 Sep 2009)
New Revision: 4032

Modified:
   index
   source
Log:
[e] (0) Mention what events are involved in copy/paste.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7668

Modified: index
===================================================================
--- index	2009-09-29 06:33:47 UTC (rev 4031)
+++ index	2009-09-29 07:31:25 UTC (rev 4032)
@@ -59676,14 +59676,18 @@
   then follow the relevant platform-specific conventions for copy
   operations (e.g. updating the clipboard).</p>
 
+  <p>The events involved in this process are the <code title=event-drag><a href=#event-drag>drag</a></code>, <code title=event-dragend><a href=#event-dragend>dragend</a></code>, and <code title=event-drop><a href=#event-drop>drop</a></code> events.</p>
 
+
   <h5 id=cut-to-clipboard><span class=secno>7.9.6.2 </span>Cut to clipboard</h5>
 
   <p>When the user invokes a cut operation, the user agent must act as
   if the user had invoked a copy operation (see the previous section),
   followed, if the copy was completed successfully, by <a href=#contenteditable-delete>a selection delete operation</a>.</p>
 
+  <p>The events involved in this process are the <code title=event-drag><a href=#event-drag>drag</a></code>, <code title=event-dragend><a href=#event-dragend>dragend</a></code>, and <code title=event-drop><a href=#event-drop>drop</a></code> events.</p>
 
+
   <h5 id=paste-from-clipboard><span class=secno>7.9.6.3 </span>Paste from clipboard</h5>
 
   <p>When the user invokes a clipboard paste operation, the user agent
@@ -59697,7 +59701,9 @@
   keyboard focus, and then ended the drag-and-drop operation without
   canceling it.</p>
 
+  <p>The events involved in this process are the <code title=event-dragenter><a href=#event-dragenter>dragenter</a></code>, <code title=event-dragover><a href=#event-dragover>dragover</a></code>, <code title=event-dragleave><a href=#event-dragleave>dragleave</a></code>, and <code title=event-drop><a href=#event-drop>drop</a></code> events.</p>
 
+
   <h5 id=paste-from-selection><span class=secno>7.9.6.4 </span>Paste from selection</h5>
 
   <p>When the user invokes a selection paste operation, the user agent
@@ -59706,6 +59712,8 @@
   element with the keyboard focus, and then ended the drag-and-drop
   operation without canceling it.</p>
 
+  <p>All the drag-and-drop events can be involved in this process.</p>
+
   </div>
 
 

Modified: source
===================================================================
--- source	2009-09-29 06:33:47 UTC (rev 4031)
+++ source	2009-09-29 07:31:25 UTC (rev 4032)
@@ -69625,7 +69625,12 @@
   then follow the relevant platform-specific conventions for copy
   operations (e.g. updating the clipboard).</p>
 
+  <p>The events involved in this process are the <code
+  title="event-drag">drag</code>, <code
+  title="event-dragend">dragend</code>, and <code
+  title="event-drop">drop</code> events.</p>
 
+
   <h5>Cut to clipboard</h5>
 
   <p>When the user invokes a cut operation, the user agent must act as
@@ -69633,7 +69638,12 @@
   followed, if the copy was completed successfully, by <a
   href="#contenteditable-delete">a selection delete operation</a>.</p>
 
+  <p>The events involved in this process are the <code
+  title="event-drag">drag</code>, <code
+  title="event-dragend">dragend</code>, and <code
+  title="event-drop">drop</code> events.</p>
 
+
   <h5>Paste from clipboard</h5>
 
   <p>When the user invokes a clipboard paste operation, the user agent
@@ -69647,7 +69657,13 @@
   keyboard focus, and then ended the drag-and-drop operation without
   canceling it.</p>
 
+  <p>The events involved in this process are the <code
+  title="event-dragenter">dragenter</code>, <code
+  title="event-dragover">dragover</code>, <code
+  title="event-dragleave">dragleave</code>, and <code
+  title="event-drop">drop</code> events.</p>
 
+
   <h5>Paste from selection</h5>
 
   <p>When the user invokes a selection paste operation, the user agent
@@ -69656,6 +69672,8 @@
   element with the keyboard focus, and then ended the drag-and-drop
   operation without canceling it.</p>
 
+  <p>All the drag-and-drop events can be involved in this process.</p>
+
   </div>
 
 




More information about the Commit-Watchers mailing list