- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 23 Oct 2010 00:46:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4004 Modified Files: dnd.html spec.html Log Message: dropzone 0/4: placeholder (whatwg r5645) [updated by splitter] Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec/dnd.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- dnd.html 18 Oct 2010 06:16:47 -0000 1.28 +++ dnd.html 23 Oct 2010 00:46:55 -0000 1.29 @@ -550,7 +550,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="infrastructure.html#converted-to-ascii-lowercase">converted to ASCII - lowercase</a> by the API.</p><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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1313 retrieving revision 1.1314 diff -u -d -r1.1313 -r1.1314 --- spec.html 22 Oct 2010 23:46:40 -0000 1.1313 +++ spec.html 23 Oct 2010 00:46:56 -0000 1.1314 @@ -325,7 +325,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> @@ -346,7 +346,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4522. +This is revision 1.4523. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide @@ -455,7 +455,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
Received on Saturday, 23 October 2010 00:47:01 UTC