- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 27 Oct 2011 00:07:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv3491 Modified Files: Overview.html Log Message: drop the note about the implications of drag-and-drop on undo (whatwg r6770) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5419 retrieving revision 1.5420 diff -u -d -r1.5419 -r1.5420 --- Overview.html 26 Oct 2011 23:01:28 -0000 1.5419 +++ Overview.html 27 Oct 2011 00:07:33 -0000 1.5420 @@ -320,7 +320,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-26-october-2011">Editor's Draft 26 October 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-27-october-2011">Editor's Draft 27 October 2011</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> @@ -466,7 +466,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 26 October 2011 Editor's Draft. + This specification is the 27 October 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><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 --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -53308,9 +53308,7 @@ methods are defined in the HTML Editing APIs specification. Text selections are defined in the DOM Range specification. The interaction of editing and the undo/redo features in user agents is - defined by the UndoManager and DOM Transaction specification. <a href="#refsEDITING">[EDITING]</a> <a href="#refsDOMRANGE">[DOMRANGE]</a> <a href="#refsUNDO">[UNDO]</a><p class="XXX"><dfn id="undo-transaction-history">undo transaction history</dfn> is currently - defined in <a href="#refsUNDO">[UNDO]</a> but this spec hasn't been - updated to make sense with the new definition</p><h4 id="spelling-and-grammar-checking"><span class="secno">7.5.5 </span>Spelling and grammar checking</h4><div class="impl"> + defined by the UndoManager and DOM Transaction specification. <a href="#refsEDITING">[EDITING]</a> <a href="#refsDOMRANGE">[DOMRANGE]</a> <a href="#refsUNDO">[UNDO]</a></p><h4 id="spelling-and-grammar-checking"><span class="secno">7.5.5 </span>Spelling and grammar checking</h4><div class="impl"> <p>User agents can support the checking of spelling and grammar of editable text, either in form controls (such as the value of @@ -54697,11 +54695,7 @@ </ol><p>From the moment that the user agent is to <dfn id="initiate-the-drag-and-drop-operation">initiate the drag-and-drop operation</dfn>, until the end of the drag-and-drop operation, device input events (e.g. mouse and keyboard events) must - be suppressed. <span class="XXX">In addition, the user agent must - track all DOM changes made during the drag-and-drop operation, and - add them to its <a href="#undo-transaction-history">undo transaction history</a> as one atomic - operation once the drag-and-drop operation has ended.</span></p> - + be suppressed.</p> <p>During the drag operation, the element directly indicated by the user as the drop target is called the <dfn id="immediate-user-selection">immediate user
Received on Thursday, 27 October 2011 00:07:39 UTC