- From: poot <cvsmail@w3.org>
- Date: Sun, 26 Jul 2009 15:12:19 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: When navigating, the new URL has to have a fragid for the fragment-only thing to kick in. (whatwg r3466) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2670&r2=1.2671&f=h http://html5.org/tools/web-apps-tracker?from=3465&to=3466 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2670 retrieving revision 1.2671 diff -u -d -r1.2670 -r1.2671 --- Overview.html 26 Jul 2009 03:36:03 -0000 1.2670 +++ Overview.html 26 Jul 2009 06:11:54 -0000 1.2671 @@ -46411,8 +46411,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>
Received on Sunday, 26 July 2009 06:12:55 UTC