- From: poot <cvsmail@w3.org>
- Date: Tue, 24 May 2011 19:39:16 -0400
- To: public-html-diffs@w3.org
websocket; hixie: fix webidl typo (whatwg r6149) http://dev.w3.org/cvsweb/html5/websockets/Overview.html?r1=1.210&r2=1.211&f=h http://html5.org/tools/web-apps-tracker?from=6148&to=6149 =================================================================== RCS file: /sources/public/html5/websockets/Overview.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- Overview.html 24 May 2011 23:16:46 -0000 1.210 +++ Overview.html 24 May 2011 23:38:04 -0000 1.211 @@ -404,8 +404,8 @@ <code>Node</code> objects as defined in the DOM Core specifications. <a href="#refsDOMCORE">[DOMCORE]</a><p>An IDL attribute is said to be <em>getting</em> when its value is being retrieved (e.g. by author script), and is said to be - <em>setting</em> when a new value is assigned to it.<h2 id="the-websocket-interface"><span class="secno">4 </span>The <code><a href="#websocket">WebSocket</a></code> interface</h2><pre class="idl">[<a href="#dom-websocket" title="dom-WebSocket">Constructor</a>(in DOMString url, in optional DOMString protocols)] -[<a href="#dom-websocket" title="dom-WebSocket">Constructor</a>(in DOMString url, in optional DOMString[] protocols)] + <em>setting</em> when a new value is assigned to it.<h2 id="the-websocket-interface"><span class="secno">4 </span>The <code><a href="#websocket">WebSocket</a></code> interface</h2><pre class="idl">[<a href="#dom-websocket" title="dom-WebSocket">Constructor</a>(in DOMString url, in optional DOMString protocols), + <a href="#dom-websocket" title="dom-WebSocket">Constructor</a>(in DOMString url, in optional DOMString[] protocols)] interface <dfn id="websocket">WebSocket</dfn> { readonly attribute DOMString <a href="#dom-websocket-url" title="dom-WebSocket-url">url</a>;
Received on Tuesday, 24 May 2011 23:39:18 UTC