hixie: not sure why this term wasn't defined consistently with how it was used (whatwg r5209)

hixie: not sure why this term wasn't defined consistently with how it
was used (whatwg r5209)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4143&r2=1.4144&f=h
http://html5.org/tools/web-apps-tracker?from=5208&to=5209

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4143
retrieving revision 1.4144
diff -u -d -r1.4143 -r1.4144
--- Overview.html 27 Jul 2010 22:31:49 -0000 1.4143
+++ Overview.html 27 Jul 2010 22:38:05 -0000 1.4144
@@ -50795,13 +50795,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>

Received on Tuesday, 27 July 2010 22:38:43 UTC