hixie: Make history traversal scroll to fragmend identifiers correctly. (whatwg r4904)

hixie: Make history traversal scroll to fragmend identifiers correctly.
(whatwg r4904)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3924&r2=1.3925&f=h
http://html5.org/tools/web-apps-tracker?from=4903&to=4904

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3924
retrieving revision 1.3925
diff -u -d -r1.3924 -r1.3925
--- Overview.html 30 Mar 2010 02:45:09 -0000 1.3924
+++ Overview.html 30 Mar 2010 21:48:33 -0000 1.3925
@@ -43001,9 +43001,9 @@
    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

Received on Thursday, 1 April 2010 05:45:28 UTC