[html5] r1872 - [] (0) More work on Pipes.

whatwg at whatwg.org whatwg at whatwg.org
Sat Jul 12 17:50:39 PDT 2008


Author: ianh
Date: 2008-07-12 17:50:37 -0700 (Sat, 12 Jul 2008)
New Revision: 1872

Modified:
   index
   source
Log:
[] (0) More work on Pipes.

Modified: index
===================================================================
--- index	2008-07-12 12:30:53 UTC (rev 1871)
+++ index	2008-07-13 00:50:37 UTC (rev 1872)
@@ -25,7 +25,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 12 July
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 13 July
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -42329,11 +42329,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>;

Modified: source
===================================================================
--- source	2008-07-12 12:30:53 UTC (rev 1871)
+++ source	2008-07-13 00:50:37 UTC (rev 1872)
@@ -40014,15 +40014,18 @@
 
   </ol>
 
-  <p class="big-issue"><dfn
-  title="dom-pipe-end1"><code>end1</code></dfn> <dfn
-  title="dom-pipe-end2"><code>end2</code></dfn></p>
+  <p>The <dfn title="dom-pipe-end1"><code>end1</code></dfn> and <dfn
+  title="dom-pipe-end2"><code>end2</code></dfn> attributes must return
+  the values they were assigned when the <code>Pipe</code> object was
+  created.</p>
 
 
 
-
   <h4>Pipe ends</h4>
 
+  <p>Each pipe has two ends. Data sent down one end is received by the
+  other end, and vice versa.</p>
+
   <pre class="idl">interface <dfn>PipeEnd</dfn> {
   readonly attribute <span>Window</span> <span title="dom-owner">ownerWindow</span>;
   readonly attribute boolean <span title="dom-endpipe">active</span>;




More information about the Commit-Watchers mailing list