[html5] r2946 - [] (0) eventsource.URL should return an absolute URL. (bug 6628)

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 31 17:25:27 PDT 2009


Author: ianh
Date: 2009-03-31 17:25:26 -0700 (Tue, 31 Mar 2009)
New Revision: 2946

Modified:
   source
Log:
[] (0) eventsource.URL should return an absolute URL. (bug 6628)

Modified: source
===================================================================
--- source	2009-04-01 00:20:52 UTC (rev 2945)
+++ source	2009-04-01 00:25:26 UTC (rev 2946)
@@ -59765,8 +59765,9 @@
   </ol>
 
   <p>The <dfn title="dom-EventSource-URL"><code>URL</code></dfn>
-  attribute must return the value that was passed to the
-  constructor.</p>
+  attribute must return the <span>absolute URL</span> that resulted
+  from <span title="resolve a url">resolving</span> the value that was
+  passed to the constructor.</p>
 
   <p>The <dfn
   title="dom-EventSource-readyState"><code>readyState</code></dfn>




More information about the Commit-Watchers mailing list