[html5] r5209 - [e] (0) not sure why this term wasn't defined consistently with how it was used

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 27 15:38:02 PDT 2010


Author: ianh
Date: 2010-07-27 15:38:00 -0700 (Tue, 27 Jul 2010)
New Revision: 5209

Modified:
   complete.html
   index
   source
Log:
[e] (0) not sure why this term wasn't defined consistently with how it was used

Modified: complete.html
===================================================================
--- complete.html	2010-07-27 22:31:45 UTC (rev 5208)
+++ complete.html	2010-07-27 22:38:00 UTC (rev 5209)
@@ -68244,13 +68244,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>

Modified: index
===================================================================
--- index	2010-07-27 22:31:45 UTC (rev 5208)
+++ index	2010-07-27 22:38:00 UTC (rev 5209)
@@ -68197,13 +68197,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>

Modified: source
===================================================================
--- source	2010-07-27 22:31:45 UTC (rev 5208)
+++ source	2010-07-27 22:38:00 UTC (rev 5209)
@@ -77447,13 +77447,13 @@
   title="">n</var>th <span>undo object</span> entry in the <span>undo
   transaction history</span>, if there is one, or null otherwise.</p>
 
-  <p>The <span>undo transaction history</span> has a <dfn title="undo
-  position">current position</dfn>. This is the position between two
-  entries in the <span>undo transaction history</span>'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 <span>undo transaction history</span> has an <dfn>undo
+  position</dfn>. This is the position between two entries in the
+  <span>undo transaction history</span>'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
   title="dom-UndoManager-position"><code>position</code></dfn>




More information about the Commit-Watchers mailing list