Skip to content

Commit

Permalink
[giow] (2) Define that #top falls back to the top of the document.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4745 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 15, 2010
1 parent 2069c74 commit dde479d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
7 changes: 6 additions & 1 deletion complete.html
Expand Up @@ -54607,7 +54607,7 @@ <h4 id=scroll-to-fragid><span class=secno>6.5.8 </span><dfn title=navigate-fragi

<li><p>If <var title="">fragid</var> is the empty string, then
<a href=#the-indicated-part-of-the-document>the indicated part of the document</a> is the top of the
document.</li>
document; stop the algorithm here.</li>

<li><p>Let <var title="">decoded fragid</var> be the result of
expanding any sequences of percent-encoded octets in <var title="">fragid</var> that are valid UTF-8 sequences into Unicode
Expand All @@ -54627,6 +54627,11 @@ <h4 id=scroll-to-fragid><span class=secno>6.5.8 </span><dfn title=navigate-fragi
order is <a href=#the-indicated-part-of-the-document>the indicated part of the document</a>; stop the
algorithm here.</li>

<li><p>If <var title="">fragid</var> is an <a href=#ascii-case-insensitive>ASCII
case-insensitive</a> match for the string <code title="">top</code>, then <a href=#the-indicated-part-of-the-document>the indicated part of the
document</a> is the top of the document; stop the algorithm
here.</li>

<li><p>Otherwise, there is no <a href=#the-indicated-part-of-the-document title="the indicated part of
the document">indicated part of the document</a>.</li>

Expand Down
7 changes: 6 additions & 1 deletion index
Expand Up @@ -54509,7 +54509,7 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU

<li><p>If <var title="">fragid</var> is the empty string, then
<a href=#the-indicated-part-of-the-document>the indicated part of the document</a> is the top of the
document.</li>
document; stop the algorithm here.</li>

<li><p>Let <var title="">decoded fragid</var> be the result of
expanding any sequences of percent-encoded octets in <var title="">fragid</var> that are valid UTF-8 sequences into Unicode
Expand All @@ -54529,6 +54529,11 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
order is <a href=#the-indicated-part-of-the-document>the indicated part of the document</a>; stop the
algorithm here.</li>

<li><p>If <var title="">fragid</var> is an <a href=#ascii-case-insensitive>ASCII
case-insensitive</a> match for the string <code title="">top</code>, then <a href=#the-indicated-part-of-the-document>the indicated part of the
document</a> is the top of the document; stop the algorithm
here.</li>

<li><p>Otherwise, there is no <a href=#the-indicated-part-of-the-document title="the indicated part of
the document">indicated part of the document</a>.</li>

Expand Down
8 changes: 7 additions & 1 deletion source
Expand Up @@ -61522,7 +61522,7 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O

<li><p>If <var title="">fragid</var> is the empty string, then
<span>the indicated part of the document</span> is the top of the
document.</p></li>
document; stop the algorithm here.</p></li>

<li><p>Let <var title="">decoded fragid</var> be the result of
expanding any sequences of percent-encoded octets in <var
Expand All @@ -61544,6 +61544,12 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
order is <span>the indicated part of the document</span>; stop the
algorithm here.</p></li>

<li><p>If <var title="">fragid</var> is an <span>ASCII
case-insensitive</span> match for the string <code
title="">top</code>, then <span>the indicated part of the
document</span> is the top of the document; stop the algorithm
here.</p></li>

<li><p>Otherwise, there is no <span title="the indicated part of
the document">indicated part of the document</span>.</p></li>

Expand Down

0 comments on commit dde479d

Please sign in to comment.