- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Sep 2009 10:05:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13737
Modified Files:
Overview.html
Log Message:
Update ws: and wss: registration. (whatwg r3880)
Index: Overview.html
===================================================================
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:06:08 UTC