spec/Overview.html 1.1059 1870 Split the pipe section up (whatwg r1870)

Split the pipe section up (whatwg r1870) (changed by: Ian Hickson)

Diffs for this change per section: 
  end1
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#end1
  entangle
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#entangle
  Pipe messaging
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#pipe-messaging0
  end2
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#end2
  Pipe()
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#pipe0
  7.5.2 Pipes
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#pipes
  8. The HTML syntax
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#syntax
  Pipe
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#pipe
  7.5 Pipe messaging
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#pipe-messaging
  7.5.1 Introduction
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#introduction5
  PipeEnd
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#pipeend0
  7.5.3 Pipe ends
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#pipe-ends
  create a new PipeEnd object
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1059.html#create

Current content per affected section: 
  http://dev.w3.org/html5/spec/Overview.html#end1
  http://dev.w3.org/html5/spec/Overview.html#entangle
  http://dev.w3.org/html5/spec/Overview.html#pipe-messaging0
  http://dev.w3.org/html5/spec/Overview.html#end2
  http://dev.w3.org/html5/spec/Overview.html#pipe0
  http://dev.w3.org/html5/spec/Overview.html#pipes
  http://dev.w3.org/html5/spec/Overview.html#syntax
  http://dev.w3.org/html5/spec/Overview.html#pipe
  http://dev.w3.org/html5/spec/Overview.html#pipe-messaging
  http://dev.w3.org/html5/spec/Overview.html#introduction5
  http://dev.w3.org/html5/spec/Overview.html#pipeend0
  http://dev.w3.org/html5/spec/Overview.html#pipe-ends
  http://dev.w3.org/html5/spec/Overview.html#create

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/#entangle
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipe-messaging0
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#end2
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipe0
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipes
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#syntax
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipe
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipe-messaging
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#introduction5
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipeend0
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipe-ends
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#create

Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1058&r2=1.1059&f=h

http://html5.org/tools/web-apps-tracker?from=1869&to=1870

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1058
retrieving revision 1.1059
diff -u -d -r1.1058 -r1.1059
--- Overview.html 12 Jul 2008 11:03:16 -0000 1.1058
+++ Overview.html 12 Jul 2008 11:06:07 -0000 1.1059
@@ -1679,6 +1679,14 @@
 
      <li><a href="#pipe-messaging"><span class=secno>7.5 </span>Pipe
       messaging</a>
+      <ul class=toc>
+       <li><a href="#introduction5"><span class=secno>7.5.1
+        </span>Introduction</a>
+
+       <li><a href="#pipes"><span class=secno>7.5.2 </span>Pipes</a>
+
+       <li><a href="#pipe-ends"><span class=secno>7.5.3 </span>Pipe ends</a>
+      </ul>
     </ul>
 
    <li><a href="#syntax"><span class=secno>8. </span>The HTML syntax</a>
@@ -42333,22 +42341,18 @@
   <h3 id=pipe-messaging><span class=secno>7.5 </span><dfn
    id=pipe-messaging0>Pipe messaging</dfn></h3>
 
+  <h4 id=introduction5><span class=secno>7.5.1 </span>Introduction</h4>
+
+  <p><em>This section is non-normative.</em>
+
+  <p class=big-issue>An introduction to the pipe APIs.
+
+  <h4 id=pipes><span class=secno>7.5.2 </span>Pipes</h4>
+
   <pre
    class=idl>[<a href="#pipe0" title=dom-Pipe>Constructor</a>] interface <dfn id=pipe>Pipe</dfn> {
   readonly attribute <a href="#pipeend0">PipeEnd</a> <a href="#end1" title=dom-pipe-end1>end1</a>;
   readonly attribute <a href="#pipeend0">PipeEnd</a> <a href="#end2" title=dom-pipe-end2>end2</a>;
-};
-
-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>;
-  void <span title=dom-pipeend-postMessage>postMessage</span>(in DOMString message);
-  void <span title=dom-pipeend-postMessage>postMessage</span>(in DOMString message, in <a href="#pipeend0">PipeEnd</a> pipeEnd);
-  void <span title=dom-pipeend-close>close</span>();
-
-  // event handler attributes
-           attribute <span>EventListener</span> <span title=handler-endpipe-onmessage>onmessage</span>;
-           attribute <span>EventListener</span> <span title=handler-endpipe-onunload>onunload</span>;
 };</pre>
 
   <p>When the <dfn id=pipe0 title=dom-Pipe><code>Pipe()</code></dfn>
@@ -42390,7 +42394,19 @@
   <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>
 
-  <hr>
+  <h4 id=pipe-ends><span class=secno>7.5.3 </span>Pipe ends</h4>
+
+  <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>;
+  void <span title=dom-pipeend-postMessage>postMessage</span>(in DOMString message);
+  void <span title=dom-pipeend-postMessage>postMessage</span>(in DOMString message, in <a href="#pipeend0">PipeEnd</a> pipeEnd);
+  void <span title=dom-pipeend-close>close</span>();
+
+  // event handler attributes
+           attribute <span>EventListener</span> <span title=handler-endpipe-onmessage>onmessage</span>;
+           attribute <span>EventListener</span> <span title=handler-endpipe-onunload>onunload</span>;
+};</pre>
 
   <p class=big-issue>When the user agent is to <dfn id=create>create a new
    <code>PipeEnd</code> object</dfn> owned by a <code><a
@@ -42398,7 +42414,7 @@
    must...
 
   <p class=big-issue>When the user agent is to <dfn
-   id=entangle>entangle</dfn> teo <code><a
+   id=entangle>entangle</dfn> two <code><a
    href="#pipeend0">PipeEnd</a></code> objects, it must...
 
   <h2 id=syntax><span class=secno>8. </span>The HTML syntax</h2>

Received on Tuesday, 15 July 2008 02:01:16 UTC