html5/spec Overview.html,1.2229,1.2230

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

Modified Files:
	Overview.html 
Log Message:
Clarify what 'return' means. (credit: ec) (whatwg r3072)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2229
retrieving revision 1.2230
diff -u -d -r1.2229 -r1.2230
--- Overview.html	7 May 2009 00:12:54 -0000	1.2229
+++ Overview.html	7 May 2009 01:49:56 -0000	1.2230
@@ -1335,7 +1335,9 @@
   and <i>visible</i> might sometimes be used when referring to the
   way a document is rendered to the user. These terms are not meant to
   imply a visual medium; they must be considered to apply to other
-  media in equivalent ways.<h4 id="xml"><span class="secno">2.1.1 </span>XML</h4><p id="html-namespace">To ease migration from HTML to XHTML, UAs
+  media in equivalent ways.<p>When an algorithm B says to return to another algorithm A, it
+  implies that A called B. Upon returning to A, the implementation
+  must continue from where it left off in calling B.<h4 id="xml"><span class="secno">2.1.1 </span>XML</h4><p id="html-namespace">To ease migration from HTML to XHTML, UAs
   conforming to this specification will place elements in HTML in the
   <code>http://www.w3.org/1999/xhtml</code> namespace, at least for
   the purposes of the DOM and CSS. The term "<dfn id="elements-in-the-html-namespace">elements in the HTML

Received on Thursday, 7 May 2009 01:50:09 UTC