Skip to content

Commit

Permalink
[] (0) When navigating, the new URL has to have a fragid for the frag…
Browse files Browse the repository at this point in the history
…ment-only thing to kick in.

git-svn-id: http://svn.whatwg.org/webapps@3466 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 26, 2009
1 parent ac33289 commit 5ff4223
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions index
Expand Up @@ -51573,8 +51573,10 @@ style/default.css</pre>
being navigated, ignoring any <a href=#url-fragment title=url-fragment>&lt;fragment&gt;</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>&lt;fragment&gt;</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>

Expand Down
7 changes: 5 additions & 2 deletions source
Expand Up @@ -58744,8 +58744,11 @@ style/default.css</pre>
title="url-fragment">&lt;fragment&gt;</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">&lt;fragment&gt;</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>

Expand Down

0 comments on commit 5ff4223

Please sign in to comment.