[html5] r2639 - [e] (0) Extract WebSockets API (for W3C) and protocol (for IETF).
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jan 9 01:33:44 PST 2009
Author: ianh
Date: 2009-01-09 01:33:42 -0800 (Fri, 09 Jan 2009)
New Revision: 2639
Modified:
index
source
Log:
[e] (0) Extract WebSockets API (for W3C) and protocol (for IETF).
Modified: index
===================================================================
--- index 2009-01-08 23:42:15 UTC (rev 2638)
+++ index 2009-01-09 09:33:42 UTC (rev 2639)
@@ -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-—-date:-01-jan-1901>Draft Recommendation — 8 January 2009</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 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>
@@ -44063,6 +44063,10 @@
<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>
@@ -44072,14 +44076,10 @@
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>
Modified: source
===================================================================
--- source 2009-01-08 23:42:15 UTC (rev 2638)
+++ source 2009-01-09 09:33:42 UTC (rev 2639)
@@ -50232,6 +50232,10 @@
<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>
@@ -50241,14 +50245,10 @@
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>
More information about the Commit-Watchers
mailing list