Skip to content

Commit

Permalink
[e] (0) Extract WebSockets API (for W3C) and protocol (for IETF).
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2639 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 9, 2009
1 parent e4134ad commit 99a847a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 8 January 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 9 January 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -44063,6 +44063,10 @@ data:&nbsp;test</pre>

<h3 id=network><span class=secno>7.3 </span><dfn>Web sockets</dfn></h3>

<h4 id=network-intro><span class=secno>7.3.1 </span>Introduction</h4>

<p><em>This section is non-normative.</em></p>

<p>To enable Web applications to maintain bidirectional
communications with server-side processes, this specification
introduces the <code><a href=#websocket>WebSocket</a></code> interface.</p>
Expand All @@ -44072,14 +44076,10 @@ data:&nbsp;test</pre>
implement an IRC client without proxying messages through a custom
server.</p>


<h4 id=network-intro><span class=secno>7.3.1 </span>Introduction</h4>

<p><em>This section is non-normative.</em></p>

<p class=XXX>An introduction to the client-side and
server-side of using the direct connection APIs.</p>

<!--BOILERPLATE-->

<h4 id=the-websocket-interface><span class=secno>7.3.2 </span>The <code><a href=#websocket>WebSocket</a></code> interface</h4>

Expand Down
10 changes: 5 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -50232,6 +50232,10 @@ data:&nbsp;test</pre>

<h3 id="network"><dfn>Web sockets</dfn></h3>

<h4 id="network-intro">Introduction</h4>

<p><em>This section is non-normative.</em></p>

<p>To enable Web applications to maintain bidirectional
communications with server-side processes, this specification
introduces the <code>WebSocket</code> interface.</p>
Expand All @@ -50241,14 +50245,10 @@ data:&nbsp;test</pre>
implement an IRC client without proxying messages through a custom
server.</p>


<h4 id="network-intro">Introduction</h4>

<p><em>This section is non-normative.</em></p>

<p class="XXX">An introduction to the client-side and
server-side of using the direct connection APIs.</p>

<!--BOILERPLATE-->

<h4>The <code>WebSocket</code> interface</h4>

Expand Down

0 comments on commit 99a847a

Please sign in to comment.