- From: poot <cvsmail@w3.org>
- Date: Tue, 7 Jul 2009 12:55:42 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Remove confusing non-normative text. (whatwg r3362)
http://dev.w3.org/cvsweb/html5/websockets/Overview.html?r1=1.81&r2=1.82&f=h
http://html5.org/tools/web-apps-tracker?from=3361&to=3362
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- Overview.html 7 Jul 2009 03:47:44 -0000 1.81
+++ Overview.html 7 Jul 2009 03:55:20 -0000 1.82
@@ -413,9 +413,7 @@
<dd>The connection has been closed or could not be opened.</dd>
</dl><p>When the object is created its <code title="dom-WebSocket-readyState"><a href="#dom-websocket-readystate">readyState</a></code> must be set to
- <code title="dom-WebSocket-CONNECTING"><a href="#dom-websocket-connecting">CONNECTING</a></code> (0). The
- steps executed when the constructor is invoked change this
- attribute's value.<p>The <dfn id="dom-websocket-send" title="dom-WebSocket-send"><code>send(<var title="">data</var>)</code></dfn> method transmits data using the
+ <code title="dom-WebSocket-CONNECTING"><a href="#dom-websocket-connecting">CONNECTING</a></code> (0).<p>The <dfn id="dom-websocket-send" title="dom-WebSocket-send"><code>send(<var title="">data</var>)</code></dfn> method transmits data using the
connection. If the connection is not established (<code title="dom-WebSocket-readyState"><a href="#dom-websocket-readystate">readyState</a></code> is not <code title="dom-WebSocket-OPEN"><a href="#dom-websocket-open">OPEN</a></code>), it must raise an
<code>INVALID_STATE_ERR</code> exception. If the <var title="">data</var> argument has any unpaired surrogates, then it
must raise <code>SYNTAX_ERR</code>. If the connection <em>is</em>
Received on Tuesday, 7 July 2009 03:56:19 UTC