- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Jan 2009 03:34:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory hutz:/tmp/cvs-serv9479 Modified Files: Overview.html Log Message: Update IDL blocks to use NoInterfaceObject and ImplementedOn=... appropriately. (whatwg r2661) Index: Overview.html =================================================================== RCS file: /sources/public/html5/websockets/Overview.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Overview.html 14 Jan 2009 02:12:19 -0000 1.4 +++ Overview.html 14 Jan 2009 03:34:03 -0000 1.5 @@ -157,8 +157,7 @@ <code>Node</code> objects as defined in the DOM Core specifications. <a href=#refsDOM3CORE>[DOM3CORE]</a><p>A DOM 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>2 </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)] + <em>setting</em> when a new value is assigned to it.<h2 id=the-websocket-interface><span class=secno>2 </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)] interface <dfn id=websocket>WebSocket</dfn> { readonly attribute DOMString <a href=#dom-websocket-url title=dom-WebSocket-URL>URL</a>;
Received on Wednesday, 14 January 2009 03:34:14 UTC