- From: poot <cvsmail@w3.org>
- Date: Wed, 13 Jan 2010 10:40:04 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Correct the list of events that fire during copy&paste. (whatwg r4583) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3658&r2=1.3659&f=h http://html5.org/tools/web-apps-tracker?from=4582&to=4583 =================================================================== 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:40:32 UTC