Skip to content

Commit

Permalink
[e] (0) notes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6124 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 9, 2011
1 parent a5e3b67 commit a5cbaae
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
12 changes: 11 additions & 1 deletion complete.html
Expand Up @@ -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 &mdash; Last Updated 8 May 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -70126,6 +70126,16 @@ <h3 id=dnd><span class=secno>8.7 </span><dfn>Drag and drop</dfn></h3>
<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.)
Expand Down
12 changes: 11 additions & 1 deletion index
Expand Up @@ -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 &mdash; Last Updated 8 May 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -70180,6 +70180,16 @@ interface <dfn id=navigatorstorageutils>NavigatorStorageUtils</dfn> {
<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.)
Expand Down
10 changes: 10 additions & 0 deletions source
Expand Up @@ -80026,6 +80026,16 @@ interface <dfn>NavigatorStorageUtils</dfn> {
<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.)
Expand Down

0 comments on commit a5cbaae

Please sign in to comment.