Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Clarify what 'empty' means for drag-and-drop events.
git-svn-id: http://svn.whatwg.org/webapps@4620 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 23, 2010
1 parent f41d12b commit fa0014e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
10 changes: 7 additions & 3 deletions complete.html
Expand Up @@ -110,7 +110,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 22 January 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 23 January 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -61817,10 +61817,14 @@ <h4 id=dndevents><span class=secno>8.9.3 </span>Events fired during a drag-and-d
<td><a href=#effectAllowed-initialization>Same as last event</a></td>
<td><a href=#current-drag-operation>Current drag operation</a></td>
<td>Varies</td>
</table><div class=impl>
</table><p class=note>"Empty" in the table above means that the <code title=dom-datatransfer-getdata><a href=#dom-datatransfer-getdata>getData()</a></code> and <code title=dom-dataTransfer-files><a href=#dom-datatransfer-files>files</a></code> attributes act as if
there is no data being dragged.</p>

<div class=impl>

<p>The <code title=dom-DragEvent-dataTransfer><a href=#dom-dragevent-datatransfer>dataTransfer</a></code>
object's contents are empty except for <code title=event-dragstart><a href=#event-dragstart>dragstart</a></code> events and <code title=event-drop><a href=#event-drop>drop</a></code> events, for which the contents are
object's contents are empty (the <code title=dom-datatransfer-getdata><a href=#dom-datatransfer-getdata>getData()</a></code> and <code title=dom-dataTransfer-files><a href=#dom-datatransfer-files>files</a></code> attributes act as if
there is no data being dragged) except for <code title=event-dragstart><a href=#event-dragstart>dragstart</a></code> events and <code title=event-drop><a href=#event-drop>drop</a></code> events, for which the contents are
set as described in the processing model, below.</p>

<p id=effectAllowed-initialization>The <code title=dom-DataTransfer-effectAllowed><a href=#dom-datatransfer-effectallowed>effectAllowed</a></code>
Expand Down
10 changes: 7 additions & 3 deletions index
Expand Up @@ -112,7 +112,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 22 January 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 23 January 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -61021,10 +61021,14 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
<td><a href=#effectAllowed-initialization>Same as last event</a></td>
<td><a href=#current-drag-operation>Current drag operation</a></td>
<td>Varies</td>
</table><div class=impl>
</table><p class=note>"Empty" in the table above means that the <code title=dom-datatransfer-getdata><a href=#dom-datatransfer-getdata>getData()</a></code> and <code title=dom-dataTransfer-files><a href=#dom-datatransfer-files>files</a></code> attributes act as if
there is no data being dragged.</p>

<div class=impl>

<p>The <code title=dom-DragEvent-dataTransfer><a href=#dom-dragevent-datatransfer>dataTransfer</a></code>
object's contents are empty except for <code title=event-dragstart><a href=#event-dragstart>dragstart</a></code> events and <code title=event-drop><a href=#event-drop>drop</a></code> events, for which the contents are
object's contents are empty (the <code title=dom-datatransfer-getdata><a href=#dom-datatransfer-getdata>getData()</a></code> and <code title=dom-dataTransfer-files><a href=#dom-datatransfer-files>files</a></code> attributes act as if
there is no data being dragged) except for <code title=event-dragstart><a href=#event-dragstart>dragstart</a></code> events and <code title=event-drop><a href=#event-drop>drop</a></code> events, for which the contents are
set as described in the processing model, below.</p>

<p id=effectAllowed-initialization>The <code title=dom-DataTransfer-effectAllowed><a href=#dom-datatransfer-effectallowed>effectAllowed</a></code>
Expand Down
10 changes: 9 additions & 1 deletion source
Expand Up @@ -71126,10 +71126,18 @@ interface <dfn>SQLTransactionSync</dfn> {

</table>

<p class="note">"Empty" in the table above means that the <code
title="dom-datatransfer-getdata">getData()</code> and <code
title="dom-dataTransfer-files">files</code> attributes act as if
there is no data being dragged.</p>

<div class="impl">

<p>The <code title="dom-DragEvent-dataTransfer">dataTransfer</code>
object's contents are empty except for <code
object's contents are empty (the <code
title="dom-datatransfer-getdata">getData()</code> and <code
title="dom-dataTransfer-files">files</code> attributes act as if
there is no data being dragged) except for <code
title="event-dragstart">dragstart</code> events and <code
title="event-drop">drop</code> events, for which the contents are
set as described in the processing model, below.</p>
Expand Down

0 comments on commit fa0014e

Please sign in to comment.