Skip to content

Commit

Permalink
[e] (0) dropzone 0/4: placeholder
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10712

git-svn-id: http://svn.whatwg.org/webapps@5645 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 23, 2010
1 parent bc740d7 commit 74d3e5e
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
22 changes: 21 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; 22 October 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -65986,6 +65986,26 @@ <h4 id=the-dragevent-and-datatransfer-interfaces><span class=secno>8.7.2 </span>
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>
Expand Down
22 changes: 21 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; 22 October 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -65992,6 +65992,26 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {
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>
Expand Down
20 changes: 20 additions & 0 deletions source
Expand Up @@ -75161,6 +75161,26 @@ interface <dfn>NavigatorAbilities</dfn> {
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>
Expand Down

0 comments on commit 74d3e5e

Please sign in to comment.