hixie: Update ws: and wss: registration. (whatwg r3880)

hixie: Update ws: and wss: registration. (whatwg r3880)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3043&r2=1.3044&f=h
http://html5.org/tools/web-apps-tracker?from=3879&to=3880

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3043
retrieving revision 1.3044
diff -u -d -r1.3043 -r1.3044
--- Overview.html 16 Sep 2009 22:41:56 -0000 1.3043
+++ Overview.html 17 Sep 2009 10:05:54 -0000 1.3044
@@ -215,7 +215,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 25 August 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-16-september-2009">Editor's Draft 16 September 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-17-september-2009">Editor's Draft 17 September 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!--
     <dt>This Version:</dt>
@@ -314,7 +314,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 25 August 2009 Working Draft.-->
-  This specification is the 16 September 2009 Editor's Draft.
+  This specification is the 17 September 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -43016,8 +43016,8 @@
 
    <li><p>If the <a href="#parent-browsing-context">parent browsing context</a>'s <a href="#active-document">active
    document</a> does not have the <span>same</span> <a href="#effective-script-origin">effective
-   script origin</a> as the script that is accessing the <code title="dom-frameElement"><a href="#dom-frameelement">frameElement</a></code> attribute, then throw
-   a <code><a href="#security_err">SECURITY_ERR</a></code> exception.</li>
+   script origin</a> as the <a href="#first-script">first script</a>, then throw a
+   <code><a href="#security_err">SECURITY_ERR</a></code> exception.</li>
 
    <li><p>Otherwise, return the <a href="#browsing-context-container">browsing context
    container</a> for <var title="">b</var>.</li>

Received on Thursday, 17 September 2009 10:07:01 UTC