html5/spec Overview.html,1.3193,1.3194

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2622

Modified Files:
	Overview.html 
Log Message:
Mention what events are involved in copy/paste. (whatwg r4032)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3193
retrieving revision 1.3194
diff -u -d -r1.3193 -r1.3194
--- Overview.html	29 Sep 2009 06:25:28 -0000	1.3193
+++ Overview.html	29 Sep 2009 07:23:07 -0000	1.3194
@@ -53710,6 +53710,8 @@
   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>
 
@@ -53717,6 +53719,8 @@
   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>
 
@@ -53731,6 +53735,8 @@
   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>
 
@@ -53740,6 +53746,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><div class="impl">
 
   <h4 id="security-risks-in-the-drag-and-drop-model"><span class="secno">7.9.7 </span>Security risks in the drag-and-drop model</h4>

Received on Tuesday, 29 September 2009 07:23:20 UTC