[html5] r6124 - [e] (0) notes
whatwg at whatwg.org
whatwg at whatwg.org
Mon May 9 15:22:18 PDT 2011
Author: ianh
Date: 2011-05-09 15:22:16 -0700 (Mon, 09 May 2011)
New Revision: 6124
Modified:
complete.html
index
source
Log:
[e] (0) notes
Modified: complete.html
===================================================================
--- complete.html 2011-05-08 00:39:30 UTC (rev 6123)
+++ complete.html 2011-05-09 22:22:16 UTC (rev 6124)
@@ -239,7 +239,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">Living Standard — Last Updated 8 May 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 May 2011</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>-->
@@ -70126,6 +70126,16 @@
<Hixie_> yeah, thinking about that too
<Hixie_> :drop-target, :drop-target(above), :drop-target(below) and having ondragover be able to say "not on me, but next to me maybe"
+ - some way to be able to match an element that is being dragged over.
+
+ - some way to be able to animate an element as it goes into and out of
+ this state (CSS transitions?), e.g. to be able to animate something
+ "getting out of the way" to let you drop an item between others.
+
+ - as an extension to the previous feature, a way to distinguish being
+ dragged above or to the left of the drag target vs below or to the
+ right of the drag target.
+
* We should let drop targets communicate back to drag sources if
they want to communicate. (e.g. expose Window, and thus
postMessage(), on the dataTransfer object on drop.)
Modified: index
===================================================================
--- index 2011-05-08 00:39:30 UTC (rev 6123)
+++ index 2011-05-09 22:22:16 UTC (rev 6124)
@@ -243,7 +243,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 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 8 May 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 May 2011</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>-->
@@ -70180,6 +70180,16 @@
<Hixie_> yeah, thinking about that too
<Hixie_> :drop-target, :drop-target(above), :drop-target(below) and having ondragover be able to say "not on me, but next to me maybe"
+ - some way to be able to match an element that is being dragged over.
+
+ - some way to be able to animate an element as it goes into and out of
+ this state (CSS transitions?), e.g. to be able to animate something
+ "getting out of the way" to let you drop an item between others.
+
+ - as an extension to the previous feature, a way to distinguish being
+ dragged above or to the left of the drag target vs below or to the
+ right of the drag target.
+
* We should let drop targets communicate back to drag sources if
they want to communicate. (e.g. expose Window, and thus
postMessage(), on the dataTransfer object on drop.)
Modified: source
===================================================================
--- source 2011-05-08 00:39:30 UTC (rev 6123)
+++ source 2011-05-09 22:22:16 UTC (rev 6124)
@@ -80026,6 +80026,16 @@
<Hixie_> yeah, thinking about that too
<Hixie_> :drop-target, :drop-target(above), :drop-target(below) and having ondragover be able to say "not on me, but next to me maybe"
+ - some way to be able to match an element that is being dragged over.
+
+ - some way to be able to animate an element as it goes into and out of
+ this state (CSS transitions?), e.g. to be able to animate something
+ "getting out of the way" to let you drop an item between others.
+
+ - as an extension to the previous feature, a way to distinguish being
+ dragged above or to the left of the drag target vs below or to the
+ right of the drag target.
+
* We should let drop targets communicate back to drag sources if
they want to communicate. (e.g. expose Window, and thus
postMessage(), on the dataTransfer object on drop.)
More information about the Commit-Watchers
mailing list