- From: poot <cvsmail@w3.org>
- Date: Fri, 26 Jun 2009 18:08:48 +0900 (JST)
- To: public-html-diffs@w3.org
markup error (whatwg r3327) http://dev.w3.org/cvsweb/html5/websockets/Overview.html?r1=1.78&r2=1.79&f=h http://html5.org/tools/web-apps-tracker?from=3326&to=3327 =================================================================== RCS file: /sources/public/html5/websockets/Overview.html,v retrieving revision 1.78 retrieving revision 1.79 diff -u -d -r1.78 -r1.79 --- Overview.html 26 Jun 2009 08:43:12 -0000 1.78 +++ Overview.html 26 Jun 2009 09:08:29 -0000 1.79 @@ -389,7 +389,7 @@ </ol><p>This constructor must be visible when the <span>script's global scope</span> is either a <code>Window</code> object or an object - implementing the <code>WorkerUtils interface.</code><hr><p>The <dfn id="dom-websocket-url" title="dom-WebSocket-URL"><code>URL</code></dfn> + implementing the <code>WorkerUtils</code> interface.<hr><p>The <dfn id="dom-websocket-url" title="dom-WebSocket-URL"><code>URL</code></dfn> attribute must return the value that was passed to the constructor.<p>The <dfn id="dom-websocket-readystate" title="dom-WebSocket-readyState"><code>readyState</code></dfn> attribute represents the state of the connection. It can have the
Received on Friday, 26 June 2009 09:09:24 UTC