Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7952

git-svn-id: http://svn.whatwg.org/webapps@4250 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent f7ba254 commit b016658
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -49027,9 +49027,10 @@ <h5 id=navigating-nested-browsing-contexts-in-the-dom><span class=secno>6.1.1.1
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>
Expand Down
7 changes: 4 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -46187,9 +46187,10 @@ document.body.appendChild(outer);</pre>
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>
Expand Down
7 changes: 4 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -55099,9 +55099,10 @@ END:VCARD</pre>
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>
Expand Down

0 comments on commit b016658

Please sign in to comment.