Skip to content

Commit

Permalink
[giow] (2) Make history traversal scroll to fragmend identifiers corr…
Browse files Browse the repository at this point in the history
…ectly.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9193

git-svn-id: http://svn.whatwg.org/webapps@4904 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 30, 2010
1 parent 49c5d12 commit a5f6704
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -56267,9 +56267,9 @@ <h4 id=history-traversal><span class=secno>6.5.9 </span>History traversal</h4> <
enabled</dfn>, remove the entry immediately before the
<var title="">specified entry</var> in the session history.</p>

<li><p>If <var title="">hash changed</var> is true, then, if the
new URL has a fragment identifier, <a href=#scroll-to-the-fragment-identifier>scroll to the fragment
identifier</a>.</li>
<li><p>If the <i>specified entry</i> is not <a href=#an-entry-with-persisted-user-state>an entry with
persisted user state</a>, but its URL has a fragment identifier,
<a href=#scroll-to-the-fragment-identifier>scroll to the fragment identifier</a>.</li>

<li><p>If the entry is <a href=#an-entry-with-persisted-user-state>an entry with persisted user
state</a>, the user agent may update aspects of the document
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -56168,9 +56168,9 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
enabled</dfn>, remove the entry immediately before the
<var title="">specified entry</var> in the session history.</p>

<li><p>If <var title="">hash changed</var> is true, then, if the
new URL has a fragment identifier, <a href=#scroll-to-the-fragment-identifier>scroll to the fragment
identifier</a>.</li>
<li><p>If the <i>specified entry</i> is not <a href=#an-entry-with-persisted-user-state>an entry with
persisted user state</a>, but its URL has a fragment identifier,
<a href=#scroll-to-the-fragment-identifier>scroll to the fragment identifier</a>.</li>

<li><p>If the entry is <a href=#an-entry-with-persisted-user-state>an entry with persisted user
state</a>, the user agent may update aspects of the document
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -63333,9 +63333,9 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
enabled</dfn>, remove the entry immediately before the
<var title="">specified entry</var> in the session history.</p>

<li><p>If <var title="">hash changed</var> is true, then, if the
new URL has a fragment identifier, <span>scroll to the fragment
identifier</span>.</p></li>
<li><p>If the <i>specified entry</i> is not <span>an entry with
persisted user state</span>, but its URL has a fragment identifier,
<span>scroll to the fragment identifier</span>.</p></li>

<li><p>If the entry is <span>an entry with persisted user
state</span>, the user agent may update aspects of the document
Expand Down

0 comments on commit a5f6704

Please sign in to comment.