[html5] r6770 - [e] (0) drop the note about the implications of drag-and-drop on undo Fixing htt [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 26 17:03:26 PDT 2011
Author: ianh
Date: 2011-10-26 17:03:25 -0700 (Wed, 26 Oct 2011)
New Revision: 6770
Modified:
complete.html
index
source
Log:
[e] (0) drop the note about the implications of drag-and-drop on undo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14337
Modified: complete.html
===================================================================
--- complete.html 2011-10-26 22:57:20 UTC (rev 6769)
+++ complete.html 2011-10-27 00:03:25 UTC (rev 6770)
@@ -240,7 +240,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><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 — Last Updated 26 October 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 27 October 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -72450,10 +72450,6 @@
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>
- <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>
-
<!-- those might get merged in here eventually -->
@@ -74202,11 +74198,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>
- <!-- need to update this to new UndoManager code -->
+ 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
Modified: index
===================================================================
--- index 2011-10-26 22:57:20 UTC (rev 6769)
+++ index 2011-10-27 00:03:25 UTC (rev 6770)
@@ -240,7 +240,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><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 — Last Updated 26 October 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 27 October 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -72450,10 +72450,6 @@
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>
- <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>
-
<!-- those might get merged in here eventually -->
@@ -74202,11 +74198,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>
- <!-- need to update this to new UndoManager code -->
+ 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
Modified: source
===================================================================
--- source 2011-10-26 22:57:20 UTC (rev 6769)
+++ source 2011-10-27 00:03:25 UTC (rev 6770)
@@ -1,4 +1,4 @@
-veurl<!-- EDITOR NOTES
+<!-- EDITOR NOTES
!
! Adding a new element involves editing the following sections:
! - description of the element's categories
@@ -82461,10 +82461,6 @@
href="#refsDOMRANGE">[DOMRANGE]</a> <a
href="#refsUNDO">[UNDO]</a></p>
- <p class="XXX"><dfn>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>
-
<!-- those might get merged in here eventually -->
@@ -84539,11 +84535,7 @@
<p>From the moment that the user agent is to <dfn>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 <span>undo transaction history</span> as one atomic
- operation once the drag-and-drop operation has ended.</span></p>
- <!-- need to update this to new UndoManager code -->
+ be suppressed.</p>
<p>During the drag operation, the element directly indicated by the
user as the drop target is called the <dfn>immediate user
More information about the Commit-Watchers
mailing list