Skip to content

Commit

Permalink
[e] (0) not sure why this term wasn't defined consistently with how i…
Browse files Browse the repository at this point in the history
…t was used

git-svn-id: http://svn.whatwg.org/webapps@5209 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 27, 2010
1 parent 3497241 commit da5338e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions complete.html
Expand Up @@ -68244,13 +68244,13 @@ <h4 id=the-undomanager-interface><span class=secno>8.10.2 </span>The <code><a hr
<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>
Expand Down
14 changes: 7 additions & 7 deletions index
Expand Up @@ -68197,13 +68197,13 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {
<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>
Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -77447,13 +77447,13 @@ interface <dfn>NavigatorAbilities</dfn> {
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>
Expand Down

0 comments on commit da5338e

Please sign in to comment.