html5/spec Overview.html,1.3658,1.3659

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

Modified Files:
	Overview.html 
Log Message:
Correct the list of events that fire during copy&paste. (whatwg r4583)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3658
retrieving revision 1.3659
diff -u -d -r1.3658 -r1.3659
--- Overview.html	13 Jan 2010 01:36:03 -0000	1.3658
+++ Overview.html	13 Jan 2010 01:39:50 -0000	1.3659
@@ -48393,7 +48393,7 @@
   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>
+  <p>The events involved in this process are the <code title="event-dragstart"><a href="#event-dragstart">dragstart</a></code>, <code title="event-drag"><a href="#event-drag">drag</a></code>, and <code title="event-dragend"><a href="#event-dragend">dragend</a></code> events.</p>
 
 
   <h5 id="cut-to-clipboard"><span class="secno">6.9.6.2 </span>Cut to clipboard</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
@@ -48402,7 +48402,7 @@
   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>
+  <p>The events involved in this process are the <code title="event-dragstart"><a href="#event-dragstart">dragstart</a></code>, <code title="event-drag"><a href="#event-drag">drag</a></code>, and <code title="event-dragend"><a href="#event-dragend">dragend</a></code> events.</p>
 
 
   <h5 id="paste-from-clipboard"><span class="secno">6.9.6.3 </span>Paste from clipboard</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
@@ -67211,6 +67211,7 @@
   Daniel Bratell,
   Daniel Brooks,
   Daniel Brumbaugh Keeney,
+  Daniel Cheng,
   Daniel Davis,
   Daniel Glazman,
   Daniel Peng,

Received on Wednesday, 13 January 2010 01:39:55 UTC