- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Apr 2009 09:34:08 +0900 (JST)
- To: public-html-diffs@w3.org
Clarify that cloning a port doesn't cause messages to go spewing onto the floor temporarily. (whatwg r3016) entangle http://people.w3.org/mike/diffs/html5/spec/Overview.1.2179.html#entangle clone a port http://people.w3.org/mike/diffs/html5/spec/Overview.1.2179.html#clone-a-port Editor's Draft 29 April 2009 http://people.w3.org/mike/diffs/html5/spec/Overview.1.2179.html#editor-s-draft-date-1-january-1970 A vocabulary and associated APIs for HTML and XHTML http://people.w3.org/mike/diffs/html5/spec/Overview.1.2179.html#a-vocabulary-and-associated-apis-for-html-and-xhtml Status of this document http://people.w3.org/mike/diffs/html5/spec/Overview.1.2179.html#status-of-this-document http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2178&r2=1.2179&f=h http://html5.org/tools/web-apps-tracker?from=3015&to=3016 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2178 retrieving revision 1.2179 diff -u -d -r1.2178 -r1.2179 --- Overview.html 29 Apr 2009 00:30:00 -0000 1.2178 +++ Overview.html 29 Apr 2009 00:32:40 -0000 1.2179 @@ -148,7 +148,7 @@ <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 28 April 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 29 April 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -241,7 +241,7 @@ track. <!--ZZZ:--> <!--This specification is the 23 April 2009 Working Draft.--> - This specification is the 28 April 2009 Editor's Draft. + This specification is the 29 April 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -46207,7 +46207,7 @@ </ol><hr><p>When the user agent is to <dfn id="clone-a-port">clone a port</dfn> <var title="">original port</var>, with the clone being owned by <var title="">owner</var>, it must run the following steps, which return either a new <code><a href="#messageport">MessagePort</a></code> object or an exception for the - caller to raise:</p> + caller to raise. These steps must be run atomically.</p> <ol><li><p>If the <var title="">original port</var> is not entangled without another port, then return an <code><a href="#invalid_state_err">INVALID_STATE_ERR</a></code>
Received on Wednesday, 29 April 2009 00:34:50 UTC