Skip to content

Commit

Permalink
[e] (0) Correct the list of events that fire during copy&paste.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4583 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 13, 2010
1 parent 61f6b56 commit be8552e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -62152,7 +62152,7 @@ <h5 id=copy-to-clipboard><span class=secno>8.9.6.1 </span>Copy to clipboard</h5>
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>
Expand All @@ -62161,7 +62161,7 @@ <h5 id=cut-to-clipboard><span class=secno>8.9.6.2 </span>Cut to clipboard</h5>
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>
Expand Down Expand Up @@ -87269,6 +87269,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Daniel Bratell,
Daniel Brooks,
Daniel Brumbaugh Keeney,
Daniel Cheng,
Daniel Davis,
Daniel Glazman,
Daniel Peng,
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -61360,7 +61360,7 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
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>
Expand All @@ -61369,7 +61369,7 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
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>
Expand Down Expand Up @@ -81772,6 +81772,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Daniel Bratell,
Daniel Brooks,
Daniel Brumbaugh Keeney,
Daniel Cheng,
Daniel Davis,
Daniel Glazman,
Daniel Peng,
Expand Down
13 changes: 7 additions & 6 deletions source
Expand Up @@ -71610,9 +71610,9 @@ interface <dfn>SQLTransactionSync</dfn> {
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>
Expand All @@ -71623,9 +71623,9 @@ interface <dfn>SQLTransactionSync</dfn> {
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>
Expand Down Expand Up @@ -97733,6 +97733,7 @@ interface <span>HTMLDocument</span> {
Daniel Bratell,
Daniel Brooks,
Daniel Brumbaugh Keeney,
Daniel Cheng,
Daniel Davis,
Daniel Glazman,
Daniel Peng,
Expand Down

0 comments on commit be8552e

Please sign in to comment.