- From: poot <cvsmail@w3.org>
- Date: Mon, 15 Feb 2010 10:25:10 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Define that #top falls back to the top of the document. (whatwg r4745) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3791&r2=1.3792&f=h http://html5.org/tools/web-apps-tracker?from=4744&to=4745 =================================================================== 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:38 UTC