html5/spec Overview.html,1.3791,1.3792

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19531

Modified Files:
	Overview.html 
Log Message:
Define that #top falls back to the top of the document. (whatwg r4745)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3791
retrieving revision 1.3792
diff -u -d -r1.3791 -r1.3792
--- Overview.html	15 Feb 2010 01:17:45 -0000	1.3791
+++ Overview.html	15 Feb 2010 01:24:58 -0000	1.3792
@@ -41804,7 +41804,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
@@ -41824,6 +41824,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>
 

Received on Monday, 15 February 2010 01:25:04 UTC