[html5] r3466 - [] (0) When navigating, the new URL has to have a fragid for the fragment-only t [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Jul 25 23:11:49 PDT 2009


Author: ianh
Date: 2009-07-25 23:11:47 -0700 (Sat, 25 Jul 2009)
New Revision: 3466

Modified:
   index
   source
Log:
[] (0) When navigating, the new URL has to have a fragid for the fragment-only thing to kick in.

Modified: index
===================================================================
--- index	2009-07-26 03:29:19 UTC (rev 3465)
+++ index	2009-07-26 06:11:47 UTC (rev 3466)
@@ -51573,8 +51573,10 @@
    being navigated, ignoring any <a href=#url-fragment title=url-fragment><fragment></a> components of those
    <a href=#url title=URL>URLs</a>, and the new resource is to be
    fetched using HTTP GET <a href=#concept-http-equivalent-get title=concept-http-equivalent-get>or
-   equivalent</a>, then <a href=#scroll-to-fragid title=navigate-fragid>navigate to
-   that fragment identifier</a> and abort these steps.</li>
+   equivalent</a>, and the <a href=#absolute-url>absolute URL</a> of the new
+   resource has a <a href=#url-fragment title=url-fragment><fragment></a>
+   component (even if it is empty), then <a href=#scroll-to-fragid title=navigate-fragid>navigate to that fragment identifier</a>
+   and abort these steps.</li>
 
    <li>
 

Modified: source
===================================================================
--- source	2009-07-26 03:29:19 UTC (rev 3465)
+++ source	2009-07-26 06:11:47 UTC (rev 3466)
@@ -58744,8 +58744,11 @@
    title="url-fragment"><fragment></span> components of those
    <span title="URL">URLs</span>, and the new resource is to be
    fetched using HTTP GET <span title="concept-http-equivalent-get">or
-   equivalent</span>, then <span title="navigate-fragid">navigate to
-   that fragment identifier</span> and abort these steps.</p></li>
+   equivalent</span>, and the <span>absolute URL</span> of the new
+   resource has a <span title="url-fragment"><fragment></span>
+   component (even if it is empty), then <span
+   title="navigate-fragid">navigate to that fragment identifier</span>
+   and abort these steps.</p></li>
 
    <li>
 




More information about the Commit-Watchers mailing list