[html5] r5645 - [e] (0) dropzone 0/4: placeholder Fixing http://www.w3.org/Bugs/Public/show_bug. [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 22 17:36:25 PDT 2010


Author: ianh
Date: 2010-10-22 17:36:24 -0700 (Fri, 22 Oct 2010)
New Revision: 5645

Modified:
   complete.html
   index
   source
Log:
[e] (0) dropzone 0/4: placeholder
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10712

Modified: complete.html
===================================================================
--- complete.html	2010-10-22 23:12:13 UTC (rev 5644)
+++ complete.html	2010-10-23 00:36:24 UTC (rev 5645)
@@ -214,7 +214,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 22 October 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 23 October 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>-->
@@ -65986,6 +65986,26 @@
   identified by strings that are <a href=#converted-to-ascii-lowercase>converted to ASCII
   lowercase</a> by the API.</p>
 
+<!--
+
+XXX
+
+here we say what the DataTransfer objects model is, and that it can be in a read/write mode, secret mode, read-only mode 
+
+model is:
+ - list of items (see DataTransferItem above)
+ - the drag image (search for "drag feedback"):
+     - elements
+     - bitmap, x, y
+
+plan:
+ 1. describe model
+ 2. replace the existing API definitions with links to this model
+ 3. expose model with new API
+ 4. add dropzone="..." feature
+
+-->
+
   <dl class=domintro><dt><var title="">dataTransfer</var> . <code title=dom-DataTransfer-dropEffect><a href=#dom-datatransfer-dropeffect>dropEffect</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>

Modified: index
===================================================================
--- index	2010-10-22 23:12:13 UTC (rev 5644)
+++ index	2010-10-23 00:36:24 UTC (rev 5645)
@@ -218,7 +218,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 22 October 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 23 October 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>-->
@@ -65992,6 +65992,26 @@
   identified by strings that are <a href=#converted-to-ascii-lowercase>converted to ASCII
   lowercase</a> by the API.</p>
 
+<!--
+
+XXX
+
+here we say what the DataTransfer objects model is, and that it can be in a read/write mode, secret mode, read-only mode 
+
+model is:
+ - list of items (see DataTransferItem above)
+ - the drag image (search for "drag feedback"):
+     - elements
+     - bitmap, x, y
+
+plan:
+ 1. describe model
+ 2. replace the existing API definitions with links to this model
+ 3. expose model with new API
+ 4. add dropzone="..." feature
+
+-->
+
   <dl class=domintro><dt><var title="">dataTransfer</var> . <code title=dom-DataTransfer-dropEffect><a href=#dom-datatransfer-dropeffect>dropEffect</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>

Modified: source
===================================================================
--- source	2010-10-22 23:12:13 UTC (rev 5644)
+++ source	2010-10-23 00:36:24 UTC (rev 5645)
@@ -75161,6 +75161,26 @@
   identified by strings that are <span>converted to ASCII
   lowercase</span> by the API.</p>
 
+<!--
+
+XXX
+
+here we say what the DataTransfer objects model is, and that it can be in a read/write mode, secret mode, read-only mode 
+
+model is:
+ - list of items (see DataTransferItem above)
+ - the drag image (search for "drag feedback"):
+     - elements
+     - bitmap, x, y
+
+plan:
+ 1. describe model
+ 2. replace the existing API definitions with links to this model
+ 3. expose model with new API
+ 4. add dropzone="..." feature
+
+-->
+
   <dl class="domintro">
 
    <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-dropEffect">dropEffect</code> [ = <var title="">value</var> ]</dt>




More information about the Commit-Watchers mailing list