[html5] r4250 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7952
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 21 02:53:49 PDT 2009
Author: ianh
Date: 2009-10-21 02:53:45 -0700 (Wed, 21 Oct 2009)
New Revision: 4250
Modified:
complete.html
index
source
Log:
[e] (0) xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7952
Modified: complete.html
===================================================================
--- complete.html 2009-10-21 09:51:51 UTC (rev 4249)
+++ complete.html 2009-10-21 09:53:45 UTC (rev 4250)
@@ -49027,9 +49027,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>
Modified: index
===================================================================
--- index 2009-10-21 09:51:51 UTC (rev 4249)
+++ index 2009-10-21 09:53:45 UTC (rev 4250)
@@ -46187,9 +46187,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>
Modified: source
===================================================================
--- source 2009-10-21 09:51:51 UTC (rev 4249)
+++ source 2009-10-21 09:53:45 UTC (rev 4250)
@@ -55099,9 +55099,10 @@
steps.</p></li>
<li><p>If the <span>parent browsing context</span>'s <span>active
- document</span> does not have the <span>same</span> <span>effective
- script origin</span> as the <span>first script</span>, then throw a
- <code>SECURITY_ERR</code> exception.</p></li>
+ document</span> does not have the <span title="same
+ origin">same</span> <span>effective script origin</span> as the
+ <span>first script</span>, then throw a <code>SECURITY_ERR</code>
+ exception.</p></li>
<li><p>Otherwise, return the <span>browsing context
container</span> for <var title="">b</var>.</p></li>
More information about the Commit-Watchers
mailing list