[html5] r4745 - [giow] (2) Define that #top falls back to the top of the document.

whatwg at whatwg.org whatwg at whatwg.org
Sun Feb 14 17:24:55 PST 2010


Author: ianh
Date: 2010-02-14 17:24:53 -0800 (Sun, 14 Feb 2010)
New Revision: 4745

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Define that #top falls back to the top of the document.

Modified: complete.html
===================================================================
--- complete.html	2010-02-15 01:17:40 UTC (rev 4744)
+++ complete.html	2010-02-15 01:24:53 UTC (rev 4745)
@@ -54607,7 +54607,7 @@
 
    <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
@@ -54627,6 +54627,11 @@
    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>
 

Modified: index
===================================================================
--- index	2010-02-15 01:17:40 UTC (rev 4744)
+++ index	2010-02-15 01:24:53 UTC (rev 4745)
@@ -54509,7 +54509,7 @@
 
    <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
@@ -54529,6 +54529,11 @@
    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>
 

Modified: source
===================================================================
--- source	2010-02-15 01:17:40 UTC (rev 4744)
+++ source	2010-02-15 01:24:53 UTC (rev 4745)
@@ -61522,7 +61522,7 @@
 
    <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
@@ -61544,6 +61544,12 @@
    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>
 




More information about the Commit-Watchers mailing list