html5/spec Overview.html,1.3680,1.3681

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8265

Modified Files:
	Overview.html 
Log Message:
Clarify what 'empty' means for drag-and-drop events. (whatwg r4620)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3680
retrieving revision 1.3681
diff -u -d -r1.3680 -r1.3681
--- Overview.html	22 Jan 2010 05:50:23 -0000	1.3680
+++ Overview.html	23 Jan 2010 00:14:25 -0000	1.3681
@@ -262,7 +262,7 @@
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-22-january-2010">Editor's Draft 22 January 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-23-january-2010">Editor's Draft 23 January 2010</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -361,7 +361,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 22 January 2010 Editor's Draft.
+  This specification is the 23 January 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
   larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>.
   <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
@@ -47924,10 +47924,12 @@
      <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.<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>

Received on Saturday, 23 January 2010 00:14:30 UTC