Skip to content

Commit

Permalink
[e] (0) fix xref (frag id stuff)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@515 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 27, 2007
1 parent de5117e commit c4dd030
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -840,8 +840,9 @@
id=page-load1 title=navigate-text>Page load processing model for text
files</dfn></a>

<li><a href="#scroll-to-fragid"><span class=secno>4.1.5.
</span>Scrolling to a fragment identifier</a>
<li><a href="#scroll-to-fragid"><span class=secno>4.1.5. </span><dfn
id=scrolling title=navigate-fragid>Scrolling to a fragment
identifier</dfn></a>

<li><a href="#non-DOM-inline-content"><span class=secno>4.1.6.
</span>Displaying inline content that doesn't have a DOM</a>
Expand Down Expand Up @@ -18333,8 +18334,8 @@ XXX selection ranges -->

<li>
<p>If the new resource is the same as the current resource, but a
fragment identifier has been specified, then <span title="scroll to
fragment identifier">scroll the document to the specified element</span>
fragment identifier has been specified, then <a href="#scrolling0"
title=navigate-fragid>scroll the document to the specified element</a>
and abort these steps.

<li>
Expand Down Expand Up @@ -18638,8 +18639,8 @@ XXX selection ranges -->
the page has finished parsing, the user agent must <a
href="#update">update the session history with the new page</a>.

<h4 id=scroll-to-fragid><span class=secno>4.1.5. </span>Scrolling to a
fragment identifier</h4>
<h4 id=scroll-to-fragid><span class=secno>4.1.5. </span><dfn id=scrolling0
title=navigate-fragid>Scrolling to a fragment identifier</dfn></h4>

<p>When a user agent is supposed to scroll to a particular element, it may
change the scrolling position of the document as desired, or perform any
Expand Down
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -16335,8 +16335,8 @@ XXX selection ranges -->
to a new URI.</p></li>

<li><p>If the new resource is the same as the current resource, but
a fragment identifier has been specified, then <span title="scroll
to fragment identifier">scroll the document to the specified
a fragment identifier has been specified, then <span
title="navigate-fragid">scroll the document to the specified
element</span> and abort these steps.</p></li>

<li><p>If the new resource is to be handled by displaying some sort
Expand Down Expand Up @@ -16631,7 +16631,7 @@ XXX selection ranges -->
<span>update the session history with the new page</span>.</p>


<h4 id="scroll-to-fragid">Scrolling to a fragment identifier</h4>
<h4 id="scroll-to-fragid"><dfn title="navigate-fragid">Scrolling to a fragment identifier</dfn></h4>

<p>When a user agent is supposed to scroll to a particular element,
it may change the scrolling position of the document as desired, or
Expand Down

0 comments on commit c4dd030

Please sign in to comment.