- From: poot <cvsmail@w3.org>
- Date: Thu, 7 May 2009 10:51:27 +0900 (JST)
- To: public-html-diffs@w3.org
Clarify what 'return' means. (credit: ec) (whatwg r3072) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2230.html#xml http://people.w3.org/mike/diffs/html5/spec/Overview.1.2230.html#dom-attributes http://people.w3.org/mike/diffs/html5/spec/Overview.1.2230.html#elements-in-the-html-namespace http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2229&r2=1.2230&f=h http://html5.org/tools/web-apps-tracker?from=3071&to=3072 =================================================================== 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:52:04 UTC