- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 26 Jul 2009 06:11:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv32376 Modified Files: Overview.html Log Message: When navigating, the new URL has to have a fragid for the fragment-only thing to kick in. (whatwg r3466) Index: Overview.html =================================================================== 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:07 UTC