[html5] r4904 - [giow] (2) Make history traversal scroll to fragmend identifiers correctly. Fixi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Mar 30 14:48:30 PDT 2010
Author: ianh
Date: 2010-03-30 14:48:28 -0700 (Tue, 30 Mar 2010)
New Revision: 4904
Modified:
complete.html
index
source
Log:
[giow] (2) Make history traversal scroll to fragmend identifiers correctly.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9193
Modified: complete.html
===================================================================
--- complete.html 2010-03-30 02:45:02 UTC (rev 4903)
+++ complete.html 2010-03-30 21:48:28 UTC (rev 4904)
@@ -56267,9 +56267,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
Modified: index
===================================================================
--- index 2010-03-30 02:45:02 UTC (rev 4903)
+++ index 2010-03-30 21:48:28 UTC (rev 4904)
@@ -56168,9 +56168,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
Modified: source
===================================================================
--- source 2010-03-30 02:45:02 UTC (rev 4903)
+++ source 2010-03-30 21:48:28 UTC (rev 4904)
@@ -63333,9 +63333,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, <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
More information about the Commit-Watchers
mailing list