- From: poot <cvsmail@w3.org>
- Date: Mon, 08 Aug 2011 17:43:44 -0400
- To: public-html-diffs@w3.org
websocket; hixie: Make event.origin for WebSockets work like it does for EventSource, for consistency. (whatwg r6386) http://dev.w3.org/cvsweb/html5/websockets/Overview.html?r1=1.235&r2=1.236&f=h http://html5.org/tools/web-apps-tracker?from=6385&to=6386 =================================================================== 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:45 UTC