[html5] r3072 - [e] (0) Clarify what 'return' means. (credit: ec)

whatwg at whatwg.org whatwg at whatwg.org
Wed May 6 18:50:08 PDT 2009


Author: ianh
Date: 2009-05-06 18:50:07 -0700 (Wed, 06 May 2009)
New Revision: 3072

Modified:
   index
   source
Log:
[e] (0) Clarify what 'return' means. (credit: ec)

Modified: index
===================================================================
--- index	2009-05-07 00:12:29 UTC (rev 3071)
+++ index	2009-05-07 01:50:07 UTC (rev 3072)
@@ -1466,7 +1466,11 @@
   imply a visual medium; they must be considered to apply to other
   media in equivalent ways.</p>
 
+  <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.</p>
 
+
   <h4 id=xml><span class=secno>2.1.1 </span>XML</h4>
 
   <p id=html-namespace>To ease migration from HTML to XHTML, UAs

Modified: source
===================================================================
--- source	2009-05-07 00:12:29 UTC (rev 3071)
+++ source	2009-05-07 01:50:07 UTC (rev 3072)
@@ -459,7 +459,11 @@
   imply a visual medium; they must be considered to apply to other
   media in equivalent ways.</p>
 
+  <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.</p>
 
+
   <h4>XML</h4>
 
   <p id="html-namespace">To ease migration from HTML to XHTML, UAs




More information about the Commit-Watchers mailing list