html5/spec dnd.html,1.7,1.8 spec.html,1.1081,1.1082

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16147

Modified Files:
	dnd.html spec.html 
Log Message:
not sure why this term wasn't defined consistently with how it was used (whatwg r5209)

[updated by splitter]


Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec/dnd.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dnd.html	27 Jul 2010 22:36:53 -0000	1.7
+++ dnd.html	27 Jul 2010 22:46:45 -0000	1.8
@@ -1683,13 +1683,13 @@
   <p>The <dfn id="dom-undomanager-item" title="dom-UndoManager-item"><code>item(<var title="">n</var>)</code></dfn> method must return the <var title="">n</var>th <a href="#undo-object">undo object</a> entry in the <a href="#undo-transaction-history">undo
   transaction history</a>, if there is one, or null otherwise.</p>
 
-  <p>The <a href="#undo-transaction-history">undo transaction history</a> has a <dfn id="undo-position" title="undo
-  position">current position</dfn>. This is the position between two
-  entries in the <a href="#undo-transaction-history">undo transaction history</a>'s list where
-  the previous entry represents what needs to happen if the user
-  invokes the "undo" command (the "undo" side, lower numbers), and the
-  next entry represents what needs to happen if the user invokes the
-  "redo" command (the "redo" side, higher numbers).</p>
+  <p>The <a href="#undo-transaction-history">undo transaction history</a> has an <dfn id="undo-position">undo
+  position</dfn>. This is the position between two entries in the
+  <a href="#undo-transaction-history">undo transaction history</a>'s list where the previous
+  entry represents what needs to happen if the user invokes the "undo"
+  command (the "undo" side, lower numbers), and the next entry
+  represents what needs to happen if the user invokes the "redo"
+  command (the "redo" side, higher numbers).</p>
 
   <p>The <dfn id="dom-undomanager-position" title="dom-UndoManager-position"><code>position</code></dfn>
   attribute must return the index of the <a href="#undo-object">undo object</a>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1081
retrieving revision 1.1082
diff -u -d -r1.1081 -r1.1082
--- spec.html	27 Jul 2010 22:36:54 -0000	1.1081
+++ spec.html	27 Jul 2010 22:46:45 -0000	1.1082
@@ -333,7 +333,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">author edition</a>.
-This is revision 1.4143.
+This is revision 1.4144.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Tuesday, 27 July 2010 22:46:49 UTC