[html5] r4402 - [giow] (0) Make sure WebSocket.URL returns a resolved URL.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Dec 3 17:55:28 PST 2009
Author: ianh
Date: 2009-12-03 17:55:26 -0800 (Thu, 03 Dec 2009)
New Revision: 4402
Modified:
complete.html
source
Log:
[giow] (0) Make sure WebSocket.URL returns a resolved URL.
Modified: complete.html
===================================================================
--- complete.html 2009-12-04 01:03:31 UTC (rev 4401)
+++ complete.html 2009-12-04 01:55:26 UTC (rev 4402)
@@ -65367,8 +65367,10 @@
implementing the <code><a href=#workerutils>WorkerUtils</a></code> interface.</p>
<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>
+ attribute must return the result of <a href=#resolve-a-url title="resolve a
+ url">resolving</a> the <a href=#url>URL</a> that was passed to the
+ constructor. (It doesn't matter what it is resolved relative to,
+ since we already know it is an <a href=#absolute-url>absolute URL</a>.)</p>
<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
Modified: source
===================================================================
--- source 2009-12-04 01:03:31 UTC (rev 4401)
+++ source 2009-12-04 01:55:26 UTC (rev 4402)
@@ -74539,8 +74539,10 @@
<hr>
<p>The <dfn title="dom-WebSocket-URL"><code>URL</code></dfn>
- attribute must return the value that was passed to the
- constructor.</p>
+ attribute must return the result of <span title="resolve a
+ url">resolving</span> the <span>URL</span> that was passed to the
+ constructor. (It doesn't matter what it is resolved relative to,
+ since we already know it is an <span>absolute URL</span>.)</p>
<p>The <dfn
title="dom-WebSocket-readyState"><code>readyState</code></dfn>
More information about the Commit-Watchers
mailing list