[html5] r5648 - [giow] (0) Actually disassociate the DataTransfer object and the drag data store [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 28 15:51:50 PDT 2010


Author: ianh
Date: 2010-10-28 15:51:48 -0700 (Thu, 28 Oct 2010)
New Revision: 5648

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Actually disassociate the DataTransfer object and the drag data store (accidentally omitted in earlier checkin).

Modified: complete.html
===================================================================
--- complete.html	2010-10-27 23:01:54 UTC (rev 5647)
+++ complete.html	2010-10-28 22:51:48 UTC (rev 5648)
@@ -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 — 27 October 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 28 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>-->
@@ -66532,6 +66532,9 @@
    <li><p>Set the <a href=#drag-data-store-mode>drag data store mode</a> back to the <a href=#concept-dnd-p title=concept-dnd-p>protected mode</a> if it was changed in
    the first step.</li>
 
+   <li><p>Break the association between <var title="">dataTransfer</var> and the <a href=#drag-data-store>drag data
+   store</a>.</li>
+
   </ol></div>
 
 

Modified: index
===================================================================
--- index	2010-10-27 23:01:54 UTC (rev 5647)
+++ index	2010-10-28 22:51:48 UTC (rev 5648)
@@ -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 — 27 October 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 28 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>-->
@@ -66538,6 +66538,9 @@
    <li><p>Set the <a href=#drag-data-store-mode>drag data store mode</a> back to the <a href=#concept-dnd-p title=concept-dnd-p>protected mode</a> if it was changed in
    the first step.</li>
 
+   <li><p>Break the association between <var title="">dataTransfer</var> and the <a href=#drag-data-store>drag data
+   store</a>.</li>
+
   </ol></div>
 
 

Modified: source
===================================================================
--- source	2010-10-27 23:01:54 UTC (rev 5647)
+++ source	2010-10-28 22:51:48 UTC (rev 5648)
@@ -75860,6 +75860,10 @@
    title="concept-dnd-p">protected mode</span> if it was changed in
    the first step.</p></li>
 
+   <li><p>Break the association between <var
+   title="">dataTransfer</var> and the <span>drag data
+   store</span>.</p></li>
+
   </ol>
 
   </div>




More information about the Commit-Watchers mailing list