- From: poot <cvsmail@w3.org>
- Date: Sat, 23 Oct 2010 09:36:55 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: dropzone 0/4: placeholder (whatwg r5645) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4522&r2=1.4523&f=h http://html5.org/tools/web-apps-tracker?from=5644&to=5645 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4522 retrieving revision 1.4523 diff -u -d -r1.4522 -r1.4523 --- Overview.html 22 Oct 2010 23:12:33 -0000 1.4522 +++ Overview.html 23 Oct 2010 00:36:29 -0000 1.4523 @@ -321,7 +321,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-22-october-2010">Editor's Draft 22 October 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-23-october-2010">Editor's Draft 23 October 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -451,7 +451,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 22 October 2010 Editor's Draft. + This specification is the 23 October 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -50164,7 +50164,25 @@ special-cased for legacy reasons. However, the API does not enforce this; non-MIME-type values can be added as well. All formats are identified by strings that are <a href="#converted-to-ascii-lowercase">converted to ASCII - lowercase</a> by the API.<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> + 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>
Received on Saturday, 23 October 2010 00:37:26 UTC