- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Aug 2011 21:43:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets
In directory hutz:/tmp/cvs-serv2856
Modified Files:
	Overview.html 
Log Message:
Make event.origin for WebSockets work like it does for EventSource, for consistency. (whatwg r6386)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -d -r1.235 -r1.236
--- Overview.html	8 Aug 2011 21:02:32 -0000	1.235
+++ Overview.html	8 Aug 2011 21:43:31 -0000	1.236
@@ -816,6 +816,12 @@
 
    </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><a href="#websocket">WebSocket</a></code>
+   object's constructor.</li>
+
    <li>
 
     <p>If <var title="">type</var> indicates that the data is Text,
Received on Monday, 8 August 2011 21:43:38 UTC