Skip to content

Commit

Permalink
[e] (0) remove some XXX markers since i decided to use internal links…
Browse files Browse the repository at this point in the history
… after all

git-svn-id: http://svn.whatwg.org/webapps@2925 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 31, 2009
1 parent ff6c106 commit cada42a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
17 changes: 8 additions & 9 deletions index
Expand Up @@ -44249,6 +44249,7 @@ user reload must be equivalent to .reload()
<div class=impl>

<h4 id=history-notes><span class=secno>5.9.5 </span>Implementation notes for session history</h4>
<!-- don't change the ID without updating multiple internal links -->

<p><em>This section is non-normative.</em></p>

Expand Down Expand Up @@ -44604,9 +44605,9 @@ user reload must be equivalent to .reload()
<ol><li><p>Remove all the entries after the <a href=#current-entry>current
entry</a> in the <a href=#browsing-context>browsing context</a>'s
<code>Document</code> object's <code><a href=#history-1>History</a></code> object.</p>
<p class=note>This <a href=#history-notes>doesn't necessarily
have to affect</a><!--XXX change to auto-xref?--> the user
agent's user interface.</p> </li>
<p class=note>This <a href=#history-notes>doesn't
necessarily have to affect</a> the user agent's user
interface.</p> </li>

<li><p>Append a new entry at the end of the <code><a href=#history-1>History</a></code>
object representing the new resource and its
Expand Down Expand Up @@ -44885,12 +44886,10 @@ user reload must be equivalent to .reload()
identifier, then the user agent must <a href=#queue-a-task>queue a task</a> to
run the following steps:</p>

<ol><li><p>Remove all the entries after the <a href=#current-entry>current
entry</a> in the <a href=#browsing-context>browsing context</a>'s
<code>Document</code> object's <code><a href=#history-1>History</a></code> object.</p>
<p class=note>This <a href=#history-notes>doesn't necessarily
have to affect</a><!--XXX change to auto-xref?--> the user
agent's user interface.</p> </li>
<ol><li><p>Remove all the entries after the <a href=#current-entry>current entry</a>
in the <a href=#browsing-context>browsing context</a>'s <code>Document</code>
object's <code><a href=#history-1>History</a></code> object.</p> <p class=note>This <a href=#history-notes>doesn't necessarily have to affect</a> the
user agent's user interface.</p> </li>

<li><p>Append a new entry at the end of the <code><a href=#history-1>History</a></code>
object representing the new resource and its <code>Document</code>
Expand Down
18 changes: 9 additions & 9 deletions source
Expand Up @@ -50341,6 +50341,7 @@ user reload must be equivalent to .reload()
<div class="impl">

<h4 id="history-notes">Implementation notes for session history</h4>
<!-- don't change the ID without updating multiple internal links -->

<p><em>This section is non-normative.</em></p>

Expand Down Expand Up @@ -50750,9 +50751,9 @@ user reload must be equivalent to .reload()
<li><p>Remove all the entries after the <span>current
entry</span> in the <span>browsing context</span>'s
<code>Document</code> object's <code>History</code> object.</p>
<p class="note">This <a href="#history-notes">doesn't necessarily
have to affect</a><!--XXX change to auto-xref?--> the user
agent's user interface.</p> </li>
<p class="note">This <a href="#history-notes">doesn't
necessarily have to affect</a> the user agent's user
interface.</p> </li>

<li><p>Append a new entry at the end of the <code>History</code>
object representing the new resource and its
Expand Down Expand Up @@ -51059,12 +51060,11 @@ user reload must be equivalent to .reload()

<ol>

<li><p>Remove all the entries after the <span>current
entry</span> in the <span>browsing context</span>'s
<code>Document</code> object's <code>History</code> object.</p>
<p class="note">This <a href="#history-notes">doesn't necessarily
have to affect</a><!--XXX change to auto-xref?--> the user
agent's user interface.</p> </li>
<li><p>Remove all the entries after the <span>current entry</span>
in the <span>browsing context</span>'s <code>Document</code>
object's <code>History</code> object.</p> <p class="note">This <a
href="#history-notes">doesn't necessarily have to affect</a> the
user agent's user interface.</p> </li>

<li><p>Append a new entry at the end of the <code>History</code>
object representing the new resource and its <code>Document</code>
Expand Down

0 comments on commit cada42a

Please sign in to comment.