html5/spec Overview.html,1.1060,1.1061

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

Modified Files:
	Overview.html 
Log Message:
More work on Pipes. (whatwg r1872)

Index: Overview.html
===================================================================
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 00:51:53 UTC