[html5] r4583 - [e] (0) Correct the list of events that fire during copy&paste.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 12 17:39:45 PST 2010
Author: ianh
Date: 2010-01-12 17:39:41 -0800 (Tue, 12 Jan 2010)
New Revision: 4583
Modified:
complete.html
index
source
Log:
[e] (0) Correct the list of events that fire during copy&paste.
Modified: complete.html
===================================================================
--- complete.html 2010-01-13 01:35:55 UTC (rev 4582)
+++ complete.html 2010-01-13 01:39:41 UTC (rev 4583)
@@ -62152,7 +62152,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>8.9.6.2 </span>Cut to clipboard</h5>
@@ -62161,7 +62161,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>8.9.6.3 </span>Paste from clipboard</h5>
@@ -87269,6 +87269,7 @@
Daniel Bratell,
Daniel Brooks,
Daniel Brumbaugh Keeney,
+ Daniel Cheng,
Daniel Davis,
Daniel Glazman,
Daniel Peng,
Modified: index
===================================================================
--- index 2010-01-13 01:35:55 UTC (rev 4582)
+++ index 2010-01-13 01:39:41 UTC (rev 4583)
@@ -61360,7 +61360,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>7.9.6.2 </span>Cut to clipboard</h5>
@@ -61369,7 +61369,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>7.9.6.3 </span>Paste from clipboard</h5>
@@ -81772,6 +81772,7 @@
Daniel Bratell,
Daniel Brooks,
Daniel Brumbaugh Keeney,
+ Daniel Cheng,
Daniel Davis,
Daniel Glazman,
Daniel Peng,
Modified: source
===================================================================
--- source 2010-01-13 01:35:55 UTC (rev 4582)
+++ source 2010-01-13 01:39:41 UTC (rev 4583)
@@ -71610,9 +71610,9 @@
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>
+ title="event-dragstart">dragstart</code>, <code
+ title="event-drag">drag</code>, and <code
+ title="event-dragend">dragend</code> events.</p>
<h5>Cut to clipboard</h5>
@@ -71623,9 +71623,9 @@
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>
+ title="event-dragstart">dragstart</code>, <code
+ title="event-drag">drag</code>, and <code
+ title="event-dragend">dragend</code> events.</p>
<h5>Paste from clipboard</h5>
@@ -97733,6 +97733,7 @@
Daniel Bratell,
Daniel Brooks,
Daniel Brumbaugh Keeney,
+ Daniel Cheng,
Daniel Davis,
Daniel Glazman,
Daniel Peng,
More information about the Commit-Watchers
mailing list