- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Jul 2008 01:21:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32032
Modified Files:
Overview.html
Log Message:
Make the handling of websocket-origin stricter (whatwg r1896)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1084
retrieving revision 1.1085
diff -u -d -r1.1084 -r1.1085
--- Overview.html 22 Jul 2008 01:13:32 -0000 1.1084
+++ Overview.html 22 Jul 2008 01:21:50 -0000 1.1085
@@ -42144,12 +42144,12 @@
<dl class=switch>
<dt>If the entry's name is "<code title="">websocket-origin</code>"
- <dd>Assume the value is a <a href="#url">URL</a>. If the value does not
- have the <a href="#same-origin">same origin</a> as the script that
- invoked the <code title=dom-WebSocket><a
- href="#websocket1">WebSocket()</a></code> constructor, then <a
- href="#fail-the">fail the Web Socket connection</a> and abort these
- steps.
+ <dd>If the value is not exactly equal to the <a href="#ascii"
+ title="ASCII serialization of an origin">ASCII serialization</a> of the
+ <a href="#origin0">origin</a> of the script that invoked the <code
+ title=dom-WebSocket><a href="#websocket1">WebSocket()</a></code>
+ constructor, then <a href="#fail-the">fail the Web Socket
+ connection</a> and abort these steps.
<dt>If the entry's name is "<code title="">websocket-location</code>"
Received on Tuesday, 22 July 2008 01:32:23 UTC