[html5] r6386 - [giow] (1) Make event.origin for WebSockets work like it does for EventSource, f [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 8 14:43:28 PDT 2011
Author: ianh
Date: 2011-08-08 14:43:27 -0700 (Mon, 08 Aug 2011)
New Revision: 6386
Modified:
complete.html
source
Log:
[giow] (1) Make event.origin for WebSockets work like it does for EventSource, for consistency.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13525
Modified: complete.html
===================================================================
--- complete.html 2011-08-08 21:02:29 UTC (rev 6385)
+++ complete.html 2011-08-08 21:43:27 UTC (rev 6386)
@@ -81031,6 +81031,12 @@
</li>
+ <li><p>Set <var title="">event</var>'s <code title=dom-MessageEvent-origin><a href=#dom-messageevent-origin>origin</a></code> attribute to the
+ <a href=#unicode-serialization-of-an-origin title="Unicode serialization of an origin">Unicode
+ serialization</a> of the <a href=#origin>origin</a> of the
+ <a href=#url>URL</a> that was passed to the <code><a href=#websocket>WebSocket</a></code>
+ object's constructor.</li>
+
<li>
<p>If <var title="">type</var> indicates that the data is Text,
Modified: source
===================================================================
--- source 2011-08-08 21:02:29 UTC (rev 6385)
+++ source 2011-08-08 21:43:27 UTC (rev 6386)
@@ -91763,6 +91763,13 @@
</li>
+ <li><p>Set <var title="">event</var>'s <code
+ title="dom-MessageEvent-origin">origin</code> attribute to the
+ <span title="Unicode serialization of an origin">Unicode
+ serialization</span> of the <span>origin</span> of the
+ <span>URL</span> that was passed to the <code>WebSocket</code>
+ object's constructor.</p></li>
+
<li>
<p>If <var title="">type</var> indicates that the data is Text,
More information about the Commit-Watchers
mailing list