- From: poot <cvsmail@w3.org>
- Date: Sun, 13 Jul 2008 22:42:05 +0900 (JST)
- To: public-html-diffs@w3.org
More work on Pipes. (whatwg r1872) (changed by: Ian Hickson) Diffs for this change per section: end1 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1061.html#end1 Pipe() http://people.w3.org/mike/diffs/html5/spec/Overview.1.1061.html#pipe0 7.5.3 Pipe ends http://people.w3.org/mike/diffs/html5/spec/Overview.1.1061.html#pipe-ends end2 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1061.html#end2 PipeEnd http://people.w3.org/mike/diffs/html5/spec/Overview.1.1061.html#pipeend0 Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#end1 http://dev.w3.org/html5/spec/Overview.html#pipe0 http://dev.w3.org/html5/spec/Overview.html#pipe-ends http://dev.w3.org/html5/spec/Overview.html#end2 http://dev.w3.org/html5/spec/Overview.html#pipeend0 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#end1 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipe0 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipe-ends http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#end2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipeend0 Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1060&r2=1.1061&f=h http://html5.org/tools/web-apps-tracker?from=1871&to=1872 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1060 retrieving revision 1.1061 diff -u -d -r1.1060 -r1.1061 --- Overview.html 12 Jul 2008 12:31:00 -0000 1.1060 +++ Overview.html 13 Jul 2008 00:51:15 -0000 1.1061 @@ -19,7 +19,7 @@ for HTML and XHTML</h2> <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" --> - Editor's Draft <!--ZZZ-->12 July 2008</h2> + Editor's Draft <!--ZZZ-->13 July 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> @@ -167,7 +167,7 @@ <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is the W3C working group responsible for this specification's progress along - the W3C Recommendation track. <!--ZZZ:--> This specification is the 12 + the W3C Recommendation track. <!--ZZZ:--> This specification is the 13 July 2008 <!--ZZZ "Working Draft"-->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) --> @@ -42391,11 +42391,16 @@ <p>Return <var title="">pipe</var>. </ol> - <p class=big-issue><dfn id=end1 title=dom-pipe-end1><code>end1</code></dfn> - <dfn id=end2 title=dom-pipe-end2><code>end2</code></dfn> + <p>The <dfn id=end1 title=dom-pipe-end1><code>end1</code></dfn> and <dfn + id=end2 title=dom-pipe-end2><code>end2</code></dfn> attributes must return + the values they were assigned when the <code><a + href="#pipe">Pipe</a></code> object was created. <h4 id=pipe-ends><span class=secno>7.5.3 </span>Pipe ends</h4> + <p>Each pipe has two ends. Data sent down one end is received by the other + end, and vice versa. + <pre class=idl>interface <dfn id=pipeend0>PipeEnd</dfn> { readonly attribute <a href="#window">Window</a> <span title=dom-owner>ownerWindow</span>; readonly attribute boolean <span title=dom-endpipe>active</span>;
Received on Sunday, 13 July 2008 13:42:43 UTC