Skip to content

Commit

Permalink
[e] (0) Mention what events are involved in copy/paste.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7668

git-svn-id: http://svn.whatwg.org/webapps@4032 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent e7d1e2c commit d40c976
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index
Expand Up @@ -59676,13 +59676,17 @@ NETWORK:
then follow the relevant platform-specific conventions for copy then follow the relevant platform-specific conventions for copy
operations (e.g. updating the clipboard).</p> 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> <h5 id=cut-to-clipboard><span class=secno>7.9.6.2 </span>Cut to clipboard</h5>


<p>When the user invokes a cut operation, the user agent must act as <p>When the user invokes a cut operation, the user agent must act as
if the user had invoked a copy operation (see the previous section), 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> 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> <h5 id=paste-from-clipboard><span class=secno>7.9.6.3 </span>Paste from clipboard</h5>


Expand All @@ -59697,6 +59701,8 @@ NETWORK:
keyboard focus, and then ended the drag-and-drop operation without keyboard focus, and then ended the drag-and-drop operation without
canceling it.</p> 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> <h5 id=paste-from-selection><span class=secno>7.9.6.4 </span>Paste from selection</h5>


Expand All @@ -59706,6 +59712,8 @@ NETWORK:
element with the keyboard focus, and then ended the drag-and-drop element with the keyboard focus, and then ended the drag-and-drop
operation without canceling it.</p> operation without canceling it.</p>


<p>All the drag-and-drop events can be involved in this process.</p>

</div> </div>




Expand Down
18 changes: 18 additions & 0 deletions source
Expand Up @@ -69625,6 +69625,11 @@ interface <dfn>SQLTransactionSync</dfn> {
then follow the relevant platform-specific conventions for copy then follow the relevant platform-specific conventions for copy
operations (e.g. updating the clipboard).</p> 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>



<h5>Cut to clipboard</h5> <h5>Cut to clipboard</h5>


Expand All @@ -69633,6 +69638,11 @@ interface <dfn>SQLTransactionSync</dfn> {
followed, if the copy was completed successfully, by <a followed, if the copy was completed successfully, by <a
href="#contenteditable-delete">a selection delete operation</a>.</p> 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>



<h5>Paste from clipboard</h5> <h5>Paste from clipboard</h5>


Expand All @@ -69647,6 +69657,12 @@ interface <dfn>SQLTransactionSync</dfn> {
keyboard focus, and then ended the drag-and-drop operation without keyboard focus, and then ended the drag-and-drop operation without
canceling it.</p> canceling it.</p>


<p>The events involved in this process are the <code
title="event-dragenter">dragenter</code>, <code
title="event-dragover">dragover</code>, <code
title="event-dragleave">dragleave</code>, and <code
title="event-drop">drop</code> events.</p>



<h5>Paste from selection</h5> <h5>Paste from selection</h5>


Expand All @@ -69656,6 +69672,8 @@ interface <dfn>SQLTransactionSync</dfn> {
element with the keyboard focus, and then ended the drag-and-drop element with the keyboard focus, and then ended the drag-and-drop
operation without canceling it.</p> operation without canceling it.</p>


<p>All the drag-and-drop events can be involved in this process.</p>

</div> </div>




Expand Down

0 comments on commit d40c976

Please sign in to comment.