- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 09:41:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18288
Modified Files:
Overview.html
Log Message:
xref (whatwg r4250)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3394
retrieving revision 1.3395
diff -u -d -r1.3394 -r1.3395
--- Overview.html 21 Oct 2009 09:39:37 -0000 1.3394
+++ Overview.html 21 Oct 2009 09:41:30 -0000 1.3395
@@ -41292,9 +41292,10 @@
steps.</li>
<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 <a href="#first-script">first script</a>, then throw a
- <code><a href="#security_err">SECURITY_ERR</a></code> exception.</li>
+ document</a> does not have the <a href="#same-origin" title="same
+ origin">same</a> <a href="#effective-script-origin">effective 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 Wednesday, 21 October 2009 09:41:37 UTC