Skip to content

Commit

Permalink
[giow] (0) Actually disassociate the DataTransfer object and the drag…
Browse files Browse the repository at this point in the history
… data store (accidentally omitted in earlier checkin).

git-svn-id: http://svn.whatwg.org/webapps@5648 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 28, 2010
1 parent 91d8d7c commit ef640d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -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 &mdash; 27 October 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -66532,6 +66532,9 @@ <h4 id=the-dragevent-interface><span class=secno>8.7.4 </span>The <code><a href=
<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>


Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -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 &mdash; 27 October 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -66538,6 +66538,9 @@ plan:
<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>


Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -75860,6 +75860,10 @@ plan:
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>
Expand Down

0 comments on commit ef640d5

Please sign in to comment.